#calendar {
	width: 574px;
	padding-bottom: 2px;
}
#calendar #cal_head {
	width: 560px;
	height: 17px;
	background-color: #d8d8cd;
	padding: 17px 0 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#calendar #cal_head #cal_head_title {
	float: left;
	height: 18px;
	width: 370px;
}
#calendar #cal_head #cal_head_buttons {
	float: right;
	width: 180px;
	height: 18px;
}
#calendar #cal_head #cal_head_buttons a{
	display: block;
	float: right;
	height: 18px;
	color: #333;
	background-color: #C2C8BD;
	padding: 5px 3px 0 3px;
	margin-right: 4px;
	text-decoration: none;
	letter-spacing: -1px;
}
#calendar #cal_head #cal_head_buttons a:hover{
	color: #333;
	background-color: #FFFFFF;
}
#calendar #cal_day_names {
	width: 576px;
	background-color: #9ba197;
}
#calendar #cal_day_names .cal_day_names {
	width: 82px;
	height: 15px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: -1px;
	background-color: #9ba197;
	color: #FFFFFF;
	font-size: 12px;
	float: left;
}
#calendar #cal_days {
	width: 574px;
}
#surround {
	border: 1px solid #999999;
	width: 576px;
	margin: 0px;
}

#calendar #cal_days .cal_day_div {
	width: 82px;
	height: 82px;
	overflow: visible;
	color: #000000;
	font-size: 11px;
	float: left;
	background-color: #d8d8cd;
}
#calendar #cal_days .cal_day_large_div {
	width: 72px;
	height: 72px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 5px;
	color: #000000;
	line-height: normal;
	background-color: #d8d8cd;
	position: relative;
}
#calendar #cal_days .cal_day_large_div_event {
	width: 72px;
	height: 72px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 5px;
	color: #000000;
	line-height: normal;
	background-color: #D1DDEF;
	position: relative;
}
#calendar #cal_days span {
	color: #000000;
	font-size: 11px;
}
#calendar #cal_days span b {
	font-size: 12px;
	color: red;
}
#calendar #cal_days .day_head_panel {
	width: 72px;
	height: 15px;
	padding-top: 5px;
	font-size: 11px;
	background-color: #9ba197;
	overflow: hidden;
}
#calendar #cal_days .day_head_panel span {
	color: #000000;
	padding: 0 3px 0 2px;
}
#calendar #cal_days  .day_head_panel b {
	font-size: 12px;
	color: red;
}
#calendar #cal_days .day_head_panel p {
	float: left;
	font-weight: bold;
}
#calendar #cal_days .day_head_panel a {
	font-size: 11px;
	text-decoration: none;
	line-height: normal;
	cursor: pointer;
	color: #FFFFFF;
}
#calendar #cal_days  .day_head_panel a:hover {
	color: #000000;
	text-decoration: underline;
}
#calendar #cal_days  .calendar_title {
	height: 11px;
	line-height: 10px;
	width: 200px;
	overflow: hidden;
	margin: 2px 0 2px 0;
}