﻿a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:active {
	color: #EC0000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #D9D9D9 url(images/pg_bg_top.jpg) repeat-x top;
	margin-top: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #FFD700;
	font-size: 14px;
}
h2 {
	color: #FFFAFA;
	font-size: 14px;
}
h3 {
	color: #0001AE;
	font-size: 14px;
}
h4 {
	color: #EC0000;
	font-size: 14px;
}
.header_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFD700;
	font-weight: bold;
}
.tbl_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 5px 5px 10px;
}
.tbl_txt_inside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tbl_txt_highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFAFA;
	border-top: 1px solid #FFBFBF;
	border-bottom: 1px solid #FFBFBF;
	padding: 7px;
	color: #B22222;
}
.tbl_txt_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.bigger_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.nav_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #C6D1E3;
	border-bottom: 1px solid #C6D1E3;
/* border-right: 1px solid #7E97C0;
	border-left: 1px solid #C6D1E3; */	color: #3B67AE;
	padding: 4px;
	background: #F7F9FB url(images/nav_ptr.gif) no-repeat left;
}
.nav_table a:visited {
	color: #3B67AE;
	text-decoration: none;
}
.nav_table a:link {
	color: #3B67AE;
	text-decoration: none;
}
.nav_table a:hover {
	color: #0000CD;
	text-decoration: none;
	background-color: #FFFFFF;
}
.nav_table a:active {
	color: #EC0000;
	text-decoration: none;
}
.tbl_staff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Lightbox Image Effects */

#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;
}
#nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(lightbox/images/blank.gif) no-repeat;
/* Trick IE into showing hover */	display: block;
}
#prevLink {
	width: 49%;
	height: 100%;
	background: transparent url(lightbox/images/blank.gif) no-repeat;
/* Trick IE into showing hover */	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:visited:hover {
	background: url(lightbox/images/prevlabel.gif) left 15% no-repeat;
}
#prevLink:hover {
	background: url(lightbox/images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:visited:hover {
	background: url(lightbox/images/nextlabel.gif) right 15% no-repeat;
}
#nextLink:hover {
	background: url(lightbox/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;
}