div.calendarHolder {
	height: 177px;
	position: absolute;
	top: -21px !important;
	top: -27px;
	left: -3px;
	width: 100%;
}

div.calendarHolder table.cal {
	margin-right: 15px !important;
	margin-right: 8px;
	width: 205px;
}

div.calendarHolder td {
	text-align: center;
}

div.calendarHolder tr.dayRow td {
	padding: 2px;
	width: 18px;
	cursor: pointer;
}

div.calendarHolder table.datePicker * {
	font-size: 10px;
	line-height: 16px;
}

div.calendarHolder table.datePicker {
	margin: 0;
	padding: 0;
	float: left;
}

div.calendarHolder table.datePicker table.cal td {
	cursor: pointer;
}

div.calendarHolder tr.dateNav {
	font-weight: bold;
	height: 22px;
	margin-top: 8px;
}

div.calendarHolder tr.dayNames {
	height: 23px;
}

div.calendarHolder tr.dayNames td {
	color: #666;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
}

div.calendarHolder table.datePicker tr.dayRow td:hover {
	background: #ccc;
}

div.calendarHolder table.datePicker tr.dayRow td {
	margin: 1px;
}

div.calendarHolder td.today {
	color: #bb0904;
}

div.calendarHolder td.otherMonthDate {
	border: 1px solid #fff;
	color: #ccc;
	background: #f3f3f3 !important;
	margin: 0px !important;
}

div.calendarHolder td.selectedDate {
	border: 1px solid #20397b;
	background: #dcddef;
	margin: 0px !important;
}

div.calendarHolder a.leftScroll,div.calendarHolder a.rightScroll {
	cursor: pointer;
	color: #000
}

div.datePickerSW div.body {
	height: 150px !important;
	height: 139px;
}

div.datePickerSW .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.datePickerSW .clearfix {
	display: inline-table;
}

* html div.datePickerSW .clearfix {
	height: 1%;
}

div.datePickerSW .clearfix {
	display: block;
}