/* MAIN DIV CONFIGURATION */
#MDcellLeft  { width: 50px; }
#MDcellCenter  { width: 650px; }
#MDcellRight  { width: 50px; }

/* BANNER TABLE CONFIGURATION*/
#bannerTable { margin-left: auto; margin-right: auto; width: 650px; }
#emptyCell { width: 165px; }
#btCellRight { width: 485px; height: 100px; vertical-align: bottom; }
#ratingCell { width: 165px; height: 64px; font-family: Arial,Verdana, Helvetica, sans-serif; font-size: 11px; text-align:center; color: #000000; vertical-align: bottom; }
#linksCell { width: 165px; height: 50px;  text-align:center; vertical-align: top; padding: 0px; filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90; }
#websiteSpecs { width: 485px; height: 50px; font-size: 13px; font-family: arial, verdana, sans-serif; color: #333333; text-align: left; vertical-align: top; padding: 5px; border-bottom: 1px solid #EEEEEE; }

/* ABBS ROW */
#abbsLeft {  }
#abbsRight {  }
#insideAbbsTable { width: 468px; text-align: left; }
#IATLeft { width: 50%; }
#IATRight { width: 50%; text-align: right; font-size: 14px; color:#333333; font-family: arial, verdana, sans-serif; }

/* PTC TITLE TABLE */
#ptcTitle { width: 470px; height: 20px; }
#ptCellTopLeft { width: 330px; font-size: 18px; font-family: verdana, arial, sans-serif; text-align: left;  vertical-align: top; }
#ptCellTopRight { width: 70px; text-align: right;  vertical-align: middle; }
#ptCellBottom { width: 400px; }

/* MISC CONFIGURATION*/
#helloDiv { float: left; width: 70%;  }
#helpRollOverDiv { margin-left: 70%; width: 30%; text-align:right; font-size:12px; }
#onlineSince { font-size: 10px; color: #444444; }
#color { color: #003399; }
#hideshow { font-size: 11px;}
#big { font-size: 16px;	font-weight: bold; }
#small { font-size: 10px; font-weight: bold; }
#javaAlert { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-indent: 0px; }
#signUp { font-size: 12px; font-family: arial, tahoma,verdana; color: #333333; font-weight: bold; }

a.linkopacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1; 
opacity: 1;}

a.linkopacity:hover img {
filter:alpha(opacity=80);   
-moz-opacity: 0.8;   
opacity: 0.8;
}

.banners {
border: 1px dotted #666666;
} 

img { vertical-align: -20%; }

.abbreviationLink A:link {text-decoration: none; font-weight: normal; color: #999999; font-size: 12px; }
.abbreviationLink A:visited {text-decoration: none; font-weight: normal; color: #999999; font-size: 12px; }
.abbreviationLink A:active {text-decoration: none; font-weight: normal; color: #999999; font-size: 12px; }
.abbreviationLink A:hover {text-decoration: none; font-weight: normal; color: #666666; font-size: 12px; }


#hintbox{ /*CSS for pop up hint box */
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	position:absolute;
	top: 0;
	background-color: #0066cc;
	border: 1px solid #999;
	padding: 3px;
	text-align: left;
	font:normal 11px Verdana;
	color:#000;
	line-height:20px;
	z-index:100;
	visibility: hidden;
}

