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: 10000;
	background: #ccc;
    padding-left:1px;
    border: solid 1px #000;
	width:144px;
	height:150px;
}
/*блок заголовка*/
.calendarHeader {
	float:left;
	width:140px;
    height:16px;
    padding-bottom:1px;
	background: #ccc;
}
.calendarYear {
	float:left;
	width: 140px;
	padding: 1px 0px;
	background: #eee;
}
.calendarSelectYear {
	float:left;
	margin-left: 21px;
	margin-top:1px;
	width:82px;
	height:15px;
	font-size:9px;
}
/*дата*/
.calendarDate {
	float: left;
	margin-left: 3px;
    margin-right:0px;
    margin-top: 2px;
	text-align: left;
	width:82px;
	height: 9px;
	color: #000;
	font-size: 8px;
	text-align:right;
	font-weight:bold;
	font-family: Verdana, sans-serif;
    background:#ccc;
}
/*месяц в дате*/
.calendarDateMonth {
	float: left;
	width:57px;
	height:9px;
	color: #000;
	font-size: 8px;
	text-align:right;
	font-weight:bold;
	font-family: Verdana, sans-serif;
}
/*год в дате*/
.calendarDateYear {
	float: left;
	width:25px;
	height:9px;
	color: #000;
	font-size: 8px;
	text-align:right;
	font-weight:bold;
	font-family: Verdana, sans-serif;
	text-decoration: underline;
	cursor:hand;
}

/*кнопка закрытия календаря*/
.calendarclosecalendar,.calendarHideYear {
	float:right;
	width:15px;
	height:13px;
	border-top: solid 1px #fdf5e6;
	border-left: solid 1px #888;
	border-right:solid 1px #888;
	border-bottom: solid 1px #888;
	background:#ccc;
	margin: 1px 1px 1px 1px;
	text-align: center;
	font-size: 8px;
	cursor:hand;
}
/*блок недели*/
.calendarWeek {
	float:left;
	padding:4px 0px 0px 0px;
    margin:0px;
    background:#eee;
	height:16px;
    border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-family: Verdana, sans-serif;
	font-weight: bold;
    white-space:nowrap;
}
.calendarContainerNumber {
	float:left;
	padding-top:1px;
	width:140px;
}

/*дни*/
.calendarDay, .calendarWeekendDay, .calendarEmptyDay, .calendarCurrentDay, .calendarChooseDay, .calendarNonDiapazon{
	float:left;
	width:20px;
	height:18px;
	text-align:center;
	background: #eee;
	font-size: 9px;
	font-family: Verdana,  sans-serif;
}

.calendarDay{
	color: #000;
	background: #eee;
	cursor:hand;
}
.calendarEmptyDay {
	color: #fff;
	background: #fff;
}
.calendarNonDiapazon {
	color: #ccc;
	background: #eee;
}
.calendarChooseDay {
	background: #888;
	color:#fff;
}
.calendarCurrentDay {
	font-weight:bold;
}

.calendarWeekendDay {
	font-weight: bold;
	background: #900;
	color: #fff;
}
/*блок подвала*/
.calendarFooter {
	position:absolute;
	top:16px;
	width:140px;
	background: #eee;
}
/*кнопка уменьшения года*/
.calendarPrevYear {
	float:left;
	margin: 1px 0px 1px 1px;
	width:15px;
	height:13px;
	background: #ccc;
	text-align: center;
	font-size: 8px;
	cursor:hand;
	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 0px 1px 0px;
	width:15px;
	height:13px;
	background: #ccc;
	text-align: center;
	font-size: 8px;
	cursor:hand;
	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;
	padding-bottom:2px;
}
/*список месяцев*/
.calendarSelect {
	float:left;
	margin: 0px 0px 0px 22px ;
	width:75px;
	height:13px;
	font-size: 9px;
}

