﻿/* CSS styles for fixtures/results pages */

/* tab styles */
#tabs {
	font-size: 93%;
	background: #dae0d2 url('../league/fixres/tabs/bg.gif') repeat-x 50% bottom;
	float: left;
	width: 100%;
	line-height: normal;
	margin-bottom: 20px;
}
#tabs ul {
	padding: 10px 0 10px 0;
	margin: 0;
	list-style-type: none;
}
#tabs li {
	padding: 0 0 0 9px;
	background: url('../league/fixres/tabs/left.gif') no-repeat left top;
	float: left;
	margin: 0;
}
#tabs a {
	padding: 5px 15px 4px 6px;
	display: block;
	font-weight: bold;
	background: url('../league/fixres/tabs/right.gif') no-repeat right top;
	color: #801605;
	Text-decoration: none;
}
#tabs a:hover {
        color: #333;
}
#tabs #current {
        background-image: url('../league/fixres/tabs/left_on.gif');
}
#tabs #current a {
        background-image: url('../league/fixres/tabs/right_on.gif'); 
        padding-bottom: 5px; 
        color: #333;
}
#tabcontent {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #C0C0C0;
	margin-top: 30px;
}
/* table styles*/
table.bgb {
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 10px;
}
table.bgb th {
	font-weight: bold;
	padding-top: 15px;
	text-align: left;
}
table.bgb td {
	padding: 4px;
}


