a {text-decoration: none; }
a:hover{text-decoration: underline;}

.colorEventName,     {color: royalblue;}
.colorOpenCastCall, {color: maroon;   }

.MonthHeader
{
    font-weight: bold;
    font-size: 18pt;
    color: white;
    font-style: italic;
    background-color: blue;
}

.DayHeader {
    font-weight: bold;
    font-size: 12pt;
    color: white;
    background-color: royalblue;
    text-align: center;
}

.DayNumber {
    width: 77px;
    font-weight: bold;
    color:#666633;
    background-color: lemonchiffon;
    height: 80px;
    border: palegoldenrod 1px solid;
    vertical-align:top;
}

.DayText {
    color:#666633;
    font-size: 7pt;
    font-family: Arial;
    word-spacing: -1px;
    line-height:  10px;
}

.DayTextBreak {
    font-size: 5pt;
    font-family: Arial;
}

.PrevNext{
    font-family: Arial;
    color:White;
    font-size:9pt;
    font-weight:bold;
}
