@CHARSET "UTF-8";

#calendar {
	width: 100%;
}

#corner_right {
	float: right;
	height: 27px;
	width: 25px;
	background: url(../images/calendar_corner_right.gif) #F9F9F9 no-repeat top right;
	margin-right:-2px;
}

#corner_left {
	float: left;
	height: 27px;
	width: 25px;
	background: url(../images/calendar_corner_left.gif) #F9F9F9 no-repeat top left;
}

#calendar_bottom {
	float: right;
	width: 682px;
	height: 15px;
	background-color: #F9F9F9;
	border-bottom: 1px solid #D9D9D9;
}

#bottom_left {
	float: left;
	height: 15px;
	width: 25px;
	background: url(../images/calendar_bottom_left.gif) #F9F9F9 no-repeat bottom left;
}

#bottom_right {
	float: right;
	height: 15px;
	width: 25px;
	background: url(../images/calendar_bottom_right.gif) #F9F9F9 no-repeat bottom right;
	margin-right:-2px;
}

#calendar_month,
#calendar_year {
	text-align: center;
	background-color: #F9F9F9;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 5px 0;
	color:#063465;
	font-weight:bold;
}

#calendar_month {
	float: left;
	width: 340px;
	border-right: 1px solid #D9D9D9;
}

#calendar_year {
	float: right;
	width:340px;
	border-left: 1px solid #D9D9D9;
}

#calendar_days {
	width: 730px;
}

#calendar_days .day {
	width: 100%;
	border: 1px solid #D9D9D9;
	border-top: 0;
}

#calendar_days .Sat,
#calendar_days .Sun {
	background-color: #fff4de;
}

#calendar_days .day_num {
	float: left;
	height: 100%;
	width: 30px;
	text-align: center;
	padding: 5px;
	color: #063465;
	font-weight:bold;
}

#calendar_days .header {
	color :#DB5403;
	font-weight: bold;
}

#calendar_days .hour {
	float: left;
	height: 100%;
	width: 45px;
	text-align: center;
	padding: 5px;
	_height: 15px;
}

#calendar_days .day_items {
	float: right;
	width: 688px;
	min-height: 25px;
	_height: 25px;
	border-left: 1px solid #D9D9D9;
	padding: 0;
	position: relative;
}

#calendar_days .day_items .empty_hour {
	height: 100%;
	position: absolute;
	width: 55px;
	border-right: 1px solid #D9D9D9;
}

#calendar_days .day_items .day_item .name {
	float: left;
	width:600px;
	padding: 5px;
	margin: 0;
	border-left: 1px solid #D9D9D9;
}

#calendar_days .day_items .day_item .name a{
	text-decoration:none;
}

#calendar_days .day_item:hover {
	background-color: #F9F9F9;
}

#calendar_days .day_item {
	padding: 0;
}

