.inner_right #calendar {
	width: 214px;
}
.inner_right #calendar #cal_head {
	width: 204px;
	height: 12px;
	background-color: #d8d8cd;
	padding: 10px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.inner_right #calendar #cal_head #cal_head_title {
	float: left;
	height: 18px;
	width: 214px;
}
/*.inner_right #calendar #cal_head #cal_head_buttons {
	float: right;
	width: 90px;
	height: 18px;
}*/
.inner_right #calendar #cal_head #cal_head_buttons a{
	display: block;
	float: right;
	height: 18px;
	color: #999;
	background-color: #9ba197;
	padding: 5px 3px 0 3px;
	margin-right: 4px;
	text-decoration: none;
	letter-spacing: -1px;
}
.inner_right #calendar #cal_head #cal_head_buttons a:hover{
	color: #333;
	background-color: #FFFFFF;
}
.inner_right #calendar #cal_day_names {
	width: 214px;
	height: 22px;
	background-color: #9ba197;
}
.inner_right #calendar #cal_day_names .cal_day_names {
	width: 30px;
	height: 15px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: -1px;
	background-color: #9ba197;
	color: #FFFFFF;
	font-size: 10px;
	float: left;
}
.inner_right #calendar #cal_days {
	width: 214px;
}
.inner_right #surround {
	border: 8px solid #bbbaa9;
	width: 214px;
	background-color: #d8d8cd;
}

.inner_right #calendar #cal_days .cal_day_div {
	width: 30px;
	height: 30px;
	overflow: visible;
	color: #000000;
	font-size: 10px;
	float: left;
	background-color: #d8d8cd;
}
.inner_right #calendar #cal_days .cal_day_large_div {
	width: 25px;
	height: 22px;
	overflow: hidden;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 3px;
	color: #000000;
	line-height: normal;
	background-color: #d8d8cd;
	position: relative;
}
.inner_right #calendar #cal_days .cal_day_large_div_event {
	width: 28px;
	height: 28px;
	overflow: hidden;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 0;
	color: #000000;
	line-height: normal;
	background-color: #D1DDEF;
	position: relative;
}
.inner_right #calendar #cal_days span {
	color: #000000;
	font-size: 10px;
}
.inner_right #calendar #cal_days span b {
	font-size: 11px;
	color: red;
}
.inner_right #calendar #cal_days .day_head_panel {
	width: 32px;
	height: 30px;
	font-size: 10px;
	background-color: #C2C8BD;
	overflow: hidden;
	padding-top: 3px;
	paddint-bottom: 5px;
	line-height: 1;
}
.inner_right #calendar #cal_days .day_head_panel span {
	color: #000000;
	padding: 0 3px 0 2px;
}
.inner_right #calendar #cal_days  .day_head_panel b {
	font-size: 11px;
	color: red;
}
.inner_right #calendar #cal_days .day_head_panel p {
	float: left;
	font-weight: bold;
}
.inner_right #calendar #cal_days .day_head_panel a {
	font-size: 10px;
	text-decoration: none;
	line-height: normal;
	cursor: pointer;
	color: #333;
}
.inner_right #calendar #cal_days  .day_head_panel a:hover {
	color: #000000;
	text-decoration: underline;
}
.inner_right #calendar #cal_days  .calendar_title {
	height: 10px;
	line-height: 10px;
	width: 214px;
	overflow: hidden;
	margin: 2px 0 2px 0;
}