@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


.trHeaderRow {
	background-image: url(/_styles/default/images/tr-header-gradient.jpg);
	color: #FFFFFF;
	font-weight: bold;
	background-color: #285182;
}
.trHeaderRow a {
	color: #FFFFAA;
}
.trRow1 {
	background-color: #EFEFEF;
}

.trRow2 {
	background-color: #CDCDCD;
}


.calendar_header {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.calendar_header a {
	background-color: #FFFFFF;
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
.calendar_header a:hover {
	background-color: #FFFFFF;
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
.calendar_null {
	background-color: #FFFFFF;
	background-image: url(/_styles/default/images/null_stripes.gif);
}
.calendar_today {
	background-color: #FFFFCC;
}
.calendar_day {
	background-color: #FFFFFF;
}
#calendar_event {
	background-color: #EFEFEF;
}
#calendar_date {
	color: #FFFFFF;
	background-color: #006699;
}
#calendar_date a:link {
	color: #EFEFEF;
	text-decoration: none;
}
#calendar_date a:visited {
	color: #DEDEDE;
	text-decoration: none;
}
#calendar_date a:active {
	color: #FFFF00;
	text-decoration: none;
}
#calendar_date a:hover {
	color: #FFFF00;
	text-decoration: none;
}