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

/* CSS Document */
BODY {
	background-image: url(pageheader.png);
	background-position:left top;
	background-repeat: repeat-x;
	background-color:#fff;
	color:#392e18;}



/* Create some space between the header and the pagebody */

.pagebody {
	margin-top:10px;}

.report {
	border-bottom:#62563d solid 1px;}
/* Set the color of the Table Rows */

.eventablerow {
   background-image: url(even.png);
   background-repeat: repeat;
   background-position: top;
   background-color:#e8e0cf;
   color:#392e18;}
	
.oddtablerow {
   background-image: url(odd.png);
   background-repeat: repeat;
   background-position: center;
   color:#392e18;}

/* General Link Attributes*/
	  
A:link {
	color : #392e18;
	text-decoration : none;
	font-weight:bold;}

A:active {
	color : #392e18;}
A:visited {
	color : #392e18;
	text-decoration : none;
	font-weight:bold;}
A:hover {
	text-decoration : underline;
	color:#62563d;}


/* Altering the look of Table Headers */

TH {
   padding: 0px;
   background-image: url(th.png);
   background-repeat: repeat;
   background-position: center;
   height: 30px;
   padding-left: 5px;
   padding-right: 5px;
   color: #62563d;
   background-color:#CCB982;
   border-right:#62563d solid 1px;
   border-left:#62563d solid 1px;

}

TH A:visited, TH A:link, TH A:active, TH A:hover {
   color: #62563d;
}

/* League Name */
H1 {
color:#62563d;
font-weight:bold;
}

/* Javascript MENU */
.mainmenucurrent {
	font-family : Arial;
	text-decoration : none;
	color : #dfd4bd;
	background-color: #FFFFFF;
	background-image : url(caption.png);
	background-repeat: repeat;
    background-position: center;
      }
A.mainmenucurrent {
	font-family : Arial;
	text-decoration : none;
	color : #dfd4bd;
	background-color: #FFFFFF;
	background-image : url(caption.png);
	background-repeat: repeat;
    background-position: center;
      }
.mainmenuon, A.mainmenuon:hover, A.mainmenuon:link, A.mainmenuon:visited, A.mainmenuon:active {
	font-family : Arial;
	text-decoration : none;
	color : #62563d;
	background-image : url(th.png);
	background-repeat: repeat;
    background-position: center;

      }
.mainmenuoff, A.mainmenuoff:hover, A.mainmenuoff:link, A.mainmenuoff:visited, A.mainmenuoff:active {
	font-family : Arial;
	text-decoration : none;
	color : #dfd4bd;
	background-color: #FFFFFF;
	background-image : url(caption.png);
	background-repeat: repeat;
    background-position: center;
      }
/* Setting up the Division Headers */

#home #standings H3, #home #brief_standings H3 {
   padding: 0px;
   background-image: url(h3.png);
   background-repeat: no-repeat;
   background-position: left;
   background-color:#fff;
   height: 40px;
   padding-left: 5px;
   padding-right: 5px;
   color: #FFF;
   padding-top: 30px;
   padding-bottom: 10px;
   /* font-size:18px; */
}



/*   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:12px 5px 12px 50px;
background:#fff url(caption.png) no-repeat left top;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
color:#EBE4D6;
text-indent: 0px;
line-height:normal;
}

caption a:visited, caption a:link, caption a:active, caption a {
  color:#EBE4D6;
}


/*    Tabs
==================== */
#homepagetabs { 
border-bottom: 2px solid #61553C; 
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: #EBE4D6;
}
#homepagetabs li.currenttab { 
background: #fff;
padding-bottom:3px;
border:2px solid #61553C;
border-bottom:none;
color:#61553C;
}


