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

/* ##################### File Info ######################## 
##  Author: Jesse Schoberg                               ##
##  Updated: 2010-02-05                                  ##
##  Contact: http://www.ljhost.com                       ##
######################################################## */


/*   Color Scheme 
=======================
Yellow: #FFC32D
lt gray: #c8c8c8

                     */

/*    Main Tags
===================== */
body {
	 margin:0;
	 padding:0;
	 background:#000 url(bg.gif);
color:#c8c8c8;
}
.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: #c8c8c8;
text-decoration:underline;
}
a:hover {
	text-decoration: underline;
     color:#FFC32D;
}
body, td, th, div {
	font-family:Verdana,Arial, sans-serif;
	font-size:10px;
}
/*    Top Menu
==================== */
a.mainmenucurrent { 
   font-size: 95%; 
   text-decoration: none; 
   background-color:#FFC32D;
}
/* #menu0 {
margin-top:-10px;
} */
a.mainmenucurrent:link,
a.mainmenucurrent:visited,
a.mainmenucurrent:active {
color:#fff;
font-size:10px;
background:#FFC32D;
}
.mainmenuon, 
A.mainmenuon:hover, 
A.mainmenuon:link, 
A.mainmenuon:visited, 
A.mainmenuon:active { 
   color: #000; 
   background-color: #FFCF31; 
font-size:10px;
}
.mainmenuoff, 
A.mainmenuoff:hover, 
A.mainmenuoff:link, 
A.mainmenuoff:visited, 
A.mainmenuoff:active { 
   color: #c8c8c8; 
   background-color: #000; 
font-size:10px;
}


/*      Header 
==================== */
.pageheader {   /* Main Header BG */
	height: 119px;
	background: #000 url(header.jpg) no-repeat left top;

   
}
.brandlogo {    /* Logo Cell */
	width:140px;
}
.brandlogo a img {
}
.brandlogo a {
width:85px;
height:85px;
display:block;
margin:20px 0 0 25px;
}
.brandlogo a:hover {
background:none;
}

.pagetitle{   /* Center Cell */
	 vertical-align:top;
	 width: auto;
}
.pagetitle h1{
	 color:#fff;
        text-align:left;
	margin:40px 0 0 385px;
        font-size:20px;
       font-weight:normal;
}
.welcome {  /* Right Cell */
	width:100px;
   color:#c8c8c8;
}
.welcome a, .welcome a:hover{
   color:#c8c8c8;
  background: none; 
}

/*    Tabs
==================== */
#homepagetabs { 
border-bottom: none; 
margin: 0px 0 20px 0; 
padding: 15px 0 19px 7px;
background:              none;
font-size:10px;
} 
#homepagetabs li { 
display: inline; 
list-style-type: none; 
margin: 0; 
border: 1px solid    #999; 
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:  url(caption.gif) no-repeat right top;;
padding-bottom:3px;
border:1px solid      #fff;
color:                #000;
font-weight:bold; 
}

/*    Main Headings 
======================= */
.homepagecolumn .homepagemodule caption, h3{
text-align:left;
padding:3px 10px 3px 60px;
background:url(caption.gif) no-repeat left top;
font-size:10px;
font-weight:bold;
color:#000;
}
.homepagecolumn #standings h3, .homepagecolumn #brief_standings h3, caption {  /* Division 1 ect, subpage captions */
background:none;
color:#FFC32D;
font-weight:bold;
text-align:left;
padding:4px 20px 4px 0px;
font-size:20px;
}
/*    Tables 
================== */
th{
background:#000;
padding:3px;
font-style:normal;
text-align:center;
color:#fff;
}
th a:link,
th a:active,
th a:visited{
color:#fff;
}
.eventablerow {
   background-color: #fff;
   color:#000;
}
.oddtablerow {
   background-color: #f1f1f1;
   color:#000;
}
.eventablerow a:link,
.eventablerow a:visited,
.eventablerow a:active,
.oddtablerow a:link,
.oddtablerow a:visited,
.oddtablerow a:active{
color:#333;
text-decoration:underline;
}
.eventablerow a:hover,
.oddtablerow a:hover {
color:#FFC32D;
text-decoration:underline;
}
#monthly_calendar td.today { 
border:none;
background:#FFC32D;
color:#000;
}
#monthly_calendar td.today a:link,
#monthly_calendar td.today a:visited,
#monthly_calendar td.today a:active{
color:#000;
}
#monthly_calendar td .calendarday {
background: #fff;
color:#000;
}

h3 a:link, h3 a:active, h3 a:visited, h3 a:hover {
   color: black;
}
