/* Club Fixtures Calendar CSS */
table#clubfixtures {
	width: 730px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #CCC;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

table#clubfixtures caption a {
	color: #FFF;	
	text-align: center;
	text-decoration: none;
	font-size:1.4em;
}

table#clubfixtures caption {
	margin: 0;
	padding: 0 0 5px 0;
	width: 730px;
	background:#333;
	color: #FFF;
	text-align: center;
	font-weight:bold;
}

table#clubfixtures th {
	margin: 0;
	padding: 10px 0;
	color: #666;
	background: #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

table#clubfixtures td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width:105px;
	height: 105px;
	padding:5px;
	text-align:left;
	vertical-align:top;
}

table#clubfixtures td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

table#clubfixtures td.lastmonth , td.nextmonth {
	background-color:#EEE;
	color:#BBB;
}

table#clubfixtures td.weekend {
	background-color:#ECC;
	font-weight:bold;
	color:#666;
}

table#clubfixtures td.nextmonthweekend {
	background-color:#DCC;
}

table#clubfixtures td.today {
	background-color:#FF9;
	color:#000;
	font-weight:bold;
}
div.fixture {
	display:none;
}
a.fixture {
	display:block;
	padding:5px;
	color:#FFF;
}
a.fixture small {
	text-decoration:underline;
}
ul.fixtures {
	margin-top:10px;
}
ul.fixtures li {
	color:#333;
	list-style:none;
	padding:5px;
}
ul.fixtures li small {
	color:#C00;
}
ul.fixtures li strong {
	font-weight:bold;
}
ul.fixtures li.even {
	background-color:#EEE;
}


