﻿body 
{
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}

img
{
    border: 0px;
}

#MainContent
{
    width: 995px;
    margin: 0px auto 0px auto;
}

#RightBanner
{
    height: 50px;
    background: url(Images/Banner.gif) no-repeat;
}

#BannerLogo
{
    width: 112px;
    height: 50px;
    vertical-align: middle;
}

#MainMenu
{
    height: 30px;
    padding-left: 50px;
    background: url(Images/Banner.gif) 0px -50px no-repeat;
    border-bottom: 2px solid #66A4CD;
}

#MainMenu ul
{
    margin: 0px;
    padding: 0px;
}

#MainMenu li
{
    float: left;
    margin-left: 1px;
    border-bottom: 2px solid #66A4CD;
    list-style-type: none;
}

#MainMenu a
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    background: url(Images/TabLeft.gif) left top no-repeat;
    display: block;
    float: left;
    height: 30px;
    cursor: pointer;
}

#MainMenu span
{
    padding-right: 10px;
    padding-top: 8px;
    background: url(Images/TabRight.gif) right top no-repeat;
    display: block;
    float: left;
    height: 22px;
}

#MainMenu li.active
{
    border-bottom: 2px solid #426E8B;
}

#MainMenu .active a
{
    background: url(Images/ActTabLeft.gif) left top no-repeat;
    color: #DCEDF8;
}

#MainMenu .active span
{
    background: url(Images/ActTabRight.gif) right top no-repeat;
}

#MainMenu a:hover
{
    background: url(Images/SelTabLeft.gif) left top no-repeat;
    color: #3D6D8D;
}

#MainMenu a:hover span
{
    background: url(Images/SelTabRight.gif) right top no-repeat;
}

#SubMenu
{
    /*background-color: #426E8B;*/
    background: url(Images/SubBack.gif) repeat;
    height: 30px;
    padding-left: 80px;
    padding-top: 0px;
}

#SubMenuLeft
{
    height: 30px;
    width: 15px;
    /*background: url(Images/SubLeft.gif) left top no-repeat;*/
    background: url(Images/SubButton.gif) right top no-repeat;
}

#SubMenuRight
{
    height: 30px;
    width: 15px;
    background: url(Images/SubRight.gif) right top no-repeat;
}

.SubMenuButton
{
    background: url(Images/SubButton.gif) right top no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    height: 30px;
}

.SubMenuActButton
{
    background: url(Images/ActSubButton.gif) right top no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    color: #DCEDF8;
}

.SubMenuButton a, .SubMenuActButton a
{
    text-decoration: none;
    color: #FFFFFF;
}

.SubMenuButton a:hover, .SubMenuActButton a:hover
{
    text-decoration: none;
    color: #3D6D8D;
}

#SubContent
{
    padding: 3px 5px 5px 5px;
    background-color: #426E8B;
}

#PageContent
{
    border: 1px solid #66A4CD;
    background-color: #FFFFFF;
    height: 490px;
}

table.ContentTable
{
    height: 490px;
}

table.ServCal
{
    border-collapse: collapse;
    border: 2px solid #666666;
    margin-left: auto;
    margin-right: auto;
}

.ServCal th
{
    border-bottom: 2px solid #666666;
    padding: 2px 0px;
}

td.OutMonth
{
    color: #8f9599;
    background: #e8e9ea;
    padding: 3px 3px;
    width: 85px;
    border: 1px solid #8f9599;
    font-size: 9px;
    position: relative
}

td.InMonth
{
    color: #3c9cde;
    padding: 3px 3px;
    width: 85px;
    border: 1px solid #3c9cde;
    font-size: 9px;
    position: relative
}

.InMonth div.ServCalDate
{
    padding-right: 3px;
    text-align: right;
    position: absolute;
    width: 15px;
    top: 0px;
    left: 72px;
    border-left: 1px solid #3c9cde;
    border-bottom: 1px solid #3c9cde;
}

.OutMonth div.ServCalDate
{
    padding-right: 3px;
    text-align: right;
    position: absolute;
    width: 15px;
    top: 0px;
    left: 72px;
    border-left: 1px solid #8f9599;
    border-bottom: 1px solid #8f9599;
}

.ServRepHeader th
{
    background-color: #426E8B;
    padding: 4px 10px;
    color: #FFFFFF;
}

.ServRepPager td
{
    background-color: #426E8B;
    color: #FFFFFF;
}

table.CenterTable
{
    margin-left: auto;
    margin-right: auto;
}

.Links a
{
    color: #325E8B;
    text-decoration: none;
}

.Links a:hover
{
    color: #F2A91B;
    text-decoration: underline;
}

th.HiddenCol, td.HiddenCol
{
	display: none;
}