/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.35em;
	background: #000 url(grass.jpg) repeat 0 0;
	font-family: verdana, trebuchet, sans-serif;
	color: #FFF;
}
#container {
	margin: 0 auto;
	padding: 0;
	background: #000;
	/*background: #203109;*/
	text-align: left;
	width: 758px;
	border-left: 1px solid #DFFF06;
	border-right: 1px solid #DFFF06;
}
#header {
	margin: 0;
	padding: 0;
	background: url(header.jpg) no-repeat 0 0;
	height: 200px;
	border-top: 1px solid #000;
	position: relative;
}
#nav {
	margin-top: 0;
	floaT: LEFT;
	padding: 0;
	/*text-align: center;*/
}
#subnav {
float: right;
border: 1px solid #fff;
width: 50%;
}
html>body #nav {

}
#content {
	margin: 2em 3em 2em 3em;
}
#subnav {
	float: right;
	text-align: right;
	margin-right: 20px;
	border: 0;
}
#left {
	width: 65%;
	float: left;
}
#right {
	width: 30%;
	float: right;
	margin: 0;
	float: left;
	margin-left: 25px;
}
#footer {
	background: url(footer.gif) no-repeat 0 0;
	height: 56px;
	clear: both;
	display:block;
	width:100%;
}
.team {
	width: 200px;
	float: left;
	margin: 10px;
	height: 100px;
}
.team ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	clear: both;
}
li.bluez {
	color: #70B8FC;
	font-weight: bold;
}
li.browns {
	color: #BC6906;
	font-weight: bold;
}
li.callithump {
	color: #BE5CFC;
	font-weight: bold;
}
li.coalition {
	color: #989797;
	font-weight: bold;
}
/* li.bludgers {
	color: #000;
	font-weight: bold;
} */
li.polar {
	color: #FFF;
	font-weight: bold;
}
li.shenanigans {
	color: #5192AE;
	font-weight: bold;
}
li.shockeroos {
	color: #FAEB03;
	font-weight: bold;
}
li.socceroonies {
	color: #911630;
	font-weight: bold;
}
li.stove {
	color: #FF0101;
	font-weight: bold;
}
li.counts {
	color: #149F09;
	font-weight: bold;
}
li.wiift {
	color: #718BDF;
	font-weight: bold;
}
li.skillz {
	color: #ED22CE;
	font-weight: bold;
}
li.boot {
	color: #EB9B00;
	font-weight: bold;
}
blockquote {
	font-style: italic;
	margin: 0;
	color: #CCCCCC;
}
#homelink {
	position:absolute;top:100px;height:50px;width:600px;left: 0;
}
#actionshots img {
	float: left;
	margin: 0 10px 20px 0;
}
#actionshots p {
	float: left;
	margin: 0;
}
#submitresults {
	display: block;
	padding: 0 8px 0 8px;
	border: 1px solid #FFF;
}
#resultnav {
	float:left;
	width: 16%;
	clear: both;
}
#resultnav ul {
	margin-top: 0px;
	margin-left: 0;
	padding-left: 25px;
	list-style-type: square;
}
#resultcontent {
	margin-left: 25%;
	clear: right;
}
#resultcontent table {
	margin-top: 0;
}
table.ladder tr {border-bottom: 1px dotted #3C3C38; border-left: 1px dotted #FFF; border-right: 1px dotted #FFF}
table.ladder tr td {border-bottom: 1px dotted #3C3C38;}
table.ladder {width: 47%; margin: 10px 1% 20px;float: left; border-bottom: 1px dotted #FFF; border-left: 1px dotted #FFF; border-right: 1px dotted #FFF}
*html table.ladder {border: 1px solid #FFF; margin: 0 5px 20px;}

table.hovertable {
	border-collapse: collapse;
	float: left;
	border-bottom: 1px dotted #FFF;
}
table.hovertable tr td {
	padding: 5px 3px;
}
table.hovertable tr:hover td {
	background: #3E6103;
	border-collapse: collapse;
}
table.green th {
	background: #20300B;
	text-align: center;
}
table th.title {
background: #20300B;
text-align: center;
}
img#me {
	float:left;
	margin: 3px 15px 15px 0;
	padding: 0;
	border: 1px dotted #FFF;
}
img.link {
	float: left;
	margin: 5px 20px 15px 0;
}

table.resultsform input, table.resultsform select, table.resultsform textarea {
background:#000;
border: 1px dotted #FFF;
padding: 5px;
color: #DFFF06;
}
table.resultsform input.bold {
font-weight: bold;
}
table.resultsform th, table.resultsform input.button {
background: #3C3C38;
text-align: center;
text-transform: uppercase;
border-bottom: 1px dotted #FFF
}
table.resultsform tr td{
padding: 10px 5px 0 5px;
}
table.hovertable tr.cut td {border-bottom: dotted 2px yellow}
span.heading {
font-weight: bold;
text-transform: uppercase;
color: #DFFF06;
clear: both;
}