@charset "utf-8";
body{
	font-size:12px;
}


form div {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 0.4em;
}

form div label {
  float: left;
  width: 18%;
  font: bold 1em Arial, Helvetica, sans-serif;
  color:#604925;
}



#leagueView{
	width:100%;
	border-collapse:collapse;	
	border-top:none;
}



#leagueView tr, #leagueView td, #leagueView th{
	/*border:1px solid #CCCCCC;*/
}


#leagueView th {
	background-color:#C00;
	color:#FFFFFF;
	font-size:12px;
	height:30px;
}

#leagueView .leagueHeader{
	height:37px;
	background:url(../images/league_header_bg.gif) repeat-x 0px 1px;
	border:none;

}

#leagueView .leagueFooter{
	height:37px;
	background:url(../images/league_header_bg.gif) repeat-x 0px 1px;
	border:none;
}


#leagueView .leagueHeader span{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}

#leagueView .odd{
	background-color:#FFF;
}

#leagueView .even{
	background-color:#F5F5F5;
}

#leagueView tr:hover{
	background-color:#CCC;
}
