body { background:url(../images/mainbg.jpg); }

body, td, input, form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

td {
	vertical-align: top;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;

}

td.sqltable {
	height:30px;
	vertical-align: middle;
	padding-left:10px;
	padding-right:10px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	
	
}

td.a {
	color:#000000;
	}

.title {
	font: bold 20px Tahoma, Arial;
	color: #ffffff;
}

.content {
	font: normal 12px Tahoma, Arial;
	line-height: 14px;
	color: #ffffff;
}

.footer {
	font: normal 11px Tahoma, Arial;
	line-height: 14px;
}
.rowheader {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	height: 30px;
	vertical-align: middle;
	padding-left:10px;
	padding-right:10px;
	font-family: Tahoma, Arial;
	font-style: normal;
	font-variant: normal;
	background-color:#46463E;
}
a.sqltable {
	color:#000000;
	}
	

#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: 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: 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: 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}.bottom_line {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/* start of Tom's styles */
.news-wrap ul li a:link, .news-wrap ul li a:visited, .news-wrap ul li a:active { display: block; color: #727272; width: 245px; padding: 3px 3px 3px 3px; background-image: none !important; border-bottom: 1px dotted #D7D7D7; }
.news-wrap ul li { color: #727272 !important; margin-left: 0px; width: 100%; }
.news-wrap ul { float: left; margin: 0px 0px 20px 0px; padding-left: 10px; list-style-type: none; }
.news-wrap ul li a:hover { display: block; color: #393939; padding: 3px 3px 3px 3px; background-color: #F5F5F5; }