
.datepickerOld span { color:silver;} /*vit fix */

div.datepicker {
	cursor: default;
	display: none;
}
* html div.datepicker{
	
}
div.datepicker table{
	width:100%;
	height:100%;
}
div.datepicker .datepickerMonths td, div.datepicker .datepickerYears td{
	text-align:center;
	width:25%;
}
.datepickerContainer {
	position: absolute;
	top: 10px;
	/*background:url(/images/dp-border1.gif) no-repeat right bottom;*/
}
* html .avia-search2 div.datepicker, * html .hotels-search2 div.datepicker{
	left: 500px;
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	/*background: url(../images/datepicker_t.png);*/
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	/*background: url(../images/datepicker_b.png);*/
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	/*background: url(../images/datepicker_l.png);*/
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	/*background: url(../images/datepicker_r.png);*/
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	/*background: url(../images/datepicker_tl.png);*/
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	/*background: url(../images/datepicker_tr.png);*/
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	/*background: url(../images/datepicker_bl.png);*/
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	/*background: url(../images/datepicker_br.png);*/
}
.datepickerHidden {
	display: none;
}
div.datepicker table{
	border-collapse:collapse;
}
* html div.datepicker table{
	/*border-collapse:separate;*/
}
.calendar div.datepicker table { }
div.datepicker a {
	color: #000;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td td {
	border:1px solid #b8ccd9;
	width:30px;
	height:26px;
	font-size:16px;
	text-align:center;
}
.calendar div.datepicker table td td {
	width:23px;
	height:24px;
	font-size:14px;
}
div.datepicker th {
	width:30px;
	height:22px;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
.calendar div.datepicker th {
	width:23px;
	height:22px;
}
div.datepicker tbody th {
}
div.datepicker tbody a {
	display: block;
	text-align:center;
}
.datepickerDays a {
	width: 30px;
	line-height: 22px;
	height: 22px;
	text-align:center;
}
.calendar .datepickerDays a {
	width: 23px;
	line-height: 22px;
	height: 22px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 30px;
	line-height: 36px;
	height: 26px;
	text-align: center;
}
.calendar .datepickerYears a,
.calendar .datepickerMonths a{
	width: 24px;
	line-height: 26px;
	height: 26px;
}
td.datepickerNotInMonth a {
	color: #666;
}
/*tbody.datepickerDays td.datepickerSelected{background:url(/images/bg-selected-dates.gif);}*/
tbody.datepickerDays td.datepickerSelected{background:url(/images/bg-selected-dates.gif);}
tbody.datepickerDays td.datepickerSelectedFirst{background: #0e9411;}
tbody.datepickerDays td.datepickerSelectedFirst a{color:#fff;}
tbody.datepickerDays td.datepickerSelectedLast{background: orange;}
tbody.datepickerDays td.datepickerSelectedLast a{color:#fff;}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {background:url(/images/bg-selected-dates2.gif);}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	cursor:pointer;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
	width: 20px;
}
.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;
}
.datepickerGoNext a span, .datepickerGoPrev a span{
	cursor:pointer;
	display:block;
	width:9px;
	height:20px;
}
.datepickerGoNext a span{
	background:url(/images/i-next.gif) no-repeat;
	background-position: 0px;
}
.datepickerGoPrev a span{
	background:url(/images/i-prev.gif) no-repeat;
	background-position: 0px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
	text-align:center;
}
.datepickerDoW span{text-align:center; display:block;}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
	text-align:center;
}
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:url(/images/bg-selected-dates.gif);
}
.datepickerMonth a span{
	font-size:22px;
}
.calendar .datepickerMonth a span{
	font-size:18px;
}

.avia-search2, .hotels-search2{
	position:relative;
}
#content .calendar{
	width:260px;
	height: auto;
	position:absolute;
	top:0;
	left:520px;
}
* html #content .calendar{
	left:0;
}
#content .all-search2 .calendar{
	top:180px;
	left:680px;
}
#content .calendar .datepickerContainer{
	background:url(/images/dp-border4.gif) no-repeat right bottom;
}