.calCategories
{
    background-color:#7DA4FF; text-align: center;
    border-color: #000000;
    border-style: solid;
    border-width:1;
}
.calHeading 
{
    background-color:#7DA4FF; text-align: center;
    border-color: #000000;
    border-top-style: solid;
    border-top-width: 1;
    border-bottom-style: solid;
    border-bottom-width: 1;
}
.calHeadingL
{
    background-color:#7DA4FF; text-align: center;
    border-color: #000000; 
    border-left-style: solid;
    border-left-width: 1;
    border-right-width: 1;
    border-top-style: solid;
    border-top-width: 1;
    border-bottom-style: solid;
    border-bottom-width: 1
}
.calHeadingR
{
    background-color:#7DA4FF; text-align: center;
    border-color: #000000;
    border-left-width: 1;
    border-right-style: solid;
    border-right-width: 1;
    border-top-style: solid;
    border-top-width: 1;
    border-bottom-style: solid;
    border-bottom-width: 1
}

.calHeaderBG {background-color:transparent;}
.calExtraBG
{
    background-color:#CCCCCC;
}
.calTodayBG
{
    background-color:#7DA4FF;
}
.calDayBG
{
    background-color:#FFFFFF;
}
.calWeekendBG
{
    background-color:#FFFFFF;
}


.calHeaderTxt
{
    color:#000000;
    font-size: 20px;
    font-weight: bold;
}

.calHeadingTxt 
{
    color:#000000;
    font-size: 16px;
}
.calTodayTxt
{
    color:#000000;
    font-weight:bold;
}
.calWeekendTxt {color:#0000FF}
.calDayTxt {color:#000000}
.calNav 
{
    color:#0000FF;
    font-weight: bold;
    font-family: Arial;
    font-size:12px;
}

.calClassTxt
{
    color: #FF0000;
    font-weight: bold;
	font-size:9px;
}

A.calLinkTxt
{
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
}
A.calLinkTxt:hover
{
    text-decoration: underline;
}    

.calPopupTitleTxt
{
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
}

.calPopupTxt
{
    font-size: 10px;
    font-family: Arial;
}

.calPopupBioTxt
{
    font-family: Arial;
    font-size: 10px;
}