.sidebar_cal_month_cont
{
	padding-left: 6px;
	font-size: 10px;
	height: 144px;
	color: #fff;
}

.sidebar_cal_label
{
	text-align: center;
	background: #3073A7;
	padding: 2px 0;
	color: #fff;
}

.sidebar_cal_label a
{
	text-decoration: none;
	color: #DEDDDD;
}

.sidebar_cal_label a:hover
{
	text-decoration: none;
	color: #fff;
}

.cl_table
{
	width: 98%;
	margin: 0 auto;
}

.day_haed td
{
	border-bottom: 1px solid #fff;
}

.cl_table td
{
	padding: 0px 2px;
	height: 17px;
}

*+html .cl_table td
{
	padding: 0px 2px;
	height: 15px;
}

.nav_arr
{
	width: 15px;
}

.day_haed td
{
	text-align: center;
	width: 14%;
}

.day_haed .last_head_td
{
	background: none;
}
	
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;
	padding: 2px 2px;
	background: url(../../img/vd_index_cal_bg.jpg) no-repeat;
	color: #000;
	width: 16px;
}


a.date_item_link:hover,
a.date_item_link_active
{
	
	color: #5C5A5B;
}

*+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;
}

.index_cal_month
{
	font: 12px Arial;
	text-decoration: none;
	line-height: 10px;
}

.cl_table td.cl_table_td
{
	padding: 2px 6px;
}

*+html .cl_table td.cl_table_td
{
	padding: 3px 6px;
}

.month_cal_bg
{
	background: url(../../img/cal_month_bg.jpg) repeat-x;
}