.sidebar_cal_label
{
	text-align:center;
	background:#489201;
	padding:2px 0;
	color:#fff;
}

.sidebar_cal_label a
{
	text-decoration:none;
	color:#fff;
}

.sidebar_cal_label a:hover
{
	text-decoration:none;
	color:#fff;
}

.cl_table
{
	width:98%;
	margin:0 auto;
}

.cl_table td
{
	padding:0;
	height:16px;
}

*+html .cl_table td
{
	padding:0;
}

.nav_arr
{
	width:15px;
}

.day_haed td
{
	border-bottom:1px solid #336601;
}

a.right_arrow
{
	display:block;
	height:13px;
	background:url(../../img/right_arr.jpg) no-repeat 0 1px;
}

a.right_arrow:hover
{
	background:url(../../img/right_arr_hover.jpg) no-repeat 0 1px;
}

a.left_arrow
{
	display:block;
	height:13px;
	background:url(../../img/left_arr.jpg) no-repeat 0 1px;
	margin-left:5px;
}

a.left_arrow:hover
{
	background:url(../../img/left_arr_hover.jpg) no-repeat 0 1px;
}

a.date_item_link,
a.date_item_link_active
{
	display:block;
	text-decoration:none;
	border:1px solid #489201;
	padding:0 1px;
	background:#489201;
	color:#fff;
}

a.date_item_link:hover
{
	background:none;
	border:1px solid #489201;
	color:#053391;
}

*+html a.left_arrow
{
	background:url(../../img/left_arr.jpg) no-repeat 5px 1px;
}

*+html a.left_arrow:hover
{
	background:url(../../img/left_arr_hover.jpg) no-repeat 5px 1px;
}