.sidebar_cal_label
{
	text-align:center;
	background:#333;
	padding:2px 0;
}

.sidebar_cal_label a
{
	text-decoration:none;
	color:#FF9000;
}

.sidebar_cal_label a:hover
{
	text-decoration:none;
	color:#F7D67E;
}

.cl_table
{
	width:95%;
	margin:0 auto;
}

.cl_table td
{
	padding:4px 2px;
	color:#333;
}

*+html .cl_table td
{
	padding:1px 2px;
}

.nav_arr
{
	width:15px;
}

.day_haed td
{
	border-bottom:1px solid #333;
}

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;
	border:1px solid #333;
	text-decoration:none;
	padding:0 2px;
	color:#000;
}


a.date_item_link:hover,
a.date_item_link_active
{
	background:#333;
	color:#fff;
}

#content
{
	padding:15px 10px;
	width:690px;
}

*+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;
}
