/* Calendar title */
.titleStyle  { background-color: #0000FF; font-family: Verdana; font-size: 10pt; color: 
               #FFFFFF; font-weight: bold }
/* Month Year and Fix */
.headerStyle { background-color: #FFFFFF; font-family: Verdana; font-size: 10pt; color: 
               #0000FF; font-style: italic }
/* Together these 2 define the color theme for the window */
.borderColor { background-color: #C0C0C0; font-family: Verdana }
.innerColor  { background-color: #FFFFFF; font-family: Verdana }
/* Smart Nav Styles */
.monthEntryStyle { font-family: Verdana; font-size: 9pt; color: #000000 }
.yearEntryStyle { font-family: Verdana; font-size: 9pt; color: #000000 }
.yearArrowStyle { font-family: Verdana; font-size: 8pt; color: #000000 }
/* Nav Style */
.navStyle    { font-family: Verdana; font-size: 8pt; color: #000099; background-color: 
               #CCCCCC; font-weight: bold }
.weekdayHeaderStyle { font-family: Verdana; font-size: 8pt; color: #CC0000; font-weight: bold }
/* Calendar Data Styles */
.todayStyle  { background-color: #00FF00; font-family: Verdana; font-size: 10pt; color: 
               #000000 }
.normalStyle { font-family: Verdana; font-size: 10pt }
.dimStyle    { background-color: #ffffff; font-family: Verdana; font-size: 10pt; color: 
               #B0B0B0 }
.linkStyle   { font-family: Verdana; font-size: 10pt; color: #000000; text-decoration: 
               underline }
/* Style for weekends */
.weekendStyle { background-color: #e0e0e0; font-family: Verdana; font-size: 10pt; color: 
               #000000 }
.dimWeekendStyle { background-color: #ffffff; font-family: Verdana; font-size: 10pt; color: 
               #B0B0B0 }
/* Style for holidays */
.holidayStyle { background-color: #990000; font-family: Verdana; font-size: 10pt; color: 
               #FFFFFF }
.holidayLinkStyle { background-color: #990000; font-family: Verdana; font-size: 10pt; color: 
               #FFFFFF; text-decoration: underline }
