body, html {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width:100%;
   height:100%;
}
body {
	color:#000;
	background: #fff;
	font-family: Verdana, sans-serif;
	/*font-size: 100,01%;*/
}
/*блок календаря*/
.calendarContainer {
	position:absolute;
	z-index: 2000;
	background: #ccc;
	padding:1px;
	border: solid 1px #000;
	width:141px;
	height:150px;
}

/*блок заголовка*/
.calendarHeader {
	float:left;
	width:141px;
    height:19px;
    padding-bottom:1px;
	background: #ccc;
}
.calendarYear {
	float:left;
	width: 141px;
	padding: 1px 0px;
	background: #eee;
}
.calendarSelectYear {
	float:left;
	margin-left: 21px;
	margin-top:1px;
	width:82px;
	height:15px;
	font-size: 10px;
}
/*дата*/
.calendarDate {
	float: left;
	margin-left: 3px;
	margin-top: 2px;
	text-align: left;
	width:82px;
	height: 9px;
	color: #000;
	font-size: 6px;
	text-align:right;
	font-weight:bold;
	font-family: Verdana, sans-serif;
    background: #ccc;
}
/*месяц в дате*/
.calendarDateMonth {
	float: left;
	width:57px;
	height:9px;
	color: #000;
	font-size:6px;
	text-align:right;
	font-weight:bold;
	font-family: Verdana, sans-serif;
}
/*год в дате*/
.calendarDateYear {
	float: left;
	width:25px;
	height:9px;
	color: #000;
	font-size: 6px;
	text-align:right;
	font-weight:bold;
	font-family: Verdana, sans-serif;
	text-decoration: underline;
	cursor:pointer;
}
/*кнопка закрытия календаря*/
.calendarclosecalendar, .calendarHideYear {
	float:right;
	width:15px;
	height:14px;
	margin: 1px 1px 1px 1px;
	border-top: solid 1px #fdf5e6;
	border-left: solid 1px #888;
	border-right:solid 1px #888;
	border-bottom: solid 1px #888;
	background: #ccc;
	text-align: center;
	font-size: 10px;
	cursor:pointer;
}
/*блок недели*/
.calendarWeek {
	float:left;
	height:17px;
	padding-top:2px;
	background: #eee;
	/*border-top: solid 1px #ссс;*/
	border-bottom: solid 1px #ccc;
	font-family: Verdana, sans-serif;
}
.calendarContainerNumber {
	float:left;
	padding-top:1px;
	width:140px;
}
/*дни*/
.calendarDay,  .calendarWeekendDay, .calendarEmptyDay, .calendarCurrentDay, .calendarNonDiapazon,.calendarChooseDay{
	float:left;
	width:20px;
	height:18px;
	background: #eee;
	text-align:center;
	font-size: 7px;
	font-family: Verdana,  sans-serif;
}
.calendarDay{
	color: #000;
	background: #eee;
}
.calendarEmptyDay {
	color: #fff;
	background: #fff;
}
.calendarNonDiapazon {
	color: #ccc;
	background: #eee;
}
.calendarCurrentDay {
	font-size:7px;
	font-weight:bold;
}
.calendarChooseDay{
	color: #fff;
	background: #888;
}

.calendarWeekendDay {
	font-weight: bold;
	background: #900;
	color: #fff;
	
}
/*блок подвала*/
.calendarFooter {
	position:absolute;
	top:16px;
	width:133px;
	background: #eee;
	border-bottom: solid 2px #ccc;
}
/*кнопка уменьшения года*/
.calendarPrevYear {
	float:left;
	margin: 1px 0px 1px 1px;
	width:15px;
	height:14px;
	background: #ccc;
	text-align: center;
	font-size: 9px;
	cursor:pointer;
	color: #000;
	border-top: solid 1px #fdf5e6;
	border-left: solid 1px #888;
	border-right:solid 1px #888;
	border-bottom: solid 1px #888;
}
/*кнопка увеличения года*/
.calendarNextYear {
	float:right;
	margin: 1px 1px 1px 0px;
	width:15px;
	height:14px;
	background: #ccc;
	text-align: center;
	font-size: 9px;
	cursor:pointer;
	color: #000;
	border-top: solid 1px #fdf5e6;
	border-left: solid 1px #888;
	border-right:solid 1px #888;
	border-bottom: solid 1px #888;
}
/*блок месяцев*/
.calendarMonth {
	float:left;
}
/*список месяцев*/
.calendarSelect {
	float:left;
	margin-left: 21px;
	margin-bottom:3px;
	width:70px;
	height:13px;
	font-size: 8px;
}

