#tabnav {
	width: 630px;
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(/teams/images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
	}

#tabnav a:hover {
	background: #fff;
}




.teambio {
	width: 630px;
	/*height: 100px;*/
	background #F0F0F0;
}

.teambio .divlogo {
	float:left;
	width:170px;
	padding-left: 5px;
	padding-top: 5px;
}

.teambio .teamstats {
	float:right;
	width:460px;
}



table.genStatTable {
	border-bottom-color: #F0F0F0;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-left-color: #F0F0F0;
}

table.genStatTable {
	color: #000000;
	text-align: center;
	padding-bottom: 3px;
	padding-left: 3px;
	paddding-right: 3px;
	padding-bottom: 3px;
}

table.genStatTable TR.title {
	color: #000000;
	background: url(/teams/images/col_bg.gif) repeat-x;			
}
table.genStatTable TR.odd {
	background: #F0F0F0;				
}	
