div.datepicker {
	background: #e7f1ff url('../images/calendarBg.gif') repeat-x;
	border: solid 1px #6788be !important;
	padding-bottom:2px;
	cursor:default;	
	width: 540px !important;
	padding-left:5px;
	
}
.datepickerContainer {

}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: Black;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: center;
	color: #7f7f7f;
	cursor: default;
	font-size: 12px;
	line-height: 32px;
}
div.datepicker th {
	text-align: center;
	color: #999;
	 width:32px;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	color: #333 !important;
	font-weight: bold;
	cursor: default;
	background: #e7f1ff;
	text-align: center;
	line-height: 23px;
	width: 32px;
	border: solid 1px #a5bedf;	
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 32px;
	height: 32px;
	text-align: center;
}
td.datepickerNotInMonth a {
	border: solid 1px #dde1e4;
	background: white;	
}
tbody.datepickerDays td.datepickerSelected{
	font: normal 18px Arial, Verdana, Sans-serif;
	color: black;		
}

tbody.datepickerDays td.datepickerSelected a,
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected a{
	background: Transparent url('../images/selectBg.gif') no-repeat;	
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {	
	background: white;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	font: normal 18px Arial, Verdana, Sans-serif;
	color: black;		
	background: #dcfc5c;	
	border-color: #d8dde0;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #d8dde0;	
}

tbody.datepickerDays a:hover,
tbody.datepickerDays a:hover {
	font: normal 18px Arial, Verdana, Sans-serif;
	color: black;
	background: Transparent url('../images/HoverBg.gif') no-repeat;		 	 	
}



.datepickerSpace div {
	width: 20px;	
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;	
	 padding-bottom:13px;
	background: url('../images/fastNavRight.gif') no-repeat;	
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
	 padding-bottom:13px;
	background: url('../images/fastNavLeft.gif') no-repeat;	
}
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.datepickerDisabled2
{
	background-color:#7C97C8;
}
td.datepickerDisabled2 a{
	background: url('../images/tancarb.gif') no-repeat;
	text-align:right;	
	height: 20px;
	color: #333;
	font: 12px Arial, Verdana, Sans-serif;
	font-weight:bold;
	color: black;
	vertical-align:text-bottom;	
}
td.datepickerDisabled2 img
{
	src:url('../images/tancar.gif');
}
td.datepickerDisabled2 a:hover {	
}




#widget {
	position: relative;
}
#widgetField {
	width: 105px;
	height: 20px;
	text-align:center;	
	background: url(../images/fieldp.png);
	overflow: hidden;
	position: relative;
}
#widgetField a 	{
	display: block;
	position: absolute;
	width: 26px;
	height: 20px;
	top: 0;
	right: 0;
	text-decoration: none;
	text-indent: -3000px;
}

#widgetCalendar {
	position:absolute;
	left: -416px;
	top: 24px;
	height: 0px;	
	width:568px;
	overflow: hidden;	
	
}
#widgetCalendar .datepicker {
	position:relative;
	bottom: 0;	
	left:0px;	
	top: auto;	
}

#widgett {
	position: relative;
}
#widgetFieldt {
	width: 105px;
	height: 20px;
	text-align:center;
	background: url(../images/fieldp.png);
	overflow: hidden;
	position: relative;
}
#widgetFieldt a 	{
	display: block;
	position: absolute;
	width: 26px;
	height: 20px;
	top: 0;
	right: 0;
	text-decoration: none;
	text-indent: -3000px;
}

#widgetCalendart 
{
    position:absolute;
	top: 24px;
	left: -416px;
	height: 0px;	
	width:568px;
	overflow: hidden;	
	
}
#widgetCalendart .datepicker {
	/*position:relative;*/
	bottom: 0;	
	left:0px;	
	top: auto;	
}

