﻿#date-picker
{
	width: 570px;
	height: 172px;
	margin: 10px 0 10px 0;	
	float: left;
}

div.datepicker
{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	cursor: default;
	float: left;
	display: block;
}

.datepickerBorderT,
.datepickerBorderB,
.datepickerBorderL,
.datepickerBorderR,
.datepickerBorderTL,
.datepickerBorderTR,
.datepickerBorderBL,
.datepickerBorderBR
{
	display: none;	
}

.datepickerHidden
{
	display: none;
}


div.datepicker table
{
	border-collapse:	collapse;
	background:			#fff;
	border-bottom:		1px solid #ccc;
	border-right:		1px solid #ccc;
	margin:				0 5px;
}

div.datepickerContainer .datepickerSpace
{
	width:		0;
	display:	none;
}

div.datepicker table td table
{
	padding: 5px;	
	border: none;
}

div.datepicker table td table td
{
	padding: 3px 0;	
}

div.datepicker a
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
div.datepicker table td
{
	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: 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: #fff;
}
tbody.datepickerDays td.datepickerSelected
{
	background: #cfefff;
}
tbody.datepickerDays td.datepickerSelected a
{
	color: #0083c2;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected
{
	background: none;
	color:		#fff;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected a
{
	color: #fff;
}

tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected
{
	background: none;
}
div.datepickerDays a:hover
{
	color: #2bb1f2;
	background-color: #e3f6ff;
}
div.datepicker td.datepickerNotInMonth a:hover
{
	color: #fff;
}
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;
}
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.datepickerSpecial a
{
	background: #700;
}
td.datepickerSpecial.datepickerSelected a
{
	background: #a00;
}

table.datepickerViewDays th.datepickerMonth
{
	font-weight:	bold;	
	line-height:	1.8em;
}

table.datepickerViewDays
{
	padding: 0 0 0 5px;	
}

table.datepickerViewDays thead
{
	border-bottom: 1px solid #ccc;	
}

table.datepickerViewDays tr.datepickerDoW th
{
	padding: 0 0 4px 0;
	text-align: center;
}

th.datepickerWeek a
{
	color: #00adff;
	text-align: center;
}

td.datepickerDateNotAvailable a
{
	cursor:				default;
	color:				#fff;
	text-decoration:	none;
	text-decoration:	line-through;
}

td.datepickerDateNotAvailable a:hover
{
	color: #fff;
	text-decoration: none;
}