.indexMonthText {
	font-family: Arial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
	color: #0D5806;
	background-color: #FFE667;
	text-decoration: none;
	margin-left: 5px;
}

a.monthText {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1868B1;
	text-decoration: none;
}

a.monthText:hover {
	
}

.monthTextOff {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1868B1;
}

.monthDelim {
	font-family: Arial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
}

.today {
	font-weight: bold;
}

a.eventlink {
	font-family: Arial, Helvetica;
	font-size: 7pt;
	text-decoration: none;
	color: #FFFFFF;
}

table.month {
	background-color: #FFE667;
	margin-left: 5px;
}

td.event, td.event1 {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: #1868B1;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 7pt;
}

td.today {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: #999999;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 7pt;
}

td.weekday {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 7pt;
}

td.weekend {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: #F0F0F0;
	font-family: Arial, Helvetica;
	font-size: 7pt;
}

td.weekdayHead {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
}

td.weekendHead {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
}
