
/* GLOBALS
==============================================================*/


html {
	font-size: 100%;
	}
body {
	margin: 0px;
	background: #203049;
	font: 12px  Arial, Helvetica, sans-serif;
	line-height:1.5em;
	}

#form_error_box {
	color: red;
	text-align: center;
	padding: 10px 0;
	border: 3px double red;
	}
#main_content td {	vertical-align: top; }
#content p { 	margin: 0 0 .8em 0; 	}

h1, h2, h3, h4 { line-height: 1.2em;}
h1 {font-size: 20px; font-weight: bold; color:#203049; border-bottom: 1px solid #f00;}
h2 {font-size: 16px; font-weight: bold; color:#203049;}
h3, h4 {font-size: 14px; color:#333;}

p  {font-size: 12px;}

a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
u {
	text-decoration: none;
	}



/* MAIN CSS
==============================================================*/


#top {
	background: #FFDD00;
	border-bottom: 8px solid #000;
	margin: 0;
	height: 66px;
	}
#links_top {
	margin: 2px 0 0 20px;
	float: left;
	padding-top: 40px;
	}	
#links_top a {
	color: #203049;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 3px 0 0;
	font-weight: bold;	
	}

#links_main {
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	color:#0099CC;
	letter-spacing: -.2px;
	}
#links_main a {
	color: #fff;
	font-size: 14px;
	padding: 2px 5px;
	}
#links_main a:hover {
	color: #ffdd00;
	text-decoration: none;
	}
	
#header {
	clear: both;
	width: 769px;
	background: url("../assets/best_bet.gif") no-repeat top right;
	}
#header p {
	margin: 0;
	}
#header img {
	float: left;
	}	
#top_image {
	width:257px;
	height: 133px;
	overflow: hidden;
	background: url("../assets/sbook/top_pic_sbook.jpg") no-repeat top right;
	float: left;
	}
#content {
	width: 512px;
	}
#subcontent {
	width: 472px;
	background: #fff;
	padding: 5px 20px 20px 20px;
	}
	
#main_content {
	padding: 0 15px 20px 0;
	width: 457px;
	overflow: hidden;
	
	}
#sidebar {
	width: 229px;
	padding: 10px 14px;
	background:#FFDD00;
	}	
#footer {
	border-top: 8px solid #000;
	background: #111A26;
	padding: 5px 15px;	
	}
	

/* CLASSES
==============================================================*/
.white a:link {color: #cccccc; font-size: 10px; text-decoration:none;}
.white a:hover {color: #cccccc; font-size: 10px; text-decoration:underline;}
.white a:visited {color: #cccccc; font-size: 10px; text-decoration:none;}
.white a:visited:hover {color: #cccccc; font-size: 10px; text-decoration:underline;}
.foot_bar {color:#666666;}	
.cr {font-size:10px; color: #cccccc;}
.gametitle {font-size: 16px; color:#f00; font-weight:bold;}

.active_on {
	color: #ffdd00!important;
	}