
.unicode {
    font-family: "Times New Roman", "Times New", "Times Roman", "Times", serif;
}

a.calendaroptions {
    position: absolute;
    right: 0px;
    font-size: 80%;
}

h2.monthName {
    position: relative;
    text-align: center;
    clear: left;
    background-color: #cbbca2;
    color: #083e75;
    border: 0;
    padding-bottom: 0;
    line-height: 29px;
    zoom: 1;
}

h2.monthName a {
    zoom: 1;
    padding: 0 20px;
    text-decoration: none;
    color: #083e75;
    line-height: 30px;
}

h2.monthName a:hover {
    background-color: #faebd1;
    color: #4f7398;
}

table#calendar {
    border-collapse: separate;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #083e75;
    border-top: 0;
}

table#calendar thead th {
    border: 1px solid #083e75;
    background: #083e75;
    color: white;
    padding-left: 2px;
}

table#calendar td.day {
    width: 14%;
    height: 5em;
    border: 1px solid #083e75;
    vertical-align: top;
}

table#calendar td.day div.daylabel {
    margin: 1px 0;
    padding: 0 2px;
    font-weight: bold;
    border-bottom: 1px dotted #083e75;
}

table#calendar td.day.othermonth div.daylabel {
    color: gray;
    border-bottom: 1px dotted #4f7398;
}

table#calendar td.day div.event {
    margin: 1px;
    border: 1px solid black;
    padding: 2px;
    background: #dddddd;
    font-size: 75%;
}

table#calendar td.day span.times {
    display: block;
    color: #cc0000;
}

table#calendar td.day div.event a {
    text-decoration: none;
    color: black;
}

