@charset "iso-8859-1";
body {
font-family: Helvetica, Tahoma, Arial, sans-serif; 
font-size: 12px; font-weight: normal;
}
table {
border-collapse: collapse;
}
a {
text-decoration: none; 
color: #000000;
}
a:hover {
text-decoration: none; 
color: #3163CE; 
}
.year {
border-style: outset; 
border-width: 1px; 
background-color: #e4e4e4;
}
.month {
border-collapse: collapse;
}
.yearname {
font-size: 18px; 
font-weight: bold;
}
.monthname {
font-size: 13px; 
font-weight: bold; 
color: #5D5D5D; 
border-style: outset; 
border-width:1px
}
.dayname td {
font-size: 12px; 
text-align: center; 
font-weight: bold; 
background-color: #1357a8; 
color: #ffffff; 
border-style: outset; 
border-width:1px
}
.yearnavigation {
font-size: 12px;
}
.datepicker {
background-color: #ffffff;
}
.datepickerform {
margin: 0px;
}
.monthnavigation {
font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
font-size: 11px;
}
.yearpicker {
font-size: 11px;
}
.pickerbutton {
font-size: 11px; color: #ffffff; 
background-color: #5787c7;
}
.nomonthday {
height:50px;
}
.monthday {
font-size: 11px; 
font-weight: bold; 
color: #384955; 
height:50px;
}
.today {
font-size: 11px; 
font-weight: bold; 
background-color: #FDE17F; 
color: #000000; 
height:50px;
}
.selectedday {
font-size: 11px; 
font-weight: bold; 
background-color: #66ff66; 
height:50px;
}
.sunday {
font-size: 11px; 
font-weight: bold; 
color: #667171; 
height:50px;
}
.sunday a {
color: #667171;
}
.saturday {
font-size: 11px; 
font-weight: bold; 
color: #667171; 
height:50px;
}
.saturday a {
color: #667171;
}
.event {
font-size: 11px; 
font-weight: normal; 
color: #9a0034;
background-color: #c8e9fc; 
height:50px;
}
.event a {
background-color: #c8e9fc; 
color: #9a0034;
}
.selectedevent {
font-size: 11px; 
font-weight: normal; 
color: #9a0034; 
background-color: #fde3e4; 
height:50px;
}
.selectedevent a {
background-color: #c8e9fc; 
color: red;
}
.todayevent {
font-size: 11px; 
font-weight: normal;
color: #9a0034; 
background-color: #FDE17F; 
height:50px;
}
.todayevent a {
background-color: #FDE17F; 
color: #9a0034;
}