@CHARSET "ISO-8859-1";

/* fixture pages styles */

#content table.fixtures {
	width: 741px;
	margin-left: 14px;
	padding: 3px;
	margin-left: 10px;
	margin-top: 0;
	position: relative;
	top: -8px;
}

table.fixtures th, table.fixtures td {
	font-size: .70em;
}

table.fixtures th {
	background-color: #c4d6d6;
	color: #013e50;
	border: 1px solid #93bcc7;
}

table.fixtures td {
	color: #013e50;
	border: 1px solid #c4d6d6;
	font-weight: normal;
}


.fix_sub {
	width: 729px;
	height: 18px;
	padding-top: 6px;
	padding-left: 6px;
	border-top: 1px solid #93bcc7;
	margin-top: 0;
	color: #337e91;
	font-size: .85em;
	margin-left: 13px;
}

h2.season {
	margin-bottom: 0;
	margin-left: 13px;
	padding-left: 6px;
	padding-top: 5px;
	height: 24px;
	width: 735px;
	color: #fff;
	font-size: .9em;
	background-image: url('../css_images/fixture_team_bg.png');
	background-repeat: no-repeat;
}

form#team_select {
	float: right;
	position: relative;
	right: 29px;
	top: -38px;
}

#fix_team {
	color: #fff;
	background-color: #2f6a79;
	font-size: .8em; 
	position: relative;
	top: -4px;
}

#content p.bodytext {
	margin-left: 11px;
	font-size: .70em;
	white-space: nowrap;
}

