@charset "UTF-8";
/*
CSS Document
*/
#live_left, #live_right {
	padding-top:0px;
	padding-bottom:10px;
	width:488px;
	float:left;
}
#live_left {
	padding-left:7px;	
}
#live_right {
	padding-left:10px;	
}
.infobox_wrapper{
	float:left;
	width:488px;
	margin:15px 0 0 0;
}
.infobox_header{
	height:25px;
	background:url(/images/infobox488_topbot.gif) no-repeat;
	width:488px;
}
.infobox_header h3 {
	line-height:25px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:12px;
	color:#3a3a3a;
}
.infobox_body{
	width:478px;
	padding:0px 5px;
	background:url(/images/infobox488_body.gif) repeat-y; 
	float:left;
}
.infobox_body p{
	padding-top:10px;
}
.infobox_body a{
	color:black;
}
.infobox_footer{
	float:left;
	width:488px;
	height:12px;
	margin:0;
	background-image: url(/images/infobox488_topbot.gif);
	background-repeat: no-repeat;
	background-position: left -25px;
}
#live_scorebox, #live_commentbox, #live_statbox, #live_shopbox {
	width:488px;
	float:left;
}
#score_box {
	text-align:center;	
}
#score_box h1{
	font-weight:bold;
	font-size:16px;
}
#score_box h2{
	font-weight:bold;
	margin-top:1em;
	font-size:12px;
}
#score_box h3{
	font-weight:normal;
	margin:6px auto;
}
#score_box table{
	margin-bottom:6px;
	font-size:18px;
	font-weight:normal;	
}
#score_box .padded_r{
 padding-right:10px;	
}
.comments_button {
	margin:5px;
}
#comment_wrapper {
	float:left;
	width:486px;
	background-color:#999;
}
#comments_box {
	height:622px;
	width:486px;
	overflow:auto;
}
#live_commentbox_body h3 {
	color:white;
	margin:10px;
	font-weight:bold;
}
.individual {
/*	border:4px solid white;*/
	margin:0 4px 4px 4px;
	padding:4px 4px;
	background-color:white;
	float:left;
	width:451px;
}
.individual img {
	float:left;
	margin-right:10px;
	vertical-align:top;
}
#comments_box .comment p {
	float:left;
	margin:0;
	padding:0 3px 3px 0;
	vertical-align:top;
}
#shop_box {height:485px;}
#statbox {height:480px;overflow:visible;}
#statbox p {
	float:left;
	padding:0 10px;
}
.statistics {
	font-size:11px;
	margin:10px auto;
	width:455px;
	background: whitesmoke;
	border-collapse: collapse;
}
.statistics tr {
}
.statistics th {
	background: url(/images/sortable_th.gif) repeat-x #808080;
	font-weight:bold;
}
.statistics td, .statistics th {
	border:1px silver solid;
	padding:1px;
	margin:0px;
	height:14px;
}
.odd_col {
	background-color:#ededed;
}
.statistics tr:hover th[scope=row], .statistics tr:hover td { 
  background-color: #632a2a;
  color: #fff;
} 
.bold {
	color:#600;
	width:105px;
}
.centre {
	text-align:center;	
}
/* Sortable tables */
table.sortable thead {/*background-color:#eee;color:#666666;font-weight: bold;cursor: default;*/}
.sorttable_numeric {
	width:35px;	
}
#help h1 {
	font-size:13px;
	font-weight:bold;
	color:#900;
	margin:12px 0 0 0;
	text-align:center;
}