.sideBar {	
	float:left;
	margin:15px 0 0 -5px;
	width:200px;}
.sideBar dt {	
	font:normal 15px "trebuchet MS", arial, helvetica, sans-serif;
	color:#6c2c94;
	padding:5px 10px;
	background:#e6f4fc;
	margin:0 0 5px;
	border:solid 1px #D0C7D4;
	}
.sideBar dt a {
	color:#6c2c94;
	text-decoration:none;}	
.sideBar dt a:hover {color:black;text-decoration:underline;}


.sideBar dt.selected {
	color:white;
	font-weight:bold;
	background:#B191C6 url(/images/game/dt.gif) no-repeat right center;
	border-color:white;
	padding:6px 10px;
	margin:-1px -9px 4px -1px;
	}
.sideBar dt.selected a,
.sideBar dt.selected a:hover {
	color:white;
	text-decoration:none;
	cursor:default;}


.results {
	float:right;
	width:470px;
	background:white;
	margin:13px -15px 0 0;
	padding:0;}
.results h3 {
	margin:0 0 10px !important;
	background:#7b4e97 url(/images/game/h3.gif) repeat-x left top !important;
	color:white;
	padding:5px 10px;
	border-style:solid;
	border-color:#755988 #7b5f8c;
	border-width: 1px 2px;
	clear:both;
	position:relative;
	}

.results h3 a {
	position:absolute;
	left:-1px;
	top:0px;
	background:white url(/images/game/h3.gif) repeat-x scroll left top;
	padding:5px 5px 5px 8px;
	width:400px;
	height:100px;
	color:white;
	}


.results table {
	width:225px;
	margin:0 10px 10px 0;
	height:62px;
	float:left;}

.results th {
	border-top:solid 1px #ddd;
	padding:5px;
	font:normal 13px/100% "trebuchet MS", arial, helvetica, sans-serif;
	height:45px;
	background:#f8ffff;
	}
.results th.home  {
	font-weight:normal;
	text-align:right;
	width:90px;
	border-left:solid 1px #ddd;
	}
.results th.score {	
	font-weight:bold;
	text-align:center;
	width:45px;
	}
.results th.away {
	font-weight:normal;
	text-align:left;
	width:90px;
	border-right:solid 1px #ddd;
	}
.results td {
	border:solid 1px #ddd;
	padding:0 10px;
	font:normal 11px "trebuchet MS", arial, helvetica, sans-serif;
	text-align:center;
	background:#E6F4FC url(/images/game/results_td.gif) repeat-x left top;
	color:#6D4488;
	}
