div.datePicker	{
	background-color: transparent;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	min-width: 24em;
	position: absolute;
	text-align: center;
	width: 24em;
	z-index: 9999;
}

div.staticDP	{
	left: 0;
	position: relative;
	top: 5px;
}

iframe.iehack	{
	background-color: #ffffff;
	border: 0;
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 9998;
}

a.date-picker-control:link, a.date-picker-control:visited, a.date-picker-control:hover, a.date-picker-control:active, a.date-picker-control:focus	{
	background-color: transparent;
	background-image: url('/img/calendar.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	line-height: 1;
	border: 0 none;
	margin: 0 0 0 4px;
	min-width: 16px;
	padding: 0;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
	visibility: visible;
}

* html a.date-picker-control	{
	width: 16px;
}

a.date-picker-control	{
	display: inline-block;
}

a.date-picker-control span	{
	display: block;
	height: 16px;
	margin: auto 0;
	width: 16px;
}
div.datePicker th span	{
	display: inline;
	color: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1em;
	border-width: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: transparent;
	font-weight: bold;
	cursor: pointer;
}

div.datePicker th span.month-display, div.datePicker th span.year-display	{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	cursor: default;
}

div.datePicker th span.prev-but, div.datePicker th span.next-but	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	cursor: pointer !important;
}

div.datePicker th span.today-but	{
	text-align: center;
	margin: 0 auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	width: 100%;
	text-decoration: none;
	line-height: 1.6em;
	text-transform: uppercase;
	cursor: pointer !important
}

div.datePicker thead th span.fd-disabled	{
	color: #aaaaaa;
	cursor: default !important;
}

div.datePicker th span.fd-day-header	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	height: 1.4em;
	line-height: 1.4em;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	width: 2em;
}

div.datePicker table	{
	background-color: #ffffff;
	border: 1px solid #8ca81e;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0;
	padding: 0;
	position: relative;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

div.datePicker table td	{
	border: 1px solid #ccc;
	background-color: #eff3dc;
	cursor: pointer;
	height: 3em !important;
	height: 2.8em;
	line-height: 1.2em;
	outline: none;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 3em;
}

div.datePicker table th	{
	border: 0 none;
	color: #222;
	font-weight: bold;
	line-height: 1em;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

div.datePicker table td.date-picker-unused	{
	background-color: #ffffff;
	border-color: #dcdcdc;
	padding: 0;
	cursor: default !important;
}

div.datePicker table thead th.date-picker-title	{
	height: auto;
	padding: 0.4em 0;
	width: auto;
}

div.datePicker table th.date-picker-day-header	{
	text-transform: lowercase;
	width: 3em;
}

div.datePicker table th.date-picker-day-header span	{
	display: block;
}

div.datePicker table td.date-picker-today	{

}

div.datePicker table td.date-picker-selected-date	{
	border-color: #8ca81e !important;
	color: #8ca81e !important;
}

td.date-picker-highlight	{
	color: #8ca81e !important;
}

div.datePicker table td.out-of-range	{
	background-color: #f5e2d0 !important;
	color: #aaaaaa !important;
	cursor: default !important;
}

div.datePicker table td.day-disabled	{
	background-color: #f5e2d0;
	color: #aaaaaa !important;
	cursor: default !important;
}

div.datePicker table tbody td.date-picker-hover	{
	background-color: #ffffff;
	border-color: #8ca81e;
	color: #8ca81e;
	cursor: pointer;
}
	
* html div.datePicker table td	{
	background-color: #eff3dc;
	background-image: none;
}

* html div.datePicker table td.date-picker-unused	{
	background-color: #f2f2f2;
}
