<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.RadCalendar.RadCalendar_APHA {
    width: 100%;
    background: none repeat scroll 0 0 #f2f0eb;
    font-size: 14px;
}

.RadCalendar.RadCalendar_APHA thead, .RadCalendar.RadCalendar_APHA tr {
    border: none;
}
.RadCalendar.RadCalendar_APHA .rcMain {
    padding: 0px;
    text-align: center;
}
.RadCalendar_APHA .rcTitlebar.calendar-title{
    background-color: white;
    padding: 0px;
}
.RadCalendar_APHA .calendar-title, .RadCalendar_APHA .calendar-title tr {
    background: none repeat scroll 0 0 #f2f0eb;
    border:  none;
}
.RadCalendar_APHA .rcMainTable {
	margin-bottom: 0;
}

/**** weekdays ****/
.RadCalendar_APHA .weekdays {
    background: none repeat scroll 0 0 #0079c2;
    color: #fff;
    font-family: "Oswald",san-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 15px 0;
    text-align: center;
	text-transform: uppercase;
}
.RadCalendar_APHA .rcweek {
    text-transform: uppercase;
}


/**** Days rows ****/
.RadCalendar_APHA .rcRow {
    background: none repeat scroll 0 0 #f2f0eb;
}
.RadCalendar_APHA .rcRow td {
    border: 1px solid #fff;
    font-weight: bold;
    padding: 30px;
    text-align: center;
    color:#222222;
}
.RadCalendar_APHA .rcRow td a{
    color:#222222;
    text-decoration: none;
}
/*
.RadCalendar_APHA .rcRow td.rcOtherMonth {
    border:none;
}
*/
/* selected */
.RadCalendar_APHA .rcRow .rcSelected {
    background: none repeat scroll 0 0 #00568a;
    border-bottom: 1px solid #fff;
    color: #fff;
	text-decoration: underline;
}
.RadCalendar_APHA .rcRow .rcSelected a{
    color: #fff;
    text-decoration: none;
}
.RadCalendar_APHA .rcRow .special-day a {
    color: #00568a;
    font-weight: bold;
    text-decoration: underline;
}

/***** Month year picker *****/
.RadCalendarFastNavPopup.RadCalendarPopupShadows {
    left: 490px !important;
    top: 295px !important;
}
.RadCalendarMonthView.RadCalendarMonthView_APHA tr{
    background: none repeat scroll 0 0 #f2f0eb;
    border: 1px solid #000;
}

.RadCalendarMonthView.RadCalendarMonthView_APHA .rcSelected,.RadCalendarMonthView.RadCalendarMonthView_APHA .rcSelected a {
    background: none repeat scroll 0 0 #0079c2;
    color: #fff;
}

</pre></body></html>