/************ Global Styles ****************/
a:link    	{ color: #004080; font-family:arial,verdana,helvetica,sans-serif; font-size:1em }
a:active  	{ color: #004080; font-family:arial,verdana,helvetica,sans-serif; font-size:1em } 
a:visited 	{ color: #004080; font-family:arial,verdana,helvetica,sans-serif; font-size:1em }
a:hover 	{ color: #000080; font-family:arial,verdana,helvetica,sans-serif; font-size:1em }

.footerLinks a:link    	{ color: #ffffff; font-family:arial,verdana,helvetica,sans-serif; font-size:11px }
.footerLinks a:active 	{ color: #ffffff; font-family:arial,verdana,helvetica,sans-serif; font-size:11px } 
.footerLinks a:visited 	{ color: #ffffff; font-family:arial,verdana,helvetica,sans-serif; font-size:11px }
.footerLinks a:hover	{ color: #ffffff; font-family:arial,verdana,helvetica,sans-serif; font-size:11px }

.BodyLabels {
	color: #000000;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 12px
}

.TextBody {
	color: #000000;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 12px
}

.TextLogin {
	color: #004080;
	font-family: arial,verdana,helvetica,sans-serif;
	font-stretch: expanded;
	Top: -2px;
	font-size: 12px
}

	/* Added by Derreck - .TextBody class for all major HTML objects	*/
	/* PURPOSE: Compatibility with older versions of Netscape			*/
body {	
background-image: url("background.gif");
background-repeat: repeat-x;
)


}
 p, br, hr, img, span, div, tbody, th, tr, td, table, ul, ol, li {
	color: #000000;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 12px
}

.SmallText {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:10px
}

.ItemText {
/* Used for item display */
	font-weight: bolder;
}

/************ SEO Optimization DD Oct 2004 ***************/

.toplevel_logo {
	position:absolute;
	width:100%;
	top:0px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}
.toplevel_maincontent {
	position: absolute;
	width:100%;
	top: 135px; 
}
.toplevel_contenttable {
	position: relative;
	left: 0px;
	width: 462px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	alignment: center;
	border-left: solid 1px #9A9AA2;
}
.toplevel_navbars {
	width: 154px;
}

/************ Top Navigation **************************/

.TopNavigation {
	border-bottom: solid 1px #000000;
	width: 770px;
	height: 25px;
	/* border-left: solid 1px #000000;
	border-right: solid 1px #000000; */
}

TD.TopNavigationLC {
	width: 7px;
	background: transparent url("/images/topnav_corner_l.gif");
}

TD.TopNavigationRC {
	width: 7px;
	background: transparent url("/images/topnav_corner_r.gif");
}

TD.TopNavigationCENTER {
	border-top: solid 1px #000000;
	background-color: #990000;
}

/************ Bottom Rounded Edge Classes **************/

TD.contentBorderedBottom {
	background-color: #ffffff;
	border-bottom: solid 1px #9A9AA2;
//	width: 468px;
	height: 26px;
}

TD.navBorderedBottomL {
	background-color: #CCCCCC;
	border-right: solid 1px #9A9AA2;
	border-bottom: solid 1px #9A9AA2;
//	width: 155px;
	height: 26px;
}

TD.navBorderedBottomR {
	background-color: #CCCCCC;
	border-left: solid 1px #9A9AA2;
	border-bottom: solid 1px #9A9AA2;
//	width: 155px;
	height: 26px;
}

/************ Vertical Navigation Links ****************/

TD.Navigation {
	background-color: #cccccc;
	border-left: solid 1px #9A9AA2;
	border-right: solid 1px #9A9AA2;
	/* border-bottom: solid 1px #9A9AA2; -- taken out for bottom corners */
	width: 155px;
}

TD.Bordered {
	background-color: #ffffff;
	/* border-left: solid 1px #9A9AA2;
	border-right: solid 1px #9A9AA2;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #9A9AA2 */
}

TD.BorderedAlsoOnRight {
	background-color: #ffffff;
	border-right: solid 1px #9A9AA2;
}

TD.BorderedBottomOnly {
	border-bottom: solid 1px #000000;
}

TD.BorderedGrey {
	background-color: #ffffff;
	border-left: solid 1px #A0A0A0;
	border-right: solid 1px #A0A0A0;
	border-top: solid 1px #A0A0A0;
	border-bottom: solid 1px #A0A0A0
}

.VertNavLink a:link {
	color: #ffffff;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
	text-decoration:underline
}

.VertNavLink a:visited {
	color: #ffffff;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
	text-decoration:underline
}

.VertNavLink a:hover {
	color: #C0C0C0;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
	text-decoration:underline
}

.VertNavLink {
	color: #ffffff;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:17px;
}

TD.BorderedLeftRightOnly {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

/************ Horizontal Navigation Links ****************/
.HorzNavLink a:link {
	color: #003399;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
	text-decoration:underline
}

.HorzNavLink a:visited {
	color: #003399;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
	text-decoration:underline
}

.HorzNavLink a:hover {
	color: #000080;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
	text-decoration:underline
}

.HorzNavLink {
	color: #003399;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
}

/************ Navigation Styles ****************/
.NavTitleText {
	color: #cccccc;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	font-stretch:expanded;
	letter-spacing:3px;
	text-align:center;
	text-transform:uppercase
}

.RightNavFeatureText {
	color: #000000;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:10px
}

TD.NavItemTitle {
	color: #FFFFFF;
	border-top: solid 1px #9A9AA2;
	border-bottom: solid 1px #9A9AA2;
	background: url('NavItemLablebg.gif');
	height: 20px;
	vertical-align: middle
}

TD.NavItemTitleNoTop {
	border-bottom: solid 1px #9A9AA2;
	background-color: #E1DDDF;
	height: 20px;
	vertical-align: middle
}

TD.RightNavCell {
	background-color: #CCCCCC
}

/************ Title Bars ****************/
H1.TitleBar
{
font-size: 10px;
margin-bottom: 0px;

}

TD.TitleBar {
	border-bottom: 2px solid #004080;
	height: 20px;
	vertical-align: middle;
}

.TitleBarText2 {
	color: #004080;
	font-family:tahoma,verdana,helvetica,sans-serif;
	Font-Variant: small-caps;
	font-size:20px;
	/* font-weight:bolder; */
	text-decoration:none
}

.TitleBarText {
	color: #004080;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:16px;
	font-weight:bolder;
	text-decoration:none
}

.TitleBarLink a:link {
	color: #004080;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:16px;
	font-weight:bolder;
	text-decoration:none
}

.TitleBarLink a:visited {
	color: #004080;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:16px;
	font-weight:bolder;
	text-decoration:none
}

.TitleBarLink a:hover {
	color: #C0C0C0;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:16px;
	font-weight:bolder;
	text-decoration:none
}

h1,h2,h3,h4,h5,h6{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.SectionHead{ 
	FONT-SIZE: 19px; 
	TEXT-TRANSFORM: lower-case; 
	Font-Variant: small-caps;
	LETTER-SPACING: -1px; 
	font-stretch: expanded;
	color: #666666;  
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

TD.SectionHead {  
	Top: -10px;
	border-bottom: 1px solid #000000 
}


/************ Lists ****************/
TD.ListCells1 {
	border-bottom: solid 1px #A0A0A0;
	background-color: #CAE5FF;
	vertical-align: top
}

TD.ListCells2 {
	border-bottom: solid 1px #A0A0A0;
	background-color: #EBECF1;
	vertical-align: top
}

TD.ListCells1NoBorder {
	background-color: #CAE5FF;
	vertical-align: top
}

TD.ListCells2NoBorder {
	background-color: #EBECF1;
	vertical-align: top
}

TD.ListText1 {
	border-bottom: solid 1px #FCDC02;
	background-color: #FFFFCC;
	vertical-align: top
}

TD.ListText2 {
	border-bottom: solid 1px #FCDC02;
	background-color: #FFFFFF;
	vertical-align: top
}

TD.ListHeader {
	border-bottom: solid 1px #666666;
	background-color: #999999;
	vertical-align: top;
	horizontal-align: center;
	font-weight: bolder;
}

TD.ScheduleCell {
	border-bottom: solid 1px #A0A0A0;
	background-color: #DDDDDD;
	vertical-align: top;
}

.Small {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:10px;
}

.IAgree {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:10px;
	color: #000000;
	background-color: #FFFFFF;
}

/************ Lists - Page nav ****************/
TD.PageNav {
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	background-color: #E1DDDF;
	vertical-align: top
}

TD.PageNavList {
	border-bottom: solid 1px #000000;
	background-color: #E1DDDF;
	vertical-align: top
}

/********** Links **************************/

.BigLink a:link {
	color: #004080;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:16px;
	font-weight:bolder;
}

.BigLink a:visited {
	color: #004080;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:16px;
	font-weight:bolder;
}

.BigLink a:hover {
	color: #C0C0C0;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:16px;
	font-weight:bolder;
}

/****************** Form Elements ***********************/

SELECT.centeredSelect OPTION {
	/* do not know why this is not working.. used for userrating on rightpanels */
	text-align: center;
}

/****************** Front Page *************************/

TABLE.FrontPageBox {
	margin-bottom: 5px;
}

TABLE.FrontPageBox #contentCell {
	border-left: 1px solid #9A9AA2;
	border-right: 1px solid #9A9AA2;
	background-color: #ffffff;
}

TABLE.FrontPageBox #topCell { 
	background: transparent url("/images/top-bar.gif");
	height: 8px;
}

TABLE.FrontPageBox #bottomCell { 
	background: transparent url("/images/bottom-bar.gif");
	height: 8px;
}

TABLE.DisclaimerBox {
	background: #E0E0FF;
	width: 310px;
	margin-top: 5px;
}

TABLE.DisclaimerBox TEXTAREA {
	border: 1px #898991 solid;
	/* font-family: arial, helvetica; */
	font-size: 8pt;
	width:90%;
}

TABLE.DisclaimerBox INPUT {
	font-family: arial, helvetica;
	font-size: 8pt;
	font-weight: bolder;
	background-color: #cccccc;
	border: 2px #aaaaaa solid;
	width: 125px;
}

TABLE.DisclaimerBox #topCell { 
	background: transparent url(/images/disclaimer-top-bar.gif);
	height: 8px;
}

TABLE.DisclaimerBox #bottomCell { 
	background: transparent url(/images/disclaimer-bottom-bar.gif);
	height: 8px;
}

.nav {
	cursor: hand;
	text-decoration: underline;
	color: #004080;
}

/****************** Ad Brite CSS *************************/

.adHeadline {font: bold 8pt Arial; text-decoration: underline; color: #004080;}
.adText {font: normal 8pt Arial; text-decoration: none; color: black;}
.adbright {background-color: #E1DDDF;}

/******************Below is the new CSS for the splashpage or default*******************/

.Splashbox{
	background-color: #ffffff;
	width: 770px;
	height: 300px;
}
.FlashCell{
	width: 490px;
	height: 300px;
	text-align:center;
	verticle-align:middle;
}

.FeatureCellTop{
	background-image: url("/images/login_bg.jpg");
	background-repeat: repeat-x;
	width: 275px;
	height: 174px;
	verticle-align: middle;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFFFFF;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	
}
.FeatureCellTopSpacer{
	width: 5px;
	height: 174px;
	background-color: #ffffff;
	
}
.FeatureCel1Bottom{
	background-image: url("/images/featureCell_bg.jpg");
	background-repeat: repeat-x;
	width: 275px;
	height: 126px;
	padding-top: 5px;
	padding-left: 15px;
	color: #FFFFFF;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	verticle-align: middle;
	
}

.SplashboxFooter{
	background-color: #000000;
	width: 770px;
	height: 95px;
}
.SplashboxFooterCell{
	width: 770px;
	height: 95px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
	text-align:center;
	color: #ffffff;
}

/*********************** PLUGINS ********************************/

TABLE.Plugin-Menu{
width:443px;
height:50px;
}
.Plugin-Menu-Title-Cell{
background:#e1dddf;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#374873;
font-size:11px;
/*padding-left:100px;*/
font-weight:600;
height:21px;
/*width:307px;*/
width:276px;
text-align:center;
border-top: solid 1px #9a9aa2;
border-left: solid 1px #9a9aa2;
/*border-right: solid 1px #9a9aa2;*/
vertical-align:middle
}

.Plugin-Menu-Control-Cell{
background:#e1dddf;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:11px;
height:21px;
/*width:125px;*/
width:158px;
text-align:center;
border-top: solid 1px #9a9aa2;
/*border-left: solid 1px #9a9aa2;*/
border-right: solid 1px #9a9aa2;
vertical-align:middle
}

.Plugin-Content-Cell{
padding: 10px;
width:100%;
height:60px;
background-color:f2f2f2;
border: solid 1px #666666;
}
.Plugin-Menu-txt{
color:cccccc;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.Alert-Text{
font-family:Arial, Helvetica, sans-serif;
font-weight:900;
font-size:14px;
color:#d64141;
}




