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

/* ##################### File Info ######################## 
##  Author: Jesse Schoberg                               ##
##  Updated: 2007-08-21                                  ##
##  Contact: http://www.ljhost.com                       ##
######################################################## */


/*   Color Scheme 
=======================
#060 - Dark Green
#090 - Bright Green
#C1C9AF - Lt Green
                     */

/*    Main Tags
===================== */
body {
	 margin:0;
	 padding:0;
	 background:#060 url(bg.gif) repeat-x;
color:#fff;
}
.pagebody {
	padding-top:20px; /*puts padding below header on sub pages */
}
#body_home .pagebody {
	padding-top:0;  /*removes padding below header on home */
}
a:link, a:active, a:visited {
	color: #fff;
text-decoration:underline;
}
a:hover {
	text-decoration: underline;
     color:#C1C9AF;
}
body, td, th, div {
   font-family: arial, sans-serif;
   font-size:12px;
}
/*    Top Menu
==================== */
.mainmenucurrent, a.mainmenucurrent, a.mainmenucurrent:link, a.mainmenucurrent:hover, a.mainmenucurrent:visited {
   font-size: 95%; 
   text-decoration: none; 
   color:#fff;
   background-color: #C1C9AF; 
}
/* #menu0 {
margin-top:-10px;
} */
a.mainmenucurrent:link,
a.mainmenucurrent:visited,
a.mainmenucurrent:active {
color:#090;
}
.mainmenuon, 
A.mainmenuon:hover, 
A.mainmenuon:link, 
A.mainmenuon:visited, 
A.mainmenuon:active { 
   color: #090; 
   background-color: #C1C9AF; 
}
.mainmenuoff, 
A.mainmenuoff:hover, 
A.mainmenuoff:link, 
A.mainmenuoff:visited, 
A.mainmenuoff:active { 
   color: #060; 
   background-color: #fff; 
}


/*      Header 
==================== */
.pageheader {   /* Main Header BG */
	height: 288px;
	background:url(header.jpg) no-repeat left top;
border-top:3px solid #fff;
border-bottom:3px solid #fff;
   
}
.brandlogo {    /* Logo Cell */
	width:130px;
}
.brandlogo a img {
	display:none;
}
.brandlogo a {
width:80px;
height:80px;
display:block;
margin:21px 0 0 9px;
}
.brandlogo a:hover {
background:none;
}
.brandlogo a:hover img{
 display:block;

}
.pagetitle{   /* Center Cell */
	 vertical-align:top;
	 width: auto;
}
.pagetitle h1{
	 color:#090;
text-align:left;
	 margin:213px 0 0 0px;
         font-size:22px;
font-style:oblique;
font-weight:normal
}
.welcome {  /* Right Cell */
	width:100px;
   color:#fff;
}
.welcome a, .welcome a:hover{
   color:#fff;
   background:#090;
}

/*    Tabs
==================== */
#homepagetabs { 
border-bottom: 2px solid #090; 
margin: 0px 0 20px 0; 
padding: 15px 0 19px 15px;
font-weight:bold; 
background: url(bg.gif) repeat-x;
} 
#homepagetabs li { 
display: inline; 
list-style-type: none; 
margin: 0; 
border: 1px solid #fff; 
border-bottom:none;
background: #000; 
float: left; 
line-height: 14px; 
margin-right: 8px; 
padding: 2px 10px 2px 10px; 
text-decoration: none; 
cursor: pointer; 
color:#fff;
background: #6BA66B;
}
#homepagetabs li.currenttab { 
background: #060;
padding-bottom:3px;
border:2px solid #090;
border-bottom:none;
color:#fff;
}

/*    Main Headings 
======================= */
.homepagecolumn .homepagemodule caption, h3{
text-align:left;
padding:6px 15px 6px 15px;
background:#060 url(bg.gif) repeat-x left bottom;
font-size:19px;
font-weight:bold;
}
.homepagecolumn #standings h3, .homepagecolumn #brief_standings h3, caption {  /* Division 1 ect, subpage captions */
background:#060 url(bg.gif) repeat-x left top;
text-align:left;
padding:4px 20px 4px 15px;
font-size:19px;
}
/*    Tables 
================== */
th{
background:#fff;
padding:3px;
font-style:normal;
font-size:12px;
text-align:center;
color:#060;
}
th a:link,
th a:active,
th a:visited{
color:#060;
}
.eventablerow {
   background-color: #F2F4EF;
   color:#000;
}
.oddtablerow {
   background-color: #FFFFFF;
   color:#000;
}
.eventablerow a:link,
.eventablerow a:visited,
.eventablerow a:active,
.oddtablerow a:link,
.oddtablerow a:visited,
.oddtablerow a:active{
color:#090;
text-decoration:none;
}
.eventablerow a:hover,
.oddtablerow a:hover {
color:#000;
text-decoration:underline;
}
#monthly_calendar td.today { 
border:4px solid #000;
background:#060 url(bg.gif) repeat-x left bottom;
color:#fff;
}
#monthly_calendar td.today a:link,
#monthly_calendar td.today a:visited,
#monthly_calendar td.today a:active{
color:#fff;
}
#monthly_calendar td .calendarday {
background: #060;
color:#fff;
}

