/**********************/
/*     NAV STYLES     */
/**********************/
td.nav{
  vertical-align:top;
  height: 100%;
}
table.nav{
	background:url(../images/navback.gif) repeat;
	width:225px;  /*NAV WIDTH*/
	border-collapse:collapse;
}
td.header{
  background:url(../../images/nav.gif);
	background-position:center;
	background-repeat: no-repeat;
	width:100px;
	height:30px;
}
td.nav_content{
	text-align:left;
	vertical-align:top;
	height: 100%;
}
/**********************/
/*     PAGE STYLES    */
/**********************/
div.page{
	align:left;
}
body{
	background:url(../../images/left_rightbg.gif) repeat;
	background-color:#37B537;
}

table.page{
	border:none;
	border-collapse:collapse;
}
td.bannar{
	background:url(../../images/logo2.gif);
	background-position:right;
	background-repeat: no-repeat;
	height:100px;
	width:650px;
	text-align:center;
	vertical-align:bottom;
	font-weight:bold;
}
/*************************/
/*     CONTENT STYLES    */
/*************************/	
td.content{
	background-color:#37B537;
	border-left: inset;
	border-top: inset;
	border-right: outset;
	border-bottom: outset;
	width:650px;
	vertical-align:top;
}
td.league_page_content_wright{
	background-color:#72DE5C;
	border-left: inset;
	border-top: inset;
	border-right: outset;
	border-bottom: outset;
	width:550px;
	vertical-align:top;
}

td.league_content_wright{
	width:550px;
	vertical-align:top;
	background-color:#72DE5C;
}
td.league_content{
	width:650px;
	vertical-align:top;
	background-color:#72DE5C;
}
td.leftHeader{
	background-color: #D36105;
	font-weight: bold;
}
td.topHeader{
	background-color: #A25110;
	font-weight: bold;
}
td.rightContent{
	background-color: #FB8C33;
}

/**********************/
/*     LINK STYLES    */
/**********************/
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #b27416;
	text-decoration: none;
}

a.category:link, a.category:visited {
	font-weight: bold;
}

a.contentheadinglink:link, a.contentheadinglink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.contentheadinglink:hover {
	color: #CCCCCC;
	text-decoration: none;
}

a.pagenav:link, a.pagenav:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.pagenav:hover {
	color: #b27416;
	text-decoration: none;
}
/************************/
/******LEAGUE STYLES*****/
/************************/
tr.crumbs{
	font-size:12;
	height: 20;
}
table.league_current{
	background:url(../../images/navback.gif) repeat;
	border-collapse:collapse;
}