/* CSS Document */
.ResCal {
height: 208px;
width: 304px;
font-family: Verdana;
font-size: Smaller;
border: #666666 solid 1px;
color: black;
background-color: #CCCCCC;
}
.ResCalTodayDayStyle {
background-color: #f1f1f1;
}
.ResCalSelectorStyle {
background-color: transparent;
}
.ResCalDayStyle {
background-color: #f1f1f1;
}
.ResCalNextPrevStyle {
font-weight: bold;
color: #333333;
font-size: 8pt;
vertical-align: bottom;
}
.ResCalDayHeaderStyle {
font-weight: bold;
color: #2B2B57;
font-size: 8pt;
}
.ResCalSelectedDayStyle {
background-color: #990000;
color: red;
}
.ResCalTitleStyle {
background-color: #FAFAE6;
color: #2B2B57;
font-weight: bold;
font-size: 12pt;
}
.ResCalWeekendDayStyle {
}
.ResCalOtherMonthDayStyle {
background-color: transparent;
color: #999999;
}
.ResCalSep {
width: 16px;
}
.ResCalLinkButton {
}
.ResCalLegendTitle {
}
.ResCalLegendTable {
background-color: #cccccc;
border: #666666 solid 1px;
}
.ResCalLegendFree {
background-color: #f1f1f1;
width: 10px;
height: 10px;
}
.ResCalLegendFull {
background-color: #990000;
width: 10px;
height: 10px;
}
