﻿.OverView
{
	color:#000;
	/*float:left;*/
	width:300px;
	margin-bottom:10px;
}

.OverView .teams{
	/*float:left;	*/
	width:300px;
	margin-top:0;
	margin-bottom:10px;	
	padding-top:0;
	font-weight:bold;	
}

.OverView .teams .home, .OverView .teams .away{
	font-weight:bold;
}

.OverView .title{	
	width:300px;
	/*float:left;	*/
	background:#FFF;	
	padding:3px 0;
	text-align:center;
}

.OverView .panel{
	/*float:left;	*/
	width:300px;
	font-weight:bold;
	text-align:left;
	/*background:#EBEBEB;*/
}
.OverView .panelcontent
{
	background:
		url('../overview/overviewbg.gif')
		repeat-y
		top left;
	height:1%;
}
.OverView .home
{
	width:145px;	
	float:left;
	padding:5px 0px 5px 0px;
	margin-right:5px;
	background:#EBEBEB;
	font-weight:normal;	
}
.OverView .away
{
	width:145px;	
	margin-left:5px;
	padding:5px 0px 5px 0px;
	float:left;
	background:#EBEBEB;
	font-weight:normal;
}
.OverView .ovrpad
{
	margin:0 5px;
}
