div.datepicker {
	width: 200px !important;
	position: relative !important;
	cursor: default;
	display:block;
	color:#646464;
}

.datepickerContainer {
	position: relative !important;
	
}

.datepickerHidden {
	display: none;
}
div.datepicker table {
	background-color:#e6e5e5;
}
div.datepicker a {
	color: #646464;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #646464;
	font-weight: normal;
}
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: #999;
}

tbody.datepickerDays td.datepickerSelected{
	background: #7b9b35;
}
tbody.datepickerDays td.datepickerSelected span{
	color:#e5ebd7;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #98b755;
	
}

tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
	color:#e5ebd7;
}
div.datepicker a:hover {
	color: #e5ebd7;
	background-color:#7b9b35;
	cursor:pointer;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
	width: 20px;
}
th.datepickerMonth  {
	background-color:#fff;
	border:1px solid #cccccc !important;
	color:#858585;
}
th.datepickerMonth span  {
	font-weight:bold;
}


.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;
}
.datepickerViewDays {
	border-left:1px solid #fff;
	border-top:1px solid #fff;
}
.datepickerViewDays td, .datepickerViewDays th {
	padding:1px 3px 1px 3px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

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: #7b9b35;
}
td.datepickerSpecial.datepickerSelected a {
	background: #7b9b35;
}


#widget {
	position: static;
}
#widgetField {

}
#widgetField a 	{
	display: block;
	width: 26px;
	height: 26px;
	text-decoration: none;
	text-indent: -3000px;
}
#widgetField span	{
	height: 26px;
	line-height: 26px;
	width: 250px;
	text-align: center;
}
#widgetCalendar {
	height:180px;
}
#widgetCalendar .datepicker {
position:relative !important;
}
#widgetCalendar .datepickerContainer,
#widgetCalendar .datepickerBorderT,
#widgetCalendar .datepickerBorderB,
#widgetCalendar .datepickerBorderL,
#widgetCalendar .datepickerBorderR,
#widgetCalendar .datepickerBorderTL,
#widgetCalendar .datepickerBorderTR,
#widgetCalendar .datepickerBorderBL,
#widgetCalendar .datepickerBorderBR {
	background: transparent !important;
}
#widgetCalendar .datepicker a:hover{
	color: #b6f063;
}



