table.schedT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; } 

td.schedHed
{ 
border-bottom: 2px solid #FFEBCD;
border-left: 1px solid #FFFAF0;
padding: 5px 0 5px 0;
background-color: #DAA520;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; 
}
td.schedHed2
{ 
border-bottom: 2px solid #99CCFF;
border-left: 1px solid #FFFAF0;
padding: 5px 0 5px 0;
background-color: #FCF1DC;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; 
}
td.schedBod
{ 
border-bottom: 1px solid #99CCFF;
border-top: 0px;
border-left: 1px solid #9CF;
border-right: 0px;
padding: 5px 0 5px 0;
text-align: left;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; }

table.altT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #EFD3BC;
border: 1px #FDF5E6 solid;
border-collapse: collapse;
border-spacing: 0px; } 

td.altHed
{ 
border-bottom: 2px solid #F0D2B5;
border-left: 1px solid #FFFAF0;
padding: 5px 0 5px 0;
background-color: #FFEFD5;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; 
}
table.pwdGT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #ECFFEC;
border: 1px #93E53A solid;
border-collapse: collapse;
border-spacing: 0px; 
} 

td.pwdGHed
{ 
border-bottom: 2px solid #93E53A;
border-left: 1px solid #93E53A;
padding: 5px 0 5px 0;
background-color:  #D0F4AA;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; 
}
td.pwdGBod
{ 
border-bottom: 1px solid #D8F9D9;
border-top: 0px;
border-left: 1px solid #93E53A;
border-right: 0px;
padding: 5px 0 5px 0;
text-align: left;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #FAFAFA; }

/* ######### CSS for Shade Tabs.  ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

td.league {
  font-family: Verdana;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
}
td.leaguedesc {
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
}
td.sideT {
  font-family: Verdana;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  color: #FCFD00;
  border-top: 1px solid  #62D6F5;
  border-bottom: 1px solid  #62D6F5;
  padding: 5px 0 5px 0;
}
td.sideTHdr {
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
  border-bottom: 1px solid  #62D6F5;
  padding: 5px 0 5px 0;
}
td.sideTdesc {
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
}
@media print {
.tabcontent {
display:block !important;
}
}

/*  calendar */
.main {
width:200px;
border: 0;
}

.month {
background-color:#2872A6;
border: 1px solid #2872A6;
padding: 2px 0 2px 0;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color: #0F5B96;
border: 1px solid #2872A6;
font:bold 11px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:#A4E4F5;
background-color: #0F5B96;
border: 1px solid #2872A6;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}

/* lists  */

.iconlist
{
list-style-type: none;
margin: 0;
padding: 0;
}

li.pdf
{
background-image: url(../images/acrobat.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .2em 0;
}

li.doc
{
background-image: url(../images/word.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .2em 0;
}

li.text
{
background-image: url(../images/text.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .2em 0;
}

li.htm
{
background-image: url(../images/html.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .2em 0;
}

li.video
{
background-image: url(../images/video.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .2em 0;
}
li.links
{
background-image: url(../images/link.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .2em 0;
}

li.info
{
background-image: url(../images/info.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .2em 0;
}