/* calendar */
a.calendar {
	/*background-color: #606060;*/
	background-color: #e2e2e2;
	border: 1px solid #0087dc;
	cursor: default;
	font: 10px/14px Verdana,Arial,sans-serif;
	height: 156px;
	text-decoration: none;
	width: 172px;
	position: absolute;
}
a.calendar div.calendar_month {
	float: left;
	height: 156px;
	width: 172px;
}

a.calendar div.calendar_months {
	color: #0087dc;
	float: left;
	padding: 2px;
}
a.calendar div.calendar_months div.month_prev {
	cursor: pointer;
	float: left;
	height: 14px;
	text-align: center;
	width: 15px;
}
a.calendar div.calendar_months div.month_prev {
	background: url('/images/arrow_left.gif') top left no-repeat;
} 
a.calendar div.calendar_months div.month_current {
	height: 14px;
	text-align: center;
	padding: 0px 7px;
	width: 123px;
	float: left;
}
a.calendar div.calendar_months div.month_next {
	cursor: pointer;
	float: right;
	height: 14px;
	text-align: center;
	width: 15px;
}
a.calendar div.calendar_months div.month_next {
	background: url('/images/arrow_right.gif') top right no-repeat;
} 
a.calendar div.calendar_days {
	/*background-color: #606060;*/
	background-color: #e2e2e2;
	border-top: 1px solid #e2e2e2;
	float: left;
	padding: 2px;
}
a.calendar div.calendar_days div.header {
	float: left;
}
a.calendar div.calendar_days div.header div.weekday {
	color: #0087dc;
	display: inline;
	height: 15px;
	float: left;
	margin: 2px;
	text-align: center;
	width: 20px;
}
a.calendar div.calendar_days div.week {
	float: left;
}
a.calendar div.calendar_days div.day {
	color: #0087dc;
	display: inline;
	height: 15px;
	float: left;
	margin: 2px;
	text-align: center;
	width: 20px;
}
a.calendar div.calendar_days div.empty {
	background-color: #005991;
}
a.calendar div.calendar_days div.disabled {
	background-color: #005991;
	color: #b39684;
}
a.calendar div.calendar_days div.normal {
	background-color: #005991;
	color: #f0e5dc;
	cursor: pointer;
}
a.calendar div.calendar_days div.current {
	background-color: #027ac6;
	color: #fff;
	cursor: pointer;
}
a.calendar div.calendar_close {
	background-color: #e2e2e2;
	border-top: 1px solid #0087dc;
	color: #0087dc;
	cursor: pointer;
	float: left;
	height: 25px;
	text-align: center;
	width: 100%;
}
