/*
-----------------------------------------------
Scores and Odds
Author: R. Tortoledo
Version: 1.0
----------------------------------------------- */

/*  Global styles
----------------------------------------------- */

body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #fff;
}
h1, h2, h3, h4 {
	display: none;
}
a {
	outline: none;
	color: #000;
}
img {
	border: 0px;
}
ul {
	list-style-type: none;	
}
#outer {
	margin: 0px ; padding: 0px ;
	width: 100%;
}
#inner {
	float:left;
	margin: 0px auto; padding: 0px 4px 0px 4px;
	border: 0px;
	background-color: #fff;
}
.replace {
	text-indent: 0px;
}
.center {
	text-align: center !important; 
}
.uppercase {
	text-transform: uppercase;
}
.odds {
	background-color: #f8f8f8;
}
.yellow { 
	background-color: #f5d08a;
}
.blue {
	background-color: #B3CFED;
}
.heading_bullet {
	padding-bottom: 5px;
}

/* Header 
----------------------------------------------- */
#header {
	display: none;
}

/* Printable Heading
----------------------------------------------- */
#heading {
	border-bottom: 2px solid #000;
}
#heading h2 {
	font-size: 32px;
	margin: 0px; padding: 0px 0px 10px 0px;
}
#heading h3 {
	font-size: 14px;
	margin: 0px; padding: 0px;
}
#heading h2, #heading h3 {
	font-weight: bold;
	display: block;
}
	#heading h2 span {
		display: block;
		font-size: 20px;
	}
	#heading h2 span, #heading h3 span {
		font-weight: normal;
	}

/* Contents
----------------------------------------------- */
#contents {
	clear:both;
	width: 95%;
	padding-top: 8px;
	border-top: 0px solid #597CA5;
}

	/* Left column */ 
	#left_col {
		float:left;
		width: 100%;
	}
		/* Format for tables, table headings and table cells */
		.section {
			margin-bottom: 20px; padding: 1px;
			border: 0px;
			background-color: #fff;
		}
		.section table {
			width: 100%;
			background-color: #fff;				
			border: 0px solid #000;
		}	
		.section th {
			font-size: 12px;
			text-align: left;
			height: 14px;
			margin: 0px; padding: 4px 8px 4px 8px; 
			background-color: #fff;
			border-bottom: 1px solid #000;
			border-left: 0px;	border-right: 0px;
		}	
		.section th img {
			display: none;
		}
		.section .first {
			border-left: 0px;
		}
		.section .last {
			border-right: 0px;
		}
		.top th , .top td {
			border-top: 1px solid #000;
		}
		.bottom th, .bottom td {
			border-bottom: 1px solid #000;
		}
		.section_heading td {
			font-weight: bold;
			text-transform: uppercase;
			vertical-align: bottom;
			color: #000;
			padding-left: 5px;	
			border-bottom: 2px solid #000;
			background-image: none;
		}
		.section_heading img {
			display: none;
		}
		.section_heading .section_name {
			font-size: 20px;
			vertical-align: middle;
		}
		.date {
			font-size: 14px;
			vertical-align: middle;
		}
		.announcement {
			text-align: right;
			font-size: 10px;
			text-transform: uppercase;
		}
		.announcement span {
			padding-right: 5px;
		}
		.announcement a {
			color: #000;
		} 
		.announcement a {
			color: #000;
			text-decoration: none;
		}
		.notescol {
			display: table-cell;
			display: expression("block");
			border-right: 0px;
		}
		td.notescol {
			width: 250px;
			border-right: 0px;
			/*border-left: 1px solid #000;*/
		}
		/* Stat fox */
		#statfox {
			background-color: #000;
		}
		 a {
			color: #0000FF;
		}
		#statfox #statfox_banner{
			float:left;
			width: 294px; height: 65px;
			background-image: url(../img/statfox.gif); background-repeat: no-repeat;
		}
		#statfox #statfox_nav {
			float: left;
			width: 504px;
			margin: 10px 0px 0px 0px; padding: 0px 0px 0px 10px;
			border-left: 1px solid #fff;
		}
		#statfox #statfox_nav a {
			font-size: 9px;
			font-weight: bold;
			color: #fff;
			padding: 0px 5px 0px 5px;
			text-decoration: none;
		}
		#statfox #statfox_nav ul {
			float:left;	
			margin: 0px; padding: 0px;
		}
			#statfox #statfox_nav ul li {
				float: left;	
			}	
				#statfox #statfox_nav ul li a {
					display: block;
					border-right: 1px solid #fff;	
				}
				#statfox #statfox_nav ul li a:hover { color: #f5d08a; }
				#statfox #statfox_nav ul li a:active { color: #ffff; }
				#statfox #statfox_nav ul li a:visited {	color: #ffff; }
				
			#statfox #statfox_nav #leages_nav {
				margin-bottom: 10px;
			}
				#statfox #statfox_nav #leages_nav a {
					font-size: 10px;
					border-right: 2px solid #fff;
				}
			#statfox #statfox_nav .features_nav {
				float: left;
				width: 500px;
				margin-top: 2px;
			}
			#statfox #statfox_nav #leages_nav .last a, #statfox #statfox_nav .last a {
				border-right: 0px;
			}
	#timestamp {
		font-size: 9px;
		padding: 0px 10px 10px 10px;
	}
	
	#phones td {
		font-size: 9px;
		color: #253445;
		vertical-align: top;
		padding: 10px 0px 10px 5px;
	}
	#phones dl {
		padding: 0px; margin: 0px;		
	}
	#phones dt {
		font-weight: bold;
	}
	#phones dd {
		padding: 0px;
		margin: 0px 0px 5px 0px;
	}
	
	/* left column footer */
	#left_col_footer {
		float: left;
		width: 820px;
		padding: 24px 4px 0px 4px;
	}
	#left_col_footer #disclaimer {
		float: left;
		width: 550px; padding: 0px 10px 0px 5px;
		font-size: 8px;
	}
	#left_col_footer #rss {
		display: none;
		float: left;
		width: 60px;
		padding: 5px;
	}
	#left_col_footer #rss a {
		float: left;
		display: block;
		border: 0px;
		padding: 0px; margin: 0px 0px 5px 0px;
	}
	#left_col_footer #rss a img {
		float: left;
	}
	
/* Contents - Right column */ 
	#right_col {
		display: none;
	}

/* Footer 
----------------------------------------------- */
#footer {
	display: none;
}

