<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.we_day_p {color:red;cursor: pointer; font-weight: bold; text-decoration: underline}
a.smpl_day_p {color:#4F75BE;cursor: pointer; font-weight: bold; text-decoration: underline}

span.we_day_p {color:red !important;font-weight: bold;}
span.smpl_day_p {color:gray; font-weight: bold;}

.we_day {color:red;}
.smpl_day {color:gray;}

.h_we_day {color:red; font-weight: bold; font-size:11px;}
.h_smpl_day {color:gray; font-weight: bold; font-size:11px;}

.arch_reset, .arch_prev_mon, .arch_next_mon {cursor: pointer; margin:0 5px; text-decoration: none !important;}
 
.archive {border: 1px solid gray}
.top-cal {width: 100%; text-align: center}

#callendar_container_one table{width:100%;margin-left:10px;}
#callendar_container_one{width:168px; margin:0px 0 7px 15px; text-align: center;}
#callendar_container_one td{text-align:center;font-weight: bold; font-size:8pt; color:#666667; height:20px; cursor:default;}
#callendar_container_one a{text-decoration: underline;}

#callendar_container_one .top-cal, .arch_prev_mon, .arch_next_mon{color: #7F7F7F; text-align:center;}

#callendar_container_one th{border-bottom: solid 1px black;height:27px;}
#callendar_container_one .top-cal, #callendar_container_one td span{cursor: default; font-size:12px; font-weight: bold;}

#callendar_container_one td{padding-top:2px;}
td.cur_day, td.cur_day span{background: red !important; color: white;}
td.cur_day a{background: red !important; color: #4F75BE;}

tr.row td.current {background-color: #D5D5D5;}
tr.row td.current a.smpl_day_p, tr.row td.current a.we_day_p{color: #FF6000 !important;}
tr.row td.selected {background-color: #0099CC;}
tr.row td.selected a.smpl_day_p, tr.row td.selected a.we_day_p{color: #ffffff !important;}</pre></body></html>