headertable {
	height: auto;
	width: auto;
}
body {
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #1e1e1e;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff; }

a:hover { color:#FFFFFF; background:#339966; text-decoration:none;}

a {
	font-size: medium;
	color: #dcdde0;
}
a:active {
	text-decoration: none;
	color: #eaeaea;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #888888;
	text-decoration: none; }
a:hover {
	color: #a5a5a5; text-decoration: underline; }
body {scrollbar-base-color:#0033FF;
scrollbar-3dlight-color:#07257e;
scrollbar-arrow-color:#000000;
scrollbar-darkshadow-color:#07257e;
scrollbar-face-color:#81ab99;
scrollbar-highlight-color:#07257e;
scrollbar-shadow-color:#0033FF;
scrollbar-track-color:#003535;}
.texttail {FONT-WEIGHT: normal; FONT-SIZE: 16; VISIBILITY: visible; COLOR: #FF3333; FONT-FAMILY: Verdana, san-serif; POSITION: absolute;}
.div {background-color:#333333;}
.style1 {color: #FFFFFF; }
.style2 {color: #000000; }
.style3 {color: #525252; }
.style4 {color: #c0c0c0; }
.style5 {color: #ooffoo; }
.style6 {font-weight: bold; }
.style7 {font-family: Georgia, "Times New Roman", Times, serif; }
.style8 {font-family: "Times New Roman", Times, serif; }
.style9 {font-family: font-family: "Courier New", Courier, monospace; }
.style10 {font-size: 10px; }
.style12 {font-size: 12px; }
.style13 {font-size: 12px; color: #ffffff; }
.style14 {font-size: 14px; }
.style15 {font-size: 14px; color: #ffffff; }
.style16 {font-size: 16px; color: #ooffoo; }
.style17 {font-size: small; color: #ffffff; }
.style18 {font-size: 18px; }
.style20 {font-size: 20px; color: #ooffoo; }
.style21 {font-size: large;color: #dddddd; }
.style22 {font-size: 22px; }
.style23 {font-size: medium; color: #dddddd; }
.style24 {font-size: 24px; color: #ooffoo; }
.style25 {font-size: 24px; color: #dddddd; }
.style26 {font-size: 26px; }
.style30 {font-size: medium; color: #dddddd; }
.style31 {font-size: large; color: #dddddd; }
.style32 {font-size: x-large; color: #dddddd; }
.style33 {font-size: xx-large; color: #dddddd; }
.style34 {color: #CCCCCC; font-size: small;}
.style35 {color: #999999;}
.style36 {font-size: medium; color: #333333;}
.style37 {font-size: large;}
.style38 {font-size: 9px; color: #000066;}
.style39 {color: #333333;}
 style40.{color:#0000ff;}
 style41.{color:#000066;}
 style42.{font-size: small;}
 style43.{font-size: medium;}
  style44.{font-size: xx-large;}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif
}


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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 800px;
	height: 600px;
	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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


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

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 600px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 800px;
	}

* html .lbContent { /* IE6 */
	margin-left: -800px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 800px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


