.titleStyle {
background-color: #d5d5e0;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
color: black;
}
.headerStyle {
background-color: #2d4569;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
color: #ffffff;
}

.borderColor {
background-color: #ffffff;
}
.innerColor {
background-color: #d5d5e0;
}

.monthEntryStyle {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
}
.yearEntryStyle {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
}
.yearArrowStyle {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
}

.navStyle {
background-color: #d5d5e0;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
color: #000099;
}

.weekdayHeaderStyle {
background-color: #d5d5e0;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
color: #990000;
}

.todayStyle {
background-color: #ff0000;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #00ffff;
}

.normalStyle  {
background-color: #d5d5e0;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
}
.dimStyle {
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #b0b0b0;
}
.linkStyle {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
text-decoration: underline;
}

.weekendStyle {
background-color: #e0e0e0;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
}
.dimWeekendStyle {
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #b0b0b0;
}

.holidayStyle {
background-color: #990000;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #ffffff;
}
.holidayLinkStyle {
background-color: #990000;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #ffffff;
text-decoration: underline;
}