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

BODY {
 color: #C7C6B1;
 background-color: #737366;
 margin: 0px;
 padding: 0px;
 border: 0px;
 background-image: url(gold_metal_background.gif);
 background-repeat: repeat;
}

A:link {
 color: #000000;
 font-weight: bold;
 text-decoration: none;
}

A:active {
 color: #FF0000;
 font-weight: bold;
 text-decoration: none;
}

A:visited {
 color: #C2BB94;
 font-weight: bold;
 text-decoration: none;
}

A:hover {
 font-weight: bold;
 color: #65370B;
 text-decoration: underline;
}

.welcome {
 font-weight: bold;
 color: #999966;
 padding-right: 10px;
}

CAPTION {
 font-weight: bold;
}

TH {
 color: #2C2C15;
 font-style: normal;
 font-weight: bold;
 background-color: #ACAB91;
 letter-spacing: 1px;
 text-align: center;
 vertical-align: middle;
 background-image: url(th_bg.gif);
 background-repeat: repeat;
 background-position: left top;
  height: 16px;
}

TH A:link {
    color: #65370B;
}

TH A:visited {
    color: #65370B;
}

#standings H3 {
 text-align: center;
 color: #000000;
 font-weight: bold;
 background-color: #292920;
 letter-spacing: 2px;
 vertical-align: middle;
 background-image: url(subcaption_background.gif);
}

.eventablerow {
 background-color: #63624E;
}

.eventablerow A:hover{
 background-color: #999966;
 text-decoration: none;
 color: #000000;
}

.oddtablerow {
 background-color: #737366;
 /* text-align: left;
 vertical-align: top;
 color: #C7C6B1;
 padding-left: 5px;
 padding-right: 2px;
  padding-bottom: 2px; */
}

.oddtablerow A:hover{
 background-color: #999966;
 text-decoration: none;
 color: #000000;
}

.warning {
   color: #CCCC33;
   font-weight: bold;
}

.pagefooter, .pagefooter TD {
 color: #C2C1AB;
}

.pagefooter A:link{
 color: #C2C1AB;
 font-weight: bold;
}
.pagefooter A:visited{
 color: #C2C1AB;
 font-weight: bold;
}
.pagefooter A:hover{
 color: #B7A251;
 font-weight: bold;
}

H1 {
 font-weight: bold;
 letter-spacing: 2px;
 text-align: center;
 filter: Shadow(Color=000000, Direction=135, strength=6);
 color:  #999966;
}

li {
 list-style-image: url(gold_metal_bullet.gif);
}

.mainmenuon, A.mainmenuon:hover, A.mainmenuon:link, A.mainmenuon:visited, A.mainmenuon:active {
   color: #2C2B23;
   background-color: #ADAA55;
}
.mainmenuoff, .mainmenucurrent, a.mainmenucurrent:link, a.mainmenucurrent:visited, A.mainmenuoff:hover, A.mainmenuoff:link, A.mainmenuoff:visited, A.mainmenuoff:active {
   background-color: #2C2B23;
   color: #ADAA55;
}

/*   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:5px 5px 6px 15px;
background:#0c0c07 url(caption.gif) no-repeat left top;
/* font-size:12px; */
font-weight:normal;
color:#EAE8C3;
text-indent: 0px;
line-height:normal;
}


/*    Tabs
==================== */
#homepagetabs { 
border-bottom: 2px solid #000; 
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 #000; 
border-bottom:none;
float: left; 
line-height: 14px; 
margin-right: 8px; 
padding: 2px 10px 2px 10px; 
text-decoration: none; 
cursor: pointer; 
color:#2C2C15;
background: #A09E81;
}
#homepagetabs li.currenttab { 
background: #737366 url(gold_metal_background.gif);
padding-bottom:3px;
border:2px solid #000;
border-bottom:none;
color:#D4CAB9;
}

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

