#celendar_form{
	margin: 0px;
	margin-bottom:0px;
}

.calendar_table{
	border: 1px solid #888888;
}

.calendar_table a{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.calendar_today{
	font-weight: bold;
	text-align: center;
	padding-bottom: 4px;	
}

.calendar_head{
	background-color: #3D3E3E;
	color: white;
}

.calendar_0, .calendar_1, .calendar_2, .calendar_3, .calendar_4{
	background-color: white;
	text-align: center;
	border: 1px solid white;
}
.calendar_5, .calendar_6{
	background-color: #eeeeee;
	text-align: center;
	border: 1px solid #eeeeee;
}


/*выбранный день {}*/
td.calendar_selected{
	background-color: white;
	border: 1px solid lime;
	text-align: center;		
}

/*день, который сегодня {}*/
td.calendar_thisday{
	background-color: white;
	border: 1px solid red;
	text-align: center;	
}

/** non active date **/
span.empty-day{
	color:gray;
	font-weight:bold;
}