@charset "utf-8";

BODY 
{
	margin: 0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	
}

img {border:0px;}

.title
{
	font-size:13x;
	font-weight:bold;
	color:#000066;
}

.title a 
{
	font-size:13px;
	color:#000066;
}

.title a:hover
{
	color:#000066;
}

.content
{
padding:10px;
color:#000000;
}

.footer
{
background-color:#5C5A5A; 
height:25px; 
text-align:right; 
padding-right:9px;
color:#FFFFFF;
font-size:9px;
}

.footer a
{
text-align:right; 
padding-right:9px;
text-decoration:none;

}

.footer a:hover
{
color:#FFCC00;
text-align:right; 
padding-right:9px;
text-decoration:none;

}

/*common css*/
h1{font-size:16px; margin:0px; margin-bottom:10px; color:#000000}

td {font-family: Verdana, Arial, Helvetica; font-size: 12px;  color:#000000;}
td A {text-decoration: none; color:#ffffff;}
td A:hover {color:#B35900; text-decoration:none; }

#articlecss {font-family: Verdana, Arial, Helvetica; font-size: 12px;  color:#000000;}
#articlecss A {text-decoration: none; color:#1c2197;}
#articlecss A:hover {color:#B35900; text-decoration:none; }

.header {font-family: Verdana, Arial, Helvetica; font-size: 10px;  color:#ffffff;}

.logo a { cursor:default; }
.logo a:hover { cursor:default; }

.foottext {color: #000000; background-image:url(images/footer.gif); background-repeat:no-repeat; background-position:right; font-size: 9px; text-align:right; 
height:40px; padding-top:25px; padding-bottom:10px;}
.foottext A{color: #000000; text-decoration:none;}
.foottext A:hover {color: #B35900; text-decoration:none;}

.foottext2{color: #ffffff; font-size: 12px; text-align:right; vertical-align:bottom; padding-bottom:10px; padding-right:10px; font-weight:bold }
.foottext2 A{color: #ffffff; text-decoration:none;}
.foottext2 A:hover {color: #ffffff; text-decoration:underline;}

TH{color:#ff7900}

.pagetitle {font-family: Times New Roman, Times, serif; font-size: 18px; font-weight: bold; text-align: right; vertical-align: bottom; color: #92bf3e; letter-spacing: 0.2em;}
.sitetitle A {font-family: Times New Roman, Times, serif; font-size: 12px; font-weight: bold; color: #92bf3e; text-decoration: none;}

.w-text {color: #000099; font-family: Times New Roman, Times, serif; font-size: 11px;}
.w-text A {color: #000099; text-decoration: none;}
.w-text A:hover {color:#000099; text-decoration:underline; cursor:pointer;}

.menu {color: #ffffff; font-family: Arial; font-size: 12px;}
.menu A {color: #ffffff; text-decoration: none;font-family: Arial;}
.menu A:hover {color: #ee7b22; text-decoration:none; cursor:pointer;}
.menutext {margin-top:5px; width:auto;}

.ncaption {font-size:12px; margin:0px; margin-bottom:10px; color:000000; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; height:10px;}
.h1caption {font-size:12px; margin:0px; margin-bottom:10px; color:#000l;font-weight:bold; height:10px;}
.h2caption {color: #2781b9; font-family: Times New Roman, Times, serif; font-size: 14px; font-weight: bold; text-align: left;}
.thead {color: #2781b9; font-family: Times New Roman, Times, serif; font-size: 11px; font-weight: bold;}
.article_header{
	color: #000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:20px; text-align: left;  font-weight:bold; height:44px; margin-bottom: 5px;
}

.sidelink {color: #b69a39; font-family: Verdana, Helvetica; font-size: 12px;}
.sidelink {color: #b69a39; text-decoration: none;}
.sidelink A:hover {color: #b69a39; text-decoration: underline;}



.links {color: #ffffff; font-family: Arial, Helvetica; font-size: 12px;}
.links A{color: #ffffff;text-decoration: none;}
.links A:hover {color:#FC0000; text-decoration: underline;}

.bordered1 {border: thin solid; border-color: #b69a39; border-width: 0;}
.bordered {border: 0px solid #666666;}
.seth {
	color:#333333;
}
.seth A{color:#333333; text-decoration: none;}
.seth A:hover{color:#333333; text-decoration: none;}

.lmenu {color: #000000; font-family: Arial; font-size: 12px; font-weight:100}
.lmenu A {color: #000000; text-decoration: none;}
.tlmenu A:hover {color:#000000; text-decoration:underline; cursor:pointer;}

.contact_form{border:0px;}
.contact_form th{text-align:left; font-size:10; color:#2F5271;}
.contact_form td{font-size:10; color:#2F5271; border:none;}

.customtd {background-color:#f1bcf1;}

#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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: #f1bcf1;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
.img_name {
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align:middle;
	color:#ffffff;
	padding:top:5px;
	padding-bottom:5px;
}	

.usefullinks 
{
background-color:#C6C5E4; 
color:#1B1D96; 
font-size:12px;
padding:10px;
font-weight:bold;
margin-top:10px;

}

.usefullinks_content 
{
font-size:10px;
background-color:#C6C5E4; 
padding-bottom:5px;
}

.usefullinks_content a
{
text-decoration:none;
color:#333333;
}

.usefullinks_content a:hover
{
text-decoration:none;
color:#CC9900;
}

.medical_news
{
font-size:12px;
color:#000000;
}

.medical_news a
{
color:#000000;
}

.medical_news a:hover
{
color:#CC9900;
}
