.calendar_background{
	background-color: #EEEEEE;
	border: solid 1px black;
}
.week_head {
	background-color: #FFFFFF;
	font-weight:  bold;
	cursor:default;
	font-family: Verdana, Helvetica;
	font-size: 10px;
}
.week_day {
	color: black;
	background-color: #FFFFFF;
	text-align: right;
	cursor: pointer;
	cursor: hand; 
	border: solid 1px white;
}
.week_day_over, .weekday:hover {
	color: black;
	background-color: #D3D3D3;
	text-align: right;
	cursor: pointer;
	cursor: hand; 
	border: solid 1px white;
}
.week_day_dis {
	color: #555555;
	background-color: #FFFFFF;
	text-align: right;
	cursor: pointer;
	cursor: hand; 
	border: solid 1px white;
}
.week_day_dis_over, .weekday_dis:hover {
	color: #555555;
	background-color: #D3D3D3;
	text-align: right;
	cursor: pointer;
	cursor: hand; 
	border: solid 1px white;
}
#cal_forward, #cal_back {
	background-color:#D4D0C8;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	cursor:pointer;
	cursor: hand;
}
#cal_month {
	background-color:#D4D0C8;
	cursor: default;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Helvetica;
	font-size: 10px;
}
