/* coded by pxwebdesign.com.au 2007 */


/* menu stlyin */






/* league stylin */

#league { margin-top: 10px; }

div#league a:link, div#league a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px;
}

div#league a:hover {
	text-decoration: none;
	background: #222;
}

div#league span {
	font-size: 140%;
	color: #ff9900;
	display: block;
	line-height: 1.5em;
	text-decoration: underline;
}

#league-head {
	float: none;
}


/* match season stylin */

#season-head {
	clear: both;
	line-height: 2em;
	color: #ff9900;
	float: none;
}

#rounds a:link, #rounds a:visited {
	color: #fff;
	font-size: 150%;
	line-height: 1.5em;
	text-decoration: none;
	padding: 0 5px 0 5px;
}


ul#rounds {
	margin: 0;
	padding: 10px 0 0 5px;
	list-style: none;
}
  

ul#rounds li {
	margin: 0;
	padding: 2px 0 0 0;
	list-style-type: none;
}


/* match results stylin */

table.results {
	width: 520px;
	background-color: #353535;
	border-collapse: collapse;
	margin-top: 15px;
	border-top: 1px solid #5e5e5e;
}

table.results td.result-head {
	color: #ff9900;
	background-color: #2b2b2b;
	font-size: 130%;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #5e5e5e;
	padding: 10px 0 6px 0;
}

table.results td {
	font-size: 120%;
	padding: 4px 5px 4px 5px;
	border-bottom: 1px solid #555;
}

table.results em {
	font-size: 90%;
	color: #ccc;
}


/* age group stylin */

#agegroups a:link, #agegroups a:visited {
	color: #fff;
	font-size: 150%;
	line-height: 1.5em;
	text-decoration: none;
	padding: 0 5px 0 5px;
}


ul#agegroups {
	margin: 0;
	padding: 10px 0 0 5px;
	list-style: none;
}
  

ul#agegroups li {
	margin: 0;
	padding: 2px 0 0 0;
	list-style-type: none;
}



/* ladder stylin */

table.ladder {
	width: 530px;
	background-color: #3b3b3b;
	border-collapse: collapse;
	margin-top: 15px;
	border-top: 1px solid #5e5e5e;
	text-align: center;
}

table.ladder th {
	color: #ff9900;
	background-color: #2b2b2b;
	font-size: 110%;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #5e5e5e;
	padding: 4px 0 4px 0;
	border: 1px solid #444;
}

table.ladder td {
	font-size: 110%;
	padding: 4px 5px 4px 5px;
	border: 1px solid #555;
}

table.ladder tbody  tr.odd td {
	background-color: #353535;
}

table.ladder em {
	font-size: 90%;
	color: #ccc;
}



/* mvp rankings */

table.mvp-rankings {
	border-collapse: collapse;
	margin: 10px auto 20px auto;
	text-align: left;
}

table.mvp-rankings td {
	font-size: 120%;
	padding: 4px 6px 4px 6px;
	border-bottom: 1px solid #555;
}

table.mvp-rankings tr.mvp-a {
	color: #e79d2e;
}

table.mvp-rankings tr.mvp-b {
	color: #edae50;
}

table.mvp-rankings tr.mvp-c {
	color: #f5cd90;
}


