@CHARSET "UTF-8";

div#monthDisplay {
    border: 16px #FFFFFF solid;
    border-top: 0px;
}

div#calendarSelect {
    float: right;
    margin-top: -27px;
    color: #472B12;
}

div#calendarHeader {
    background-color: #FFFFFF;
    height: 35px;
    width: 100%;
    valign: middle;
}

table#calendarHeader {
    width: 100%;
    border-spacing: 0px;
}

table#calendarHeader td {
    text-align: center;
    height: 33px;
    width: 33%;
}

table#calendarHeader span {
    cursor: pointer;
}

td#monthTab1 {
    background-color: #FFFFFF;
    color: #472B12;
    font-weight: bold;
    font-size: 14px;
}

td#monthTab2 {
    background-color: #F1EED5;
    color: #AB5D18;
    font-weight: bold;
    font-size: 14px;
}

td#monthTab3 {
    background-color: #F1EED5;
    color: #AB5D18;
    font-weight: bold;
    font-size: 14px;
}

div#monthDisplay table {
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
    border: 0px;
}

div#monthDisplay table td {
    width: 81px;
    height: 81px;
    border: 1px solid #FFFFFF;
    color: #472B12;
    valign: bottom;
    padding: 0px;
}

div#monthDisplay table td#noDate {
    background-color: #F1EED5;
}


p#eventTitle a{
    text-decoration: none;
    color: #AB5D18;
    font-weight: bold;
}

span#monthDate {
    font-weight: bold;
    margin-left:3px;
}

div#monthDisplay table table {
    height: 100%;
}

div#monthDisplay table table td {
    border: 0px;
    width: 100%;
    height: 100%;
}

td#monthDate {
    valign: bottom;
}

div.eventContent {
    width: 100%;
    height: 100px;
    overflow: auto
}
