@charset "UTF-8";
/* CSS Document */

#table-head {
	width:626px;
	height:39px;
	position:relative;
}

#table-head span {
}

#table-head li {
	position:absolute;
	height:39px;
	z-index:99;
	top:0px;
}

#table-head li a {
	height:39px;
	width:100%;
	display:block;
	background-repeat:no-repeat;
	background-position:bottom left;
}

#table-head li a:hover, #table-head li a.active {
	background-position:top left;	
}

#table-head span {
	display:none;	
}

#april {
	left:0px;
	width:92px;
}

#may {
	postion:absolute;
	left:95px;
	width:92px;
}

#june {
	left:190px;
	width:92px;
}

#july {
	left:285px;
	width:92px;
}

#august {
	left:380px;
	width:96px;
}

#september {
	left:479px;
	width:117px;
}

#april a {
	background-image:url(../images/april.gif);
}

#may a {
	background-image:url(../images/may.gif);
}

#june a {
	background-image:url(../images/june.gif);
}

#july a {
	background-image:url(../images/july.gif);
}

#august a {
	background-image:url(../images/august.gif);
}

#september a {
	background-image:url(../images/september.gif);
}

table {
	border-collapse:collapse;
	width:626px;
}

table,th, td {
	border:none;
}

th, td {
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;	
}

th {
	background-color:#718d46;
	color:#FFF;
	font-weight:normal;
	text-transform:uppercase;
}

th span, td span {
	display:block;
	padding-left:10px;	
}

table .date {
	width:72px;
	text-align:center;
}

td.date {
	font-weight:bold;
	font-size:13px;		
}

td.name a {
	color:#a13829;
}

td.name a:hover {
	color:#6a8441;
}

td.city {
	font-style:italic;
}

table .name {
	width:180px;
	text-align:left;
}

table .city {
	width:183px;
	text-align:left;
}

table .team {
	width:190px;
	text-align:left;
}

tr.darker {
	background-image:url(../images/table-pattern.gif);
	background-position:top left;
}