#scores_container{
	border: solid 0px red;
	width: 330px;
	height: 370px;
	overflow:hidden;
	margin: 0px 5px 0px 5px;
}
#scores_container img{
	width: 67px;
}
#scores_container a{
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
#scores_table{
	width:330px;
	margin: 0px 0px 9px 0px;
}
#scores_table tr th{
	font-size: 10pt;
	color: #666666;
	border-bottom: solid 1px #dddddd;
	padding-bottom: 5px;
}
#scores_table tr td.scores_th_divider{
	line-height: 4px;
}
#scores_table tr td{
	font-size: 8pt;
	text-align:center;
	vertical-align:middle;
}
#scores_table tr td.scores_date{
	width:70px;
	text-transform:uppercase;
	padding: 5px 0px;
}
#scores_table tr td.scores_team{
	width:200px;
	padding: 5px 0px;
}
#scores_table tr td.scores_team a {
	font-size: 7pt;
}
#scores_table tr td.scores_outcome{
	width:50px;
	padding: 5px 0px;
}
#scores_table tr td.scores_sport{
	padding: 5px 0px;
}
#scores_table tr td.scores_final{
	padding: 5px 0px;
}
#scores_table tr td.scores_padding{
	padding-bottom: 10px;
}
/****** HEADER ******/
.scores_header{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 3px;
}
.scores_header div{
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin-bottom: 3px;	
}
.scores_header div h1{
	margin: 0px 0px 3px 0px;
	font-size: 12pt;
}
a#scores_more{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
	display:block;
	text-align:right;
}
div.scores_content{
	height: 312px;
}
