/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#CCCC66;
	color:#000000;
	text-align:left;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #006600;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #006600;
	padding-left:10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	margin-top:2px;
}
#LeagueInfo {
	border-top: dotted 1px #666666;
	border-bottom: dotted 1px #666666;
	padding:10px;
	margin-top:2px;
	margin-bottom:2px;
}
#StatList a {
	font-weight:bold;
}
#StatList p {
	margin:6px;
}
#StatList {
	border-right: dotted 1px #000000;
	width:363px;
	padding:10px;
	float:left;

}
#StatsTopTen {
	border-left: dotted 1px #000000;
	margin-left:2px;
	width:363px;
	padding: 10px;
	float:left;
}
#statsTable {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
#statsTable th a{
	color:#000000;
}

#statsTable .odd {
	background-color:#EBEBEB;
}

#statsTable .even {
	background-color:#FFFFFF;
}

.postdate {
	font-size:10px;
	color:#666666;
}
#adminUpload {
	border-top: dotted 1px #000000;
	padding: 10px;
}
#topNav{
  position:relative;
}
#errorMsg {
	color:#CC0000;
	background-color:#FFFF00;
	font-weight:bold;
	float:right;
	position:absolute;
	left:350px;
	top:2px;

}
#adminLayer {
	border-top:double 4px #000000;
	border-bottom:double 4px #000000;
	background-color:#FDB9C5;
	color:#003366;
}
#adminLayer th{
	background-color:#003366;
	color:#FFFFFF;
}

#adminLayer h2, td{
	color:#003366;
}

#admin1 {
	width:363px;
	padding:10px;
	float:left;

}
#admin2 {
	margin-left:2px;
	width:363px;
	padding: 10px;
	float:left;
}

.button{
	background-color:#009900; 
	color:#FFFFFF; 
	font-size:10px; 
	/*font-weight:bold;*/
}
#SubTopNav {
	padding-top:10px;
	padding-left:10px;
}
#SubTopNav a{
	font-weight:bold;
	text-decoration:none;
	color:#CC0000;
}
#SubTopNav a:hover{
	text-decoration:underline;
}
#StatListSelect {
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding:10px;
	margin-top:2px;
	margin-bottom:2px;
	clear:both;
}
#StatResults {
	border-top: dotted 1px #000000;
	padding:10px;
	margin-top:2px;
	margin-bottom:2px;
}

