﻿/************************* BEGIN TOP  NAVIGATION *****************************/
.nav
{
    font-family: Garamond, "Times New Roman" , serif;
    font-size: 8pt;
}
.nav A
{
    color: #6699cc;
    text-decoration: none;
    font-weight: normal;
}
.nav A:hover
{
    color: #003399;
    text-decoration: underline;
    font-weight: normal;
    background: url( '/images/spacer.gif' );
}
.navSel A
{
    font-family: Garamond, "Times New Roman" , serif;
    color: #003399;
    text-decoration: none;
    font-size: 8pt;
    font-weight: bold;
}
.navSel A:hover
{
    font-weight: bold;
    text-decoration: underline;
    background: url( '/images/spacer.gif' );
}
.navHead A
{
    font-size: 8pt;
    font-family: Garamond, "Times New Roman" , serif;
    font-weight: bold;
}
.navHead A:hover
{
    font-weight: bold;
    text-decoration: underline;
    background: url( '/images/spacer.gif' );
}
/************************* END TOP  NAVIGATION *****************************/
BODY
{
    font-weight: normal;
    font-size: x-small;
    color: #000000;
    text-decoration: none;
    font-family: Verdana, Garamond, "Times New Roman" , serif;
    margin-right: 10px;
    margin: 0;
    padding: 0;
    text-align: justify;    
}
H2
{
    font-weight: bold;
    font-size: 16pt;
    color: #003399;
    text-decoration: none;
}
H4
{
    font-weight: bold;
    font-size: 14pt;
    color: #003399;
    text-decoration: none;
}
H1
{
    font-weight: bold;
    font-size: 16pt;
    color: #003399;
    text-decoration: none;
}
H3
{
    font-weight: bold;
    font-size: small;
    color: #003399;
    text-decoration: none;
}
H4
{
    font-weight: bold;
    font-size: 8pt;
    color: #6699cc;
    text-decoration: none;
}
A
{
    font-weight: bold;
    color: #003399;
    text-decoration: none;
}
A:hover
{
    font-weight: bold;
    text-decoration: underline;
    background: transparent url( '/images/navbr1.gif' );
}
.Title
{
    font-family: Garamond, "Times New Roman" , serif;
    font-weight: bold;
    font-size: small;
    color: #003399;
    text-decoration: none;
    padding: 23px 0 7px 0;
}
.Title A:visited
{
    color: #003399;
    text-decoration: none;
}
.Title A:hover
{
    text-decoration: underline;
}
.SubTitle
{
    font-weight: bold;
    font-size: x-small;
    color: #6699cc;
    text-decoration: none;
}
.AttyName
{
    font-weight: bold;
    color: #3399FF;
}
.BoardTitle
{
    font-weight: bold;
    color: #666666;
    font-style: italic;
}
.Email
{
    font-weight: bold;
    color: #666666;
}
.Email A
{
    color: #666666;
}
.InfoClose
{
    font-size: x-small;
    cursor: pointer;
    font-weight: bold;
    color: #666666;
    border-bottom: #666666 1px dashed;
    text-align: right;
}
.LinkHeader1
{
    background: transparent url( '/images/bg/ccc.gif' );
    letter-spacing: 1pt;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 5px 10px 5px;
}
.LinkHeader2
{
    cursor: pointer;
    font-weight: bold;
    padding: 10px 5px 10px 5px;
}
.LinkBody
{
    padding: 10px 5px 10px 5px;
}
.LinkCat
{
    font-weight: bold;
    color: #666666;
    padding: 15px 0 0 0;
}
.Dots
{
    line-height: 2;
    border-bottom: #666666 1px dashed;
    padding: 0 0 7px 0;
}
.input
{
    font-size: x-small;
}
.CalItem
{
    font-size: x-small;
}
.disclaimer
{
    font-size: 7pt;
    color: #999999;
    padding: 0 0 17px 0;
}
.ContentSeperator
{
    border: 0;
    color: #003399;
    background-color: #003399;
    height: 1px;
    width: 95%;
}

/*************************** Begin Admin Styles *********************************/
TABLE.AdminGrid
{
    font-size: small;
    margin-left: 10px;
}
TABLE.AdminGrid TH A
{
    color: #FFFFFF;
}
TABLE.AdminGrid TD A
{
    color: #FF0000;
}
TABLE.AdminGrid TH A:hover
{
    color: #003399;
}
TABLE.AdminGrid caption
{
    font-weight: bold;
    color: #003399;
    padding: 4px;
}
TABLE.AdminGrid TR
{
    padding: 4px;
}
TABLE.AdminGrid TH
{
    background-color: #003399;
    padding: 2px;
    color: #FFFFFF;
}
TABLE.AdminGrid TD
{
    font-size: small;
    padding: 4px;
}
/**************************** End Admin Styles **********************************/

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #FFFFCC;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: green;
    background-color: #FFFF00;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    font-weight:bold;
     border:1px solid #646464;
}