.calendar_icon
{
	float: left;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-left: 3px;
	font-size: 10px;
}

#calendar_block
{
	width: 143px;
	position: absolute;
	background-color: #F3F3F3;
	border: 1px solid #989898;
	padding: 7px 7px 5px 7px;
	border-radius: 5px;
	text-align: center;
	z-index: 100;
}

#calendar_month_block
{
	float: left;
	width: 77px;
}

#calendar_year_block
{
	float: right;
	width: 58px;
}

#calendar_block select
{
	font-size: 11px;
	width: 100%;
	display: block;
	background-color: #E6E6E6;
}

.previous_button,
.next_button
{
	width: 13px;
	height: 12px;
	background: url("data:image/gif;base64,R0lGODlhGgAYAJEDANXV1fz8/LS0tP///yH5BAEAAAMALAAAAAAaABgAAAJO3ISZZursYovq0ItpCHln4X2hxn3I6KBdSZpq9CqxSVvYdOMSdDH2rnsEd58f7SgAADLKT9O5vDxNU0eVGaVctVlpN7JFFotGYG64GBQAADs=");
	font-size: 10px;
	cursor: pointer;
	margin-top: 4px;
}
.next_button { background-position: -13px 0; }

.previous_button + .next_button { margin-left: 7px; }

.previous_disabled { background-position: 0 12px !important; }
.next_disabled { background-position: -13px 12px !important; }

#calendar_grid
{
	font-size: 12px;
	text-align: center;
	clear: both;
}
#calendar_grid span,
#calendar_grid a
{
	display: inline-block;
	width: 18px;
	height: 17px;
	line-height: 18px;
	margin: 0 1px;
	color: #6D6E71;
	text-decoration: none;
}
#calendar_grid a { margin-top: 3px; }
#calendar_grid a:hover,
/*
#calendar_days_grid span
*/
#calendar_grid .calendar_selected
{
	color: #FFF;
	background-color: #2D7323;
}

#calendar_grid .calendar_weekend { color: #599720; }
#calendar_grid .calendar_another { color: #C2C2C2; }
#calendar_grid .calendar_today
{
	color: #FFF;
	background-color: #C00;
}