@charset "utf-8";
/* CSS Document */

table.mini{
	width: 170px;
	margin: auto;
	border-top: 1px solid #e8e8e8;
	background-color: #FFF;
}
table.mini td.detail{
	width: 25px;
}
table.mini td{
	padding: 3px;
	text-align: center;
	font-size: 10px;
	border-bottom: 1px solid #e8e8e8;
	line-height: 14px;
}
table.mini th{
	padding: 3px;
	background-color: #c23838;
	color: #FFF;
	font-size: 12px;
	border-bottom: 1px solid #e8e8e8;
}

table.big{
	width: 580px;
	background-color: #CCC;
	border: #CCC 1px solid;
	margin: auto;
}

table.big td.detail{
	width: 25px;
}

table.big td{
	padding: 3px;
	background-color: #EEE;
	text-align: center;
	border: #CCC 1px solid;
}

table.big td.group-title{
	padding: 3px;
	background-color: #c00;
	text-align: left;
	color: #FFF;
	border: #CCC 1px solid;
}

table.big tr:hover td{
	background-color: #FFF;
	color: #666;
}

table.big th{
	padding: 5px;
	background-color: #C00;
	color: #FFF;
	font-size: 14px;
	border: #CCC 1px solid;
}

img.logo{
	border: 1px dotted #333;
	margin: 0;
}

#fixtures td span.winner{
	font-weight: bold;
	color: #303;
}

#fixtures td span.loser{
	color: #999;
}

#mini-tabbing{
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
#mini-tabbing li{
	display: inline;
}
#mini-tabbing a span{
	display: block;
	padding: 5px 10px;
	margin-right: 5px;
	float: left;
	background-color: #F0F0F0;
	border: 1px solid #999;
}
#mini-tabbing a:hover span{
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}
#mini-tabbing a span.cactive{
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}
#statistics{
	margin:-1px; 
	border:#999 1px solid; 
	width: 630px;
	padding: 25px 0;
	background-color: #FFF;
}
#fixtures{
	font-size: 10px;
}

.positive-gd{
	font-weight: bold;
	color: #0C0;
}

.negative-gd{
	font-weight: bold;
	color: #C00;
}

.neutral-gd{
	font-weight: bold;
}
