div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
	z-index: 999999;
}
.datepickerContainer {
	background: #121212!important;
	position: absolute;
	top: 10px;
	left: 10px;
	padding:10px;
	border:2px solid gray;
}
/*
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	background: url(/js/jquery/dateimage/datepicker_t.png)!important;
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	background: url(/js/jquery/dateimage/datepicker_b.png)!important;
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(/js/jquery/dateimage/datepicker_l.png)!important;
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(/js/jquery/dateimage/datepicker_r.png)!important;
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(/js/jquery/dateimage/datepicker_tl.png)!important;
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(/js/jquery/dateimage/datepicker_tr.png)!important;
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(/js/jquery/dateimage/datepicker_bl.png)!important;
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(/js/jquery/dateimage/datepicker_br.png)!important;
}
*/
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	font-size:10px!important;
	color: #eee!important;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #999!important;
	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: #666!important;
}
tbody.datepickerDays td.datepickerSelected{
	background-color: #136A9F!important;
	*background-color: #136A9F!important;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #17384d!important;
	*background: #17384d!important;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background-color: #17384d!important;
	*background-color: #17384d!important;
}
.datepickerSelected{
	background-color: #17384d!important;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb!important;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999!important;
}
div.datepicker tbody th {
	text-align: left;
	font-size:11px!important;
}
.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.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333!important;
}
td.datepickerDisabled a:hover {
	color: #333!important;
}

td.datepickerSpecial a {
	background: #700!important;
}
td.datepickerSpecial.datepickerSelected a {
	background-color:#136A9F!important;
}

.widget {
	position:relative;
}
.widgetField {
	background:transparent url(/js/jquery/dateimage/datefield.gif) repeat scroll 0 0!important;
	height:20px;
	overflow:hidden;
	position:relative;
	width:220px;
}

.widgetField span {
	color:#000000!important;
	font-size:12px;
	font-weight:normal;
	height:20px;
	line-height:20px;
	position:absolute;
	text-align:center;
	top:0;
	width:200px;
}
.widgetField a {
	display:block;
	height:20px;
	position:absolute;
	right:0;
	text-decoration:none;
	text-indent:-3000px;
	top:0;
	width:25px;
}

.widgetCalendar {
	/*background:#B9B9B9 none repeat scroll 0 0;*/
	height:0;
	left:0;
	overflow:hidden;
	position:absolute;
	top:26px;
	width:588px;
}

