/* CSS Document */

/* Inherited Galleries on regular pages */
table.gallery_complex { width:100%; border-collapse:collapse; }
table.gallery_complex td { }
td.gallery_complex_text { background-color:#f7f1e3 !important; padding:10px !important; }
td.gallery_complex_thumbnail { background-color:#f7f1e3 !important; padding:10px !important; border-left:1px solid silver !important; border-right:2px solid white !important; text-align:center !important; vertical-align:middle !important; }
td.gallery_complex_thumbnail img { border:4px solid white !important; vertical-align:middle !important; }
td.gallery_complex_micros { background-color:#edece6 !important; border:2px solid white !important; }
td.gallery_complex_micros img { border:4px solid white !important; }
div.gallery_complex_title { padding:2px 4px; background-color:#ebe3d0 !important; font-weight:bold !important; color:#354a67 !important; }
div.gallery_complex_desc { padding: 2px 4px; color:#5b677c !important; }
td.gallery_complex_subdirs { background-color:#f7f1e3 !important; padding:10px !important; border-top:1px solid white !important; }


/* Gallery PopUp */
table.gallery { width:100%; margin: 20px 0px 0px 0px; }
table.gallery td { padding:8px; border: 1px solid #f6f6f6; text-align:center; }
tr.galleryheader
{ background:#533f2c;
}

tr.galleryfooter
{ background:#655342; font-weight:bold; color:#d8d4d0;}

tr.galleryfooter strong { background:#756555; padding:2px; color:#d8d4d0;}
tr.galleryfooter a { color:#d8d4d0;}
tr.galleryfooter a:hover {color:#FFFFFF; text-decoration:underline;}

td.gallerytitle
{ font-size:14px;
  font-weight:bold;
  color:#FFFFFF;}