/********************************* Calendar ***************************/
#calenderTable {
    xborder: 1px solid #cccccc;
    margin: 0px;
    padding: 0px;
}

.calendarTime {
    padding-bottom: 10px;
}

.calendarTime2 {
    width: 100%;
    height: 5px;
}

.dayHeader {
    font-size: 12px;
}

.bufferNumbers {
    font-size: 12px;
}

.bufferBlocks {
    border: 1px solid #cccccc;
    background-color: #f4d2cf;
    color: #ffffff;
    font-size: 11px;
}

.monthHeaderCell {
    text-align: center;
    padding-bottom: 10px;
}

.monthHeaderCell a {
    color: #cb8828;
    font-size: 12px;
    font-weight: bold;
}

.monthHeaderCell a:hover {
    color: #1b68a3;
    text-decoration: underline;    
    text-decoration: none;
}

.dayBlocks {
    border: 1px solid #cccccc;
    font-size: 11px;
}

.dayBlocks a {
    display:block;
    background-color: #ffffff;
    color: #333233 !important;
    text-decoration: none;
}

.dayBlocks a:hover {
    background-color: #003753;
    text-decoration: none;
    color: #ffffff !important;
}

.todayBlocks {
    xborder: 1px solid #333333;
    font-size: 11px;
}

.todayBlocks a {
    display:block;
    background-color: #cb8828;
    color: #000000 !important;
    text-decoration: none;
}

.todayBlocks a:hover {
    background-color: #ffba00;
    text-decoration: none;
}

.bufferNumbers {
    color: #565656;
    font-size: 11px;        
}

.monthHeaderCell {
    border-bottom: 1px solid #cccccc;
}

.monthHeader {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.calendarEventHeader {
    font-size: 12px;
    height: 15px;
    width: 100%;
    text-align: center;    
}

.calendarEventText {
    font-size: 9px;
    height: 15px;
    width: 100%;
    text-align: center;
}

.upcomingEventsHeader {
   width: 275px;
    height: 36px;
    background: url('images/upcomingEventsHeader.png') no-repeat;
}

.upcomingEventsContainer {
    width: 275px;
    padding-top: 10px;
    border-bottom: 1px solid #333333;
    text-align: left;
}

.upcomingEventsContent {
    width: 275px;
}

.upcomingEventDate {
    font-size: 14px;
}

.upcomingEventTitle{
    font-size: 12px;
}

.eventItemContainer {
    width: 100%;
    margin-bottom: 2px;
    background-color: #d9e3e7;
}

.eventItem {
    padding: 5px;
}

.eventTitle {
    font-weight: bold;
    font-size: 14px;
}
                                                                  