.cal_table {
    width: 100%;
    /*font-family: "Lucida Grande";*/
    font-family: Verdana;
    font-size: 10px;
}

/* Month */
.cal_event_heading {
    background-color: #003399;
    color: #ffffff;;
    text-align: center;
    text-transform: capitalize;
    font-size:12px;
    font-weight: bold;
}

.cal_event_heading a:link {
    color: #ffffff;
    text-decoration: none;
}

.cal_event_heading a:visited {
    color: #ffffff;
    text-decoration: none;
}

.cal_event_heading a:hover {
    color: #000000;
    text-decoration: none;
}

/* Date */
.cal_day_heading {
    background-color: #003399;
    color: #ffffff;;
    text-align: left;
    text-transform: capitalize;
    font-size:10px;
    font-weight: bold;
}

.cal_day_empty {
    background-color: #cccccc;
    color: #000000;
}

.cal_day_today {
    background-color: #ccccff;
    color: #000000;
}

.cal_day_selected {
    border: 1px solid #003399;
}


.cal_day_normal {
    background-color: #ffffff;
    color: #000000;
}

.cal_row_even {
    background-color: #eeeeee;
    color: black;
}

.cal_row_odd {
    background-color: #ffffff;
    color: black;
}

.cal_row_even A:link {
    background-color: #eeeeee;
    color: black;
    text-decoration: none;
}

.cal_row_even A:visited {
    background-color: #eeeeee;
    color: black;
    text-decoration: none;
}

.cal_row_even A:hover {
    background-color: #eeeeee;
    color: #000000;
    text-decoration: underline;
}

.cal_row_odd A:link {
    background-color: #ffffff;
    color: black;
    text-decoration: none;
}

.cal_row_odd A:visited {
    background-color: #ffffff;
    color: black;
    text-decoration: none;
}

.cal_row_odd A:hover {
    background-color: #ffffff;
    color: #000000;
    text-decoration: underline;
}

.cal_credit {
    font-size: 9px;
    font-family: Verdana;
}
.cal_credit A:link {
    font-size: 9px;
    font-family: Verdana;
}
.cal_credit A:visited {
    font-size: 9px;
    font-family: Verdana;
}
.cal_credit A:hover {
    font-size: 9px;
    font-family: Verdana;
}
