body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00668c;
	font-family:Tahoma; 
}

a:link {
	text-decoration: underline;
	color:4F4F4F;
}
a:visited {
	text-decoration: underline;
	color:4F4F4F;
}
a:hover {
	text-decoration: none;
	color:4F4F4F;
}
a:active {
	text-decoration: underline;
	color:4F4F4F;
}

.footer-links {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}

a.footer-links:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}
a.footer-links:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;	
}
a.footer-links:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;	
}
a.footer-links:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;	
}



.left-table {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
}

.red {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #EA1034;
}

.y-login{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #DCE453;
}

.g-title {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #969E04;
}

.y-mid-table{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #4A4C1D;
}

.border {
	border : 1px solid #A1A1A1;
}

.form_button { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #000000 ; 
	border: black; 
	background-color:#D2EBF2;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

.body_text {
	font-size: 11px;
	font-family: Tahoma;
	color:#4F4F4F;
}

.text_title {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #2c5994; FONT-FAMILY: Tahoma
}

a.text_title:link {
	text-decoration: underline;
	color:4F4F4F;
}
a.text_title:visited {
	text-decoration: underline;
	color:4F4F4F;
}
a.text_title:hover {
	text-decoration: none;
	color:4F4F4F;
}
a.text_title:active {
	text-decoration: underline;
	color:4F4F4F;
}

.text_blue {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #2c5994;
	FONT-FAMILY: Tahoma
}

.main_title {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	color:#2c5994;
}

.red_title {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #EA1034;
	font-weight:bold;
}

.hosted {
	font-size: 11px;
	font-family: Tahoma;
	color: #60C92F;
}

.update_text {
	font-size: 9px;
	font-family: Tahoma;
	color:#3333CC;
}

.main_title2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	color:#FFFFFF;
}
.main_title3 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	color:#FFFFFF;
}


/*lightbox css */


#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(../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; outline: none;}	 	

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

/**lightbox css end */