.DayCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	width: 102px;
	text-decoration: none;
	text-align: left;
	height: 100px;
	_height: 100px;
	_zoom: 1;
	border: 1px solid #fff;
}

.DayCell a:hover {
	background: #003797;
	color: #fff;
	text-decoration:none;
}

.DayCell .daynumber {
	background: #eee;
	padding: 1px 5px;
	text-align: right;
}

.DayCell a:link,.DayCell a:visited,.DayCell a:active{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

.daynames td {
	background-color: #CFEFA6;
}

.DayNameCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 10px;
	line-height: 14px;
	padding-left: 4px;
}

.day1 {
	background: #CFEFA6 url(../images/calendar_top.gif) no-repeat 0 0;
}

.day7 {
	background: #CFEFA6 url(../images/calendar_top.gif) no-repeat 100% 0;
}

.EventsBackground {
	background-image: url(../media/eventsbackGIF.gif);
}

.nav {
	overflow: hidden;
	width: 729px;
	text-align: center;
	line-height: 21px;
	font-size: 14px;
	font-weight: bold;
}

.nav-prev {
	float: left;
}

.nav-next {
	float: right;
}

.nav-prev,
.nav-next {
	padding-bottom: 5px;
	display: block;
	width: 39px;
	height: 21px;
}

.nav-prev span,
.nav-next span {
	display: none;
}

.nav-prev a,
.nav-next a {
	display: block;
	width: 39px;
	height: 21px;
	overflow: hidden;
}

.nav-next a:hover {
	text-decoration: none;
}

.nav-prev a {
	background: #7f99cc;
	float: left;
	background: url(../images/cal_prev.gif) no-repeat 0 0;
}

.nav-next a {
	background: #7f99cc;
	float: right;
	background: url(../images/cal_next.gif) no-repeat 0 0;
}

.calendar-form {
	font-size: 13px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 5px 0;
}

.calendar-form div {
	display: inline;
	margin-right: 15px;
}