.nav{
background: url('http://stats.ocaa.com/images/nav_bg.gif');
height: 30px;
font-family: Verdana, Arial, sans-serif;
font-size: .8em;
border: 1px solid black;
}
select{
font-family: Verdana, Arial, sans-serif;
font-size: .9em;
font-weight: normal;
}
.nav ul{
list-style: none;
margin: 0px;
padding: 0px;
margin-left: 4px;
margin-top: 9px;
}
.nav li{
display: inline;
padding: 3px 21px 2px 21px;
color: #000;
text-decoration: none;
cursor: pointer;
}
.nav a:link, .nav a:visited, .nav a:hover{
padding: 2px 10px 3px 10px;
color: #000;
text-decoration: none;
}
.nav .sel{
border: 1px inset #C1C1C1;
background-color: #dddddd;
}
select#team_select{
float: right;
margin-right: 5px;
margin-top: 5px;
}

div#stats{
border: 1px solid #E7E7E7;
margin: 3px;
padding: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
* html div#stats{
width: 100%;
}
span.stat_header{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1em;
}
.standings{
border-collapse: collapse;
padding: 0px;
margin: 0px;
font-size: .9em;
width: 100%;
}
.standings th{
background-color: #000000;
border-bottom: 3px solid #989898;
color: white;
}
.standings td{
border-bottom: 1px solid #EEEEEE;
padding: 0px;
padding-left: 2px;
}
.standings td.region, div.region{
border-bottom: 1px solid #AAAAAA;
background-color: #EEEEEE;
font-weight: bold;
}
div.region{
padding: 2px;
height: 20px;
}
div.region ul{
list-style: none;
margin: 0px;
padding: 0px;
margin-top: 3px;
}
div.region li{
display: inline;
margin-right: 1px;
margin-left: 1px;
font-weight: bold;
/*padding: 1px 10px 2px 10px;*/
padding: 1px 2px 2px 2px;
border: 1px outset #C2C2C2;
cursor: pointer;
}
div.region a:link, div.region a:visited{
}
div.region a:hover{
border: 1px inset #C2C2C2;
background-color: #DDDDDD;
}
div.region .hover{
border: 1px inset #C2C2C2;
background-color: #DDDDDD;
cursor: pointer;
}
div.pages{
margin: 20px;
text-align: center;
}
div.pages a:link, div.pages a:visited{
color: black;
text-decoration: none;
}
div.pages a:hover{
color: #120083;
text-decoration: underline;
}