.calendarHeader {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #dedede;
	background: #CCCCCC;
}

.calendarHeaderRed {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	background: #DBA6AA;
	color: white;
	text-align: right;
}

.calendarHeaderMonth {
	background: #CCFF99;
	font-family: Verdana;
	font-size: 12pt;
	color: #dedede;
}

.calendarToday {
	font: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #dedede;
	background: #D0D0D0;
	border-color: #606060;
	border-width: 1px;
	border-style: solid;
	text-align: right;
}

.calendar {
	width:25px;
	font: Verdana;
	font-size: 10pt;
	color: gray;
	font-weight: normal;
	background: #202020;
	border-style: solid;
	border-color: #303030;
	border-width: 1px;
	text-align: right;
}

td.calendarTodayRed {
	width:25px;
	font: Verdana;
	font-size: 13pt;
	font-weight: bold;
	background: #FF7578;
	border-color: #FF666A;
	border-width: 1px;
	border-style: solid;
	text-align: right;
}

td.calendarRed {
	width:25px;
	font: Verdana;
	font-size: 10pt;
	font-weight: normal;
	background: #402020;
	color: #a0a0a0;
	border-color: #503030;
	border-width: 1px;
	border-style: solid;
	text-align: right;
}

td.calendarRed_link {
	width:25px;
	font: Verdana;
	font-size: 10pt;
	font-weight: bold;
	background: #B0604F;
	color: #dedede;
	border-color: #dedede;
	border-width: 1px;
	border-style: solid;
	text-align: right;
	text-decoration: none;
}

a.calendar_link {
	font: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
	color: #dedede;
}

td.calendar_link {
	width:25px;
	background: #343147;
	text-align: right;
	border-style: solid;
	border-color: #dedede;
	border-width: 1px;
}

td.emptyDay {
	width: 25px;
	background: black;
}

table.tableCalendar {
	border: 0;
}

.calendarCellLine {
	height: 25px;
}


a.goldenfriday {
	font: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
	color: #d4b051;
	font-weight: bold;
}

td.goldenfriday {
	width:25px;
	font: Verdana;
	font-size: 10pt;
	color: #d4b051;
	font-weight: bold;
	background: #55554e;
	border-style: solid;
	border-color: #FFFF66;
	border-width: 1px;
	text-align: right;
}

td.event_goldenfriday {
	background: #55554e;
}