body { color: black; background: white; }

body,div,table,tr,td { font-family: arial,helvetica,sans-serif; font-size: 11pt; }
.main { padding: 0px; }

a:link { color: #2222bb }
a:active { color: red }
a:visited { color: #2222bb }

tr.header { background: #3f6c96 }
tr.footer { background: #eeeeee; font-size: 8pt }
td.linkbox { background: #e4ecf6; font-size: 9pt; font-weight: bold }
td.navbox { background: #9bbad6; vertical-align: top; }
td.mainbox { vertical-align: top; }
td.text_box        { background-image: none; background-repeat: repeat-x; background-position: left bottom; vertical-align: top; border-style: none none none solid; border-width: medium 1px 0; border-color: #333 #666; outline-color: #fff }
td.vspacer { width: 11px; }
td.hspacer { height: 7px; font-size: xx-small }
td.secheader { background: #9bbad6; font-weight: bold; color: white }
td.headrt { vertical-align: middle; }

h1.header { color: #ffffff; margin-bottom: 0em }
h2.header { color: #ffffff; margin-bottom: 0em }
h3.header { color: #ffffff; margin-bottom: 0em }
h3 { color: #3f6c96 }

.suckertreemenu ul{
margin: 0px 0px 0px 0px;
padding: 0;
list-style-type: none;
color: navy;
}

/*Top level list items*/
.suckertreemenu ul li{
left: 45px;
color: navy;
font: bold 12px Arial;
position: relative;
display: inline;
float: left;
background-color: #E4ECF6; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a { 
left: 0px;
background-color: #E4ECF6;
color: navy; 
text-decoration: none; 
display: inline; 
margin: 0 0px 0 0; 
padding: 8px 20px 8px 5px; 
border-style: solid; 
border-width: 0px 3px 0px 0px; 
border-color: white;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
color: navy; 
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
color: navy; 
display: list-item;
float: none;
left: 0px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
color: navy; 
left: 190px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a  { 
color: navy; 
text-decoration: none; 
display: block; 
padding: 4px 4px 4px 4px; 
width: 190px; 
border: solid 1px #456c8d }

.suckertreemenu ul li a:hover{
background-color: #456F95; 
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
color: navy; 
background: #F3F3F3 url(img/arrow-down.gif) no-repeat center right;
background-color: #E4ECF6;
 
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
color: navy; 
background: #F3F3F3 url(img/arrow-right.gif) no-repeat center right;
padding: 4px 4px 4px 4px;
background-color: #E4ECF6;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../lb_script/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lb_script/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

