/* CSS for Gallery pages */

#main_content {background:#333 url(images/l/bkpagegalleries.gif) repeat-y}

#leftcontent {color:#fff}
#leftcontent a {color:#fff; text-decoration:underline}
#leftcontent a:hover {color:#11A7C3; text-decoration:none}

/* Gallery index page thumbnail boxes */
div.galleryindexthumbs div {float:left; width:142px; border-right:10px; margin-right:10px; text-align:center}
div.galleryindexthumbs div a img {border:1px solid #015E6F; text-decoration:none}
div.galleryindexthumbs div a:hover img {border:1px solid #E3D9BC; text-decoration:none}
#main_content div.galleryindexthumbs div a {width:100%; color:#fff; display:block; background:#015E6F; text-decoration:none}
#main_content div.galleryindexthumbs div a:hover {color:#003D48; background:#E3D9BC; text-decoration:none}

/* Gallery subpages */
.gallerycrumbs {color:#fff}
.gallerycrumbs a {color:#fff; text-decoration:underline}
.gallerycrumbs a:hover {color:#1BB4CE; text-decoration:none}

/* Gallery popups - DO NOT RENAME ID */
#gallery {width:670px; padding:10px; background-color:#444}
#gallery ul {list-style:none; margin-left:8px; padding-left:8px}
#gallery ul li {display:inline; margin-bottom:10px}
#gallery ul img {border:5px solid #3e3e3e; border-width:5px 5px 20px}
#gallery ul a:hover img {color:#fff; border:5px solid #E3D9BC; border-width:5px 5px 20px}
#gallery ul a:hover {color:#E8D188}

#gallery a#vlightbox{display:none}
