/* CSS Document */

@import url(../all.css);




/* Altering the look of Table Headers */

TH {
   padding: 0px;
   background-image: url(th.gif);
   background-repeat: no-repeat;
   background-position: center;
   height: 30px;
   padding-left: 5px;
   padding-right: 5px;
}

/* Javascript MENU */

#homepagecolumn1, #homepagecolumn3{
	border-right: #6E84A6 solid 1px;
	background-color:#D4CAB9;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;

	}

/* Javascript MENU */
.mainmenucurrent {
	font-family : Arial;
	text-decoration : none;
	color : #000000;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
    background-position: center;
      }
A.mainmenucurrent {
	font-family : Arial;
	text-decoration : none;
	color : #000000;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
    background-position: center;

      }
.mainmenuon, A.mainmenuon:hover, A.mainmenuon:link, A.mainmenuon:visited, A.mainmenuon:active {
	font-family : Arial;
	text-decoration : none;
	color : #000000;
	background-image : url(th.gif);
	background-repeat: no-repeat;
    background-position: center;

      }
.mainmenuoff, a.mainmenucurrent:link, a.mainmenucurrent:visited, A.mainmenuoff:hover, A.mainmenuoff:link, A.mainmenuoff:visited, A.mainmenuoff:active {
	font-family : Arial;
	text-decoration : none;
	color : #000000;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
    background-position: center;
      }
/* Setting up the Division Headers */

#home #standings H3, #home #brief_standings H3{
   color:#FFFFFF;	
   background-color: #000000;
   background-image: url(h3.gif);
   background-repeat: no-repeat;
   background-position: center;
   height: 30px;
}



BODY {
   color: #FFFFFF;
   background-color: #000000;
   background-image: none;
}

/* Hyperlinks */
A:link {
   color: #FFFFFF;
}

/* Active Hyperlinks */
A:active {
   color: #FF0000;
}

/* Visited Hyperlinks */
A:visited {
   color: #FFFFFF;
}

/* Mouse-over Hyperlinks */
A:hover {
   text-decoration: none;
}

/* All even-numbered rows inside a table. */
.eventablerow {
   background-color: #666666;
}

/* All odd-numbered rows inside a table. */
.oddtablerow {
   background-color: #333333;
}

/* Table header cells */
TH {
   /* font-size: 9pt; */
   font-family: Arial;
   color: #FFFFFF;
   font-style: italic;
   font-weight: bold;
   background-color: #867152;
}

/* Table header cells - links */
/* By default, these should be the same color as the table header text color */
TH A:link, TH A:visited {
    color: #FFFFFF;
}

.module_expand { color: black; }


/*   Additions by Jesse Start Here
===================================== */
.pagebody {
	padding-top:20px; /*puts padding below header on sub pages */
}
#body_home .pagebody {
	padding-top:0;  /*removes padding below header on home */
}



/*    Main Headings 
======================= */
.homepagecolumn .homepagemodule caption, caption{
text-align:left;
padding:3px 5px 6px 45px;
background:#fff url(caption.gif) no-repeat left top;
/* font-size:14px; */
font-weight:normal;
color:#867152;
text-indent: 0px;
line-height:normal;
border:2px solid #6E84A6;
}

.homepagecolumn .homepagemodule caption span {
   margin: 0px 0px 0px 0px;
}

/* KCA - Jan 14, 2007 - make caption link text the right color! */
caption a:hover, caption a:link, caption a:visited, caption a:active {
   color: #867152;
}

/*    Tabs
==================== */
#homepagetabs { 
border-bottom: 2px solid #D4CAB9; 
margin: 0px 0 20px 0; 
padding: 15px 0 19px 15px;
font-weight:bold; 
/* font-size:10px; */
} 
#homepagetabs li { 
display: inline; 
list-style-type: none; 
margin: 0; 
border: 1px solid #ccc; 
border-bottom:none;
float: left; 
line-height: 14px; 
margin-right: 8px; 
padding: 2px 10px 2px 10px; 
text-decoration: none; 
cursor: pointer; 
color:#999;
background: #333;
}
#homepagetabs li.currenttab { 
background: #000;
padding-bottom:3px;
border:2px solid #D4CAB9;
border-bottom:none;
color:#fff;
}

