
div.calendar{
    height:250px;
    margin:0 auto;
    border:2px solid #404040;
    border-radius: 5px;
    margin-bottom:25px;
}

div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    width: 280px;
    height: 250px;
	margin: 0 auto;
	/*height: 200px;*/
	cursor: default;
}
.datepickerContainer {
    margin-left:7px;
}

.datepickerHidden {
	display: none;
}

div.datepicker table {
	border-collapse:collapse;
    margin: 0;
    padding:10px;
}
div.datepicker a {
	color: #eee;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
    text-align: center;

}


div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}

table.datepickerViewDays thead, table.datepickerViewMonths thead, table.datepickerViewYears thead {
    background: #404040;
    margin-left:20px;

}

div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}

.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
    padding-left: 8px;
    padding-right: 9px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 70px;
	line-height: 36px;
	height: 56px;
    padding-top:10px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #666;
}
tbody.datepickerDays td.datepickerSelected{
	background: #525252;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #17384d;
}
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: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	height: 40px;
	line-height: 40px;
}
.datepickerGoNext a {
	float: right;
    margin-left: -70px;
}
.datepickerGoPrev a {
	float: left;
    margin-right:-70px;
}

th.datepickerGoPrev {
    display: block;
    margin-left: -7px;
    padding-left:40px;
    width: 10px;
    height: 40px;
    background: #404040;
}

th.datepickerGoNext {
    display: block;
    width: 10px;
    height: 40px;
    margin-left:-40px;
    padding-right:40px;
     height: 40px;
     display: block;
    float:right;
}
th.datepickerMonth a{
    margin-left:-30px;
    text-align: center;
}

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;
}