﻿#fixtures_container
{
    width: 80%;
    margin-right: 20%;
}

#filter_container
{
    font-size: 1.6em;
}

#filter_container td
{
    width: 50%;
}

#filter_controls
{
    width: auto;
    max-width: 50px;
}

.filter_control
{
    width: 190px;
    padding: 3px;
    margin: 0px;
    border: #ddddddd 1px solid;
}

#fixture_calendar
{
    font-size: 0.7em;
    width: 90%;
    padding-left: 10%;
}

#fixture_calendar table
{
    font-size: 0.8em;
    border: 1px;
}

.fixture_date_calendar
{
    border-color: #ffffff;
}

#fixture_calendar table table
{
    font-size: 1.1em;
}

#uxLeagueFixtures
{
    margin-top: 3px;
    color: #35710f;
	border: solid;
	border-width: 1px;
	padding: 30px 1% 20px 3%;
	width: 97%;
}

.fixture_date_header
{
	color:#7F0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	padding:5px;
	margin-top: 5px;
	background-color:#e6e6e6;
	border-bottom:1px solid #cccccc;
	clear:both;
}

.fixture_table
{
    width: 100%;
    background: #ffffff;
    color: #000000;
}


.fixture_table table 
{
	width:100%;
	margin-top: 10px;
	margin-bottom:30px;
	font-size: 0.7em;
}
.fixture_table table tr th, .fixture_table table tr td {
	padding:2px 2px; 
}
.fixture_table table tr th {
	background:#8D0000 url('../images/button.png') repeat-x scroll top left;
	color:#ffffff;
}
.fixture_table table tr td {
	border-bottom:1px solid #dddddd;
}
.fixture_table table tr td.left {
	text-align: left;
}

