﻿body 
{
    font-family : Arial;
    font-size : 10pt;
    margin-top: 6px;
    margin-right: 0px;   
    
}
A:link
{ 
    color: #0046c8; 
}
A:visited
{
    color: #0046c8;
}
A:hover
{
    color:Navy;
}
.HeaderText
{
    color: White;    
}
.AlternateHeaderText
{
    color: Black;
    font-size: 8pt;
}
.SubHeaderText
{
    color: White;
    font-size: 8pt;
}

.HeaderMainLink
{
    color: White;
    font-size: 8pt;
    font-weight: bold;
}
.HeaderMainLink:link
{
    color: White;  
    text-decoration:none;  
}
.HeaderMainLink:visited
{
    color: White;    
    text-decoration:none;  
}
.HeaderMainLink:hover
{
    color:#D5B833 ;    
}
.HeaderSubLink
{    
    color: Black;
    font-size: 8pt;
}
.HeaderSubLink:link
{    
    color: Black;
    text-decoration:none;
}
.HeaderSubLink:visited
{    
    color: Black; 
    text-decoration:none;   
}
.HeaderSubLink:hover
{    
    color: #0046c8;    
}
.MainContentTable2
{
    border-right: black 1px solid; 
    border-top: black 1px solid; 
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
.MainContentTable1
{      
    background-color:#e6e6e6 ;       
}
.PageHeader
{
    color :#0046c8; 
    font-weight: bold;
    font-size: 10pt;
}

.MainContentHeader1
{
    background-color:Silver ;
    color :White; 
    font-weight: bold;   
}
.LinkSubHeader
{      
    font-weight: bold;   
}
.HRColor
{
    color :Gray; 
}

.PageBackground
{
     background-color:#e6e6e6 ;    
}

.MainContentPlaceHolder
{
    background-color: White;
    border-right: #DBD397 thin solid;
    border-top: #DBD397 thin solid;
    border-left: #DBD397 thin solid;
    border-bottom: #DBD397 thin solid;   
}

.MainContentHeader
{    
    background-color: #DBD397;
    color :#0046c8; 
    font-weight: bold;   
}
.MainContentText
{
    font-size: 10pt;
}
.CancelText
{    
    color: Red;
    font-weight : bold;
    font-size : 14pt;
}

.CustomText
{   
    color: Navy;
    font-weight : bold;
    font-size : 12pt;
}

.AlternateRow
{
    background-color: #d9d9d9;
}

.MainColor
{ 
    background-color: #0046c8; 
    color: #FFFFFF; 
}

.ContentPages
{
    color: #0046c8;
}

.invNavPane
{
    color: #3366cc;
    background-color: #FFFFFF;
}

.TDBorder
{
    border:solid solid #3366cc 0px;
    border-right:solid #3366cc 2px;
    
}

.SpaceBorder
{
    border-right:solid #3366cc 2px;
}

.LeagueTD
{
    border-top:solid #3366cc 2px;
    border-bottom:solid #3366cc 2px;
    border-right:solid #ffffff 2px;    
}

.SelectTD
{
    border-top:solid #3366cc 2px;
    /*border-bottom:solid #3366cc 2px; */
    color: #3366cc;
    background-color: #FFFFFF;
}

.TeamList
{
    color: #ffffff;
    background-color: #3366cc;    
}
.TeamList:link
{
    color:#ffffff;
    text-decoration: none;
}

.TeamList:visited
{
    color:#ffffff;
    text-decoration: none;
}

.TeamList:hover
{
    color:navy;
    text-decoration: none;
}

.BlueBorder
{
    border-right: #3366cc medium solid;
    border-top: #3366cc medium solid;
    border-left: #3366cc medium solid;
    border-bottom: #3366cc medium solid;
}

.calendarTable
{
    table-layout:fixed;
    width:700px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    
}

.weekdayHeader
{
    color:White;
    text-align:center;
    background-color:#3366cc;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

.ThinBlackBorder
{    
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    
}

.calendarDay
{
    vertical-align:top;
    background-color:White;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    width:100px;
    height:100px;
}

.fillerDay
{
    background-color:#e6e6e6;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    width:100px;
    height:100px;
}

.dateHeader
{
    font-weight:bold;    
}

.dateContents
{
    text-align:center;
    font-size:smaller;
}

.calendarHeader
{
    background-color:#DBD397;
    font-size:x-large;
    text-align:center;
}

.CalendarDetailHeader
{
    color:White;    
    background-color:#3366cc;
    font-weight:bold;    
}

.CalendarDetailInfo
{
    background-color:White;
    border-right: black 1px solid; 
    border-top: black 1px solid; 
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}