div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
}

div.datepicker a {
    color: #4d545a !important;
}


.datepickerContainer {
	/*background: #121212;*/
	position: absolute;
	top: 10px;
	left: 10px;
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	/*background: url(http://sudak-property.com.ua/sites/sudak/images/datepicker/datepicker_t.png);*/
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	/*background: url(http://sudak-property.com.ua/sites/sudak/images/datepicker/datepicker_b.png);*/
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	/*background: url(http://sudak-property.com.ua/sites/sudak/images/datepicker/datepicker_l.png);*/
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	/*background: url(http://sudak-property.com.ua/sites/sudak/images/datepicker/datepicker_r.png);*/
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	/*background: url(http://sudak-property.com.ua/sites/sudak/images/datepicker/datepicker_tl.png);*/
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	/*background: url(http://sudak-property.com.ua/sites/sudak/images/datepicker/datepicker_tr.png);*/
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	/*background: url(http://sudak-property.com.ua/sites/sudak/images/datepicker/datepicker_bl.png);*/
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	/*background: url(http://sudak-property.com.ua/sites/sudak/images/datepicker/datepicker_br.png);*/
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #eee;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
    float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}



div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	width: 31px;
	line-height: 16px;
	height: 16px;
	padding: 6px 0px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: left;
}
td.datepickerNotInMonth a, td.datepickerNotInMonth a span  {
	color: #bbb !important;
    font-weight: normal !important;
    /*display: n;*/
}
tbody.datepickerDays td.datepickerSelected {
	/*background: red;*/
    
    
    
    
    
}

tbody.datepickerDays td span {
    width: 20px;
    display: block;
    padding: 2px;
}

tbody.datepickerDays td a:hover span {
    background: #792a2d;
    color: #FFFFFF;
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    cursor: pointer;
}


tbody.datepickerDays td.datepickerNotInMonth a:hover span,
tbody.datepickerDays td.datepickerSpecial a:hover span, 
tbody.datepickerDays td.datepickerDisabled a:hover span {
    background: transparent !important;
    cursor: default !important;
}


tbody.datepickerDays td.datepickerDisabled a:hover span, 
tbody.datepickerDays td.datepickerNotInMonth a:hover span {
    color: #BBBBBB;
}

tbody.datepickerDays td.datepickerSpecial a:hover span {
    color: #7B060F;
}

tbody.datepickerDays td.datepickerToday a span {
    /*text-decoration: underline !important;*/
    color: black !important;
    background-color: silver;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


tbody.datepickerDays td.datepickerToday a:hover span {
    background-color: silver !important;
}

tbody.datepickerDays td.datepickerSelected a span {
    background: #792a2d;
    color: #FFFFFF;
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}



tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected span {
	background: none;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
    
    
    
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #bbb;
}
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;
}

.datepickerMonth a {
    font-weight: bold;
    font-size: 13pt;
    color: #4c555e !important;
    text-align: left;
    border-bottom: 1px dotted gray;
}

.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
    
}

table.datepickerViewDays {
    width: 100% !important;
}

table.datepickerViewDays thead tr {
    margin-bottom: 5px !important;
}


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: #bbb !important;
    
}

td.datepickerDisabled.datepickerNotInMonth a{
    background-color: transparent !important;
}

td.datepickerDisabled a:hover {
	color: #bbb !important;
}
td.datepickerSpecial a {
	background-color: transparent !important;
    
}

td.datepickerSpecial a span {
    
    /*border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    
    color: #7B060F;
    font-weight: bold;
    
}



td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}


th.datepickerWeek, th.datepickerWeek a {
    width: 0px !important;
}




.datepickerContainer .datepickerGoPrev a span {
    /*display: none;*/
}

.datepickerContainer .datepickerGoPrev:first-child a span {
    /*display: block !important;*/
} 

/*datepickerGoNext*/
