/* CSS Document */
#container { background:#f1f1f3 url(graphics/gradient1.gif) top repeat-x; }

#top_nav p#exhibits { background:#AD533A; color:#ffffff; }
#top_nav p#exhibits a:link, #top_nav p#exhibits a:visited { text-decoration: none; color: #ffffff; }
#top_nav p#exhibits a:hover, #top_nav p#exhibits a:active { text-decoration: underline; color: #ffffff; }

#left_nav { background:none; border-left:1px solid #B25F47; border-bottom:1px solid #B25F47; border-right:1px solid #B25F47; }
#left_nav p.current { background-color:#E4A797; background-image:none; } 
#left_nav p.top { background:transparent url(graphics/label_bg.gif) bottom left repeat-x; border:none; padding:0; }

#right_nav { right:10px; }
#right_nav p { background-color:#f1f1f3; border:1px solid #000000; padding:3px; font-size:10pt; }
#right_nav p a { font-size:11pt; }

img.main_photo { border-color:#CB9B8E; } /* 53C3D3 See mayor/style_ec.css for more attributes of this class */

tr.header { background:#d73e3f; color:#ffffff; font-weight:bold; }
th.header { background:#600051; color:#ffffff; font-weight:bold; }
tr.alt3, td.alt3 { background:#E4A797; } /* red */
tr.alt4, td.alt4 { background:#B6C8D9; } /* blue */
/* styles below for sortable datagrid */
tr.sortable, td.sortable { background:#d73e3f url(/graphics/pointer_right_white.gif) left center no-repeat; padding-left:15px; font-weight:bold; }
tr.sorted, td.sorted { background:#d73e3f url(/graphics/pointer_down_white.gif) left center no-repeat; padding-left:15px; font-weight:bold; }

.colored_text { font-weight:bold; color:#D73E3F; }

tr.header2, td.header2 { background:#cccccc; color:#000000; font-weight:bold; }

/* Added for the /exhibits/default.aspx images at the top of the page 6/9/06 jm */
div.main_photo { 
	border-bottom:10px solid; 
	margin-bottom:1em; 
	border-color:#44A685; 
	text-align:center; margin-left:auto; margin-right:auto; 
	background:black; 
	padding:7px 0;}

div.main_photo img { 
	display:inline; 
	padding:0; 
	margin:0; 
	border:3px white groove;
}


/* Added for the chroniclesexhibit.aspx 6/14/06 jm */
#ec_simple img { margin:0; padding:0; }

#ec_simple #rolloverDiv { 
	background:black;
	border:3px groove #E38915;
}

#ec_simple #leftColDiv { float:left;}
#ec_simple  #rightColDiv { float:right;}
#ec_simple #leftColDiv img, #ec_simple #rightColDiv img { margin:5px; } 
#ec_simple #centerColDiv {
	text-align:center;
	padding:5em 0 1em 0;
}

#ec_simple #lrgPixImg{ margin: 0 auto; display:inline;} 

#ec_simple #infoBottomP, #ec_simple #infoTopP { color:white; }

#ec_simple #rolloverDiv img.initial {
	border:3px solid #E38915;
}

#ec_simple #rolloverDiv img.active { border:3px solid #CC0000;}
#ec_simple #rolloverDiv img.isLargeImg { border:3px dashed #E38915;}/*FAF82A 17F906*/

#ec_simple p.backLink { text-align:center; padding-bottom:2em; }


input.submit2 { background:#008080; color:#ffffff; font-weight:bold; }
input.submit { background:#5c3e90; color:#ffffff; font-weight:bold; }
input.reset2 { background:#ffffff; color:#008080; font-weight:bold; }
input.reset { background:#ffffff; color:#9c2c86; font-weight:bold; }
input.navbtn { background:#debdde; color:#000000; }

.congratulations { font-size:1.05em; font-weight:800; color:#000066; margin-top:1em; margin-bottom:0; }
