/* Calendar title */
.titleStyle {
	background-color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

/* Month Year and Fix */
.headerStyle {
	background-color: #ccccff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000099;
}

/* Together these 2 define the color theme for the window */
.borderColor {
	background-color: #000099;
}
.innerColor {
	background-color: #ccccff;
}

/* Smart Nav Styles */
.monthEntryStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
}
.yearEntryStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
}

.yearArrowStyle {
	font-family: "Courier New", Courier, monospace;
	font-size: 6pt;
	background-color: #eeeeee;
	color: #0000cc;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
}

/* Nav Style */
.navStyle {
	background-color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.weekdayHeaderStyle {
	background-color: #6666ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
        text-align: center;
	color: #ccffff;
}

/* Calendar Data Styles */
.todayStyle {
	background-color: #9999ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
        text-align: right;
	color: #ffffff;
}

.normalStyle  {
	background-color: #ccffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
        text-align: right;
	color: #000000;
}
.dimStyle {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
        text-align: right;
	color: #b0b0b0;
}
.linkStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
        text-align: right;
	color: #000000;
	text-decoration: underline;
}

/* Style for weekends */
.weekendStyle {
	background-color: #ffcccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
        text-align: right;
	color: #000000;
}
.dimWeekendStyle {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
        text-align: right;
	color: #b0b0b0;
}

/* Style for holidays */
.holidayStyle {
	background-color: #ff9999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
        text-align: right;
	color: #000000;
}
.holidayLinkStyle {
	background-color: #ff9999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
        text-align: right;
	color: #000000;
	text-decoration: underline;
}
