div.datepicker {	
	position: relative;
	font-family: Arial, Helvetica, sans-serif;	
	display: none;
	position: absolute;
}

.datepickerContainer {
	/*background: #f0f0f0;*/
	position: absolute;
	top: 20px;	
}

/*
	Borders top
*/
.datepickerBorderT {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 8px;
	top: 0;
	right: 8px;
	height: 7px;
	display: none;
}

.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 7px;
	display: none;
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 7px;
	display: none;
}

/*
	Borders bottom
*/

.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 8px;
	height: 9px;
	display: none;
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 8px;
	height: 9px;
	display: none;
}

.datepickerBorderB {
	position: absolute;
	left: 8px;
	bottom: 0;
	right: 8px;
	height: 9px;
	display: none;
}

/*
	Border sides
*/

.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 9px;
	top: 7px;
	width: 8px;
	display: none;
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 9px;
	top: 7px;
	width: 8px;
	display: none;
}



.datepickerHidden {
	display: none;
}

/*
	Table
*/

div.datepicker a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

div.datepicker a:hover {
	color: #666;
}

div.datepicker tbody a {
	display: block;
}

div.datepicker table {
	width: 80%;
}

html>/**/body div.datepicker table {
	border-collapse:collapse;
	width: 96%;
}

div.datepicker table td {
	text-align: center;
	padding-left: 7px;
	padding-right: 7px;
	margin: 0;
}

html>/**/body div.datepicker table td {
	padding: 7px;
}

div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: center;
}

table.datepickerViewDays{
}

table.datepickerViewDays thead{
	border: 2px;
}

tr.calendar {
	display: block;
	border-bottom: 35px solid transparent;
}

td.calendar {
	display: block;
	background: url(../img/calendarBg.png) no-repeat scroll 0 0;
	height: 230px;
	width: 295px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 35px;
}


div.datepicker thead tr.datepickerDoW th{
	background: #BDD73C;
	color: #fff;
	padding: 5px;
}

div.datepicker tbody th.datepickerWeek{
	background: #ddd;
	color: #000;
	padding: 5px;
}



.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #aaa;
}

tbody.datepickerDays td.datepickerSelected{
	/*background: #bdd73c;*/
	font-weight: bold;
}

tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	/*background: #f8f8f8;*/
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}

div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}

.datepickerSpace div {
	width: 20px;
}

.datepickerGoPrev{
	background: url("../img/prev.png") no-repeat 0 0;
}

.datepickerGoNext{
	background: url("../img/next.png") no-repeat 0 0;
	background-position: right;
}

.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}

table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}



td.avail {
	background: url('../img/iconAvail.png') right no-repeat;
}

td.order {
	background: url('../img/iconOrder.png') right no-repeat;
}

td.avail_order {
	background: url('../img/iconAvailOrder.png') right no-repeat;
}
