#statisticsContainer {
	margin-top: 0px;
	width: 100%;
	display: block;
	float: auto;
	height: 100%;
}

#statisticsMisc {
	border-left: 1px solid #ffffff;
	border-bottom:1px solid #DBDBDB;
	background-color: #E5E5E5;
	text-align: center;
	width: 182px;
	float: right;
	margin: 0px;
	vertical-align: top;
	height: 100%;
}

.statisticsMiscInner {
	position: relative;
	margin: 1px 0px 1px 2px;
	border: 1px solid #ffffff;;
	height: 100%;
}

#statisticsMain {
	float: left;
	width: 740px;
	margin: 0px 10px 0px 5px;
	_margin: 0px 10px 0px 2px;
	padding-top: 10px;
	vertical-align: top;
}

table.genStatsTable * {
	font-size: 11px;
	padding: 1px 0px 1px 0px;
}

table.genStatsTable, table.schedBody, div.mlinks {
	width: 100%;
}

table.genStatsTable {
	border: 1px solid #BBBBBB;
}

table.genStatsTable tr td {
	padding-left: 10px;
}

td.mlinks, tr.header td {
	background: url(/images/standings/conf_bg.gif) repeat-x;
	font-family: trebuchet ms;
	text-transform: uppercase;
	font-size: 13px;
	height: 20px;
	padding-top: 2px;
}

div#lk {
	padding-bottom: 3px;
}

div#lk div {
	display: inline;
	padding-right: 10px;
}

div#lk div a, tr.header td {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	font-family: trebuchet ms;
	text-transform: uppercase;
}

div#lk div a:hover {
	color: red;
}


tr.header td {
	padding-bottom: 5px;
}

tr.title {
	background: url(/images/standings/col_bg.gif) repeat-x;
	height: 20px;
}

tr.title td, tr.subTitle td {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}


table.genStatsTable tr.main td {
	padding: 0px;
}


tr.odd {
	background-color: #F3F3F3;
}

td.dt, td.time, td.boxscore {
	font-weight: bold;
	width: 85px;
}

td.game {
	width: 290px;
}

td.locTV, td.hiPts {
	width: 105px;
}

td.tx {
	text-align: center;
}


div.gamesContainer {
		position: relative;
		display: table;
		border: 1px solid #cccccc;
		width: 100%;
		padding-bottom: 2px;
	}
	
	* html div.gamesContainer {
		display: block;
		height: 100%;
		padding-bottom: 2px;
	}
	
	div.noGames {
		width: 100%;
		text-align: center;
	}
		
	div.gamesContainer div.header {
		background: url(/images/standings/conf_bg.gif) repeat-x;
		height: 20px;
		color: #ffffff;
		font-size: 13px;
		font-weight: bold;
		font-family: trebuchet ms, arial;
		text-transform: uppercase;
		padding-left: 10px;
	}
	
	div.gRow {
		position: relative;
		display: block;
		width: 100%;
	}	