@charset "utf-8";
/* CSS Document */

html,body {margin:0; height:100%; background:#FFFFFF;}

#wrapper {height:100%; width:100%;}
table.fullwide {width:100%;}
table.navbar {background:url(../images/page/blueBG_bar.jpg) repeat-x; background-position:top; width:100%;}
table.blue_bar {background-image:url(../images/page/button_bar.jpg); background-repeat:repeat-x; background-position:top; width:100%;}

td.silver_bar {background:url(../images/page/silver_bar.jpg) repeat-x; background-position:top; width:100%; height:5px;}
td.empty_bar {height:5px;}
td.top_banner {background-image:url(../images/page/top_banner_bg.jpg); background-repeat:repeat-x; background-position:top; }
td.button_bar {background-image:url(../images/page/button_bar.jpg); background-repeat:repeat-x; background-position:top; height:39px; width:154px; }

.blueAd_text {color:#00FFFF; }
.darkBG_text {color:#FFFFFF; }
.login_text {color:#FFFFFF; font-size:11px; }

td {font-family:Arial, Helvetica, sans-serif; font-size:15px;}

a:link {color:#287CA8; text-decoration:none; }
a:active {color:#287CA8; text-decoration:none; }
a:visited {color:#6666FF; text-decoration:none; }
a:hover {color:#666666; text-decoration:underline; }

a.left_bar {}


a.darkBG_text {color:#FFFFFF; }



.title_text {font-size:20px; color:#10107A; font-weight:bolder; }
.title_text_small {font-size:17px; color:#10107A; font-weight:bolder; }
td.content { margin:15px;  }


/*Page Bottom Ads*/
#leftAd {
	float:left;
	width:350px;
	}
#rightAd {
	float:right;
	width:350px;
	}
#rightAd, #leftAd {
	background-color:#E0E0E0;;
	}	
#leftAd ul, #rightAd ul {
margin:0;
padding:10px;
}	
#leftAd ul li, #rightAd ul li {
font-size:17px; color:#10107A; font-weight:bolder;
list-style-type:none;
}

#leftAd ul li li, #rightAd ul li li {
font-family:Arial, Helvetica, sans-serif; font-size:15px;
font-weight:normal;
list-style-type:disc;
}
#leftAd ul ul, #rightAd ul ul {
	padding:0 0 0 20px;
	}
#leftAd h3, #rightAd h3 {
	background-image:url(../images/page/bottomAdBG.jpg);
	width:340px;
	color:#FFFFFF;
	padding:0 0 0 10px;
	margin:0;
	}
.admin-msg {
	width:400px;
	border:1px solid #f00;
	margin:1em;
	padding:1em;
	font-weight:bold;
	background:#a00;
	color:#fff;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}