﻿#ctl00_cphContent_Calendar1_Table1 {
    border-top: 1px solid #5b7598;
    border-right: 1px solid #5b7598;
    background: #dfe9f3;
    }
#ctl00_cphContent_Calendar1_Table1 td {
    border-bottom: 1px solid #5b7598;
    border-left: 1px solid #5b7598;
    }
#ctl00_cphContent_Calendar1_Table1 td.headerBar {
    background: #748baa;
    color: #fff;
    }
#ctl00_cphContent_Calendar1_Table1 td.activeEvent {
    background: #b1cbe4;
    vertical-align: top;
    height: 60px;
    }
#ctl00_cphContent_Calendar1_Table1 td span.day {
    color: #244775;
    font-size: 11px;
    font-weight: bold;				
    }
#ctl00_cphContent_Calendar1_Table1 td.weekend {
    background: #dfdfdf;
    vertical-align: top;
    height: 60px;
    }
#ctl00_cphContent_Calendar1_Table1 td a:link, #ctl00_cphContent_Calendar1_Table1 td a:visited {
    color: #173f72;
    text-decoration: none;
    font-weight: normal;
    }
#ctl00_cphContent_Calendar1_Table1 td a:hover {
    color: #648dc1;
    text-decoration: underline;
    }
#calendarControlPrevious, calendarControlNext {
    }
.PublicEvent 
{
    font-weight: normal;
}

.COSTEvent
{
    font-weight: bold;
}