/* Calendar title */
.titleStyle {
    background-color: #082952;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
}

/* Month Year and Fix */
.headerStyle {
    background-color: #E7F7FF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #353896;
}

/* Together these 2 define the color theme for the window */
.borderColor {
    background-color: #082952;
}
.innerColor {
    background-color: #E7F7FF;
}

/* Smart Nav Styles */
.monthEntryStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #0E2948;
}
.yearEntryStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #0E2948;
}
.yearArrowStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #0E2948;
}

/* Nav Style */
.navStyle {
    background-color: #E7F7FF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #0E2948;
}

.weekdayHeaderStyle {
    background-color: #E7F7FF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #00B5F7;
}

/* Calendar Data Styles */
.todayStyle {
    background-color: #FFCC33;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #353896;
}

.normalStyle  {
    background-color: #E7F7FF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #353896;
}
.dimStyle {
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #b0b0b0;
}
.linkStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    text-decoration: underline;
}

/* Style for weekends */
.weekendStyle {
    background-color: #e0e0e0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
}
.dimWeekendStyle {
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #b0b0b0;
}

/* Style for holidays */
.holidayStyle {
    background-color: #082952;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #ffffff;
}
.holidayLinkStyle {
    background-color: #082952;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #ffffff;
    text-decoration: underline;
}