.title-control-style, .body-style, .header-style {
	padding: 0;
	background-color: #e5e5e5;
	font: normal 9px arial;
	width: 100%;
	text-align: center;
	color: #000;
}
.table-style, .title-style {
	background-color: #e5e5e5;
}
.table-style td, .title-style td {
	padding: 0;
}
.title-control-style {
	font-size: 13px;
}
#spanLeft, #spanRight {
	cursor: pointer;
	width: 22px;
}
.body-style, .header-style {
	font: normal 10px verdana;
}
.body-style a {
	display: block;
	line-height: 10px;
	padding: 5px;
                  text-decoration: none;
}
.body-style a:hover {
	background-color: #efefef;
}
.header-style {
	background-color: #e8e8e8;
}
.normal-day-style, .empty-day, .week-day {
	text-decoration: none;
	background-color: #fff;
	height: 20px;
}
.selected-day-style {
	background-color: #fee;
}
.normal-day-style a {
	color: #800000;
}
.week-day {
	background-color: #e5e5e5;
}
.selected-day-style a {
	color: #000;
}
.current-day-style a {
	color: #000;
}
.current-day-style a:hover {
	background: none;
}
