.datePicker	{
	position:absolute;
	z-index:9999;
	text-align:center;
	font-family: Verdana,	Geneva,	Arial, Helvetica,	sans-serif;
	font-size: 11px;
	background:	transparent;
}
.iehack	{
	position:absolute;
	background:	transparent;
	z-index:1;
	padding:0;
	border:0;
	display:none;
	width:240px;
}
.date-picker-control {
}
.calBtn {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10px;
  padding:0;
  letter-spacing: -0.2em;
}

.datePicker	table	thead	{
	border-right:	1px	solid	#fff;
	border-bottom: none;
	border-left: 1px solid #000;
	border-top:	1px	solid	#000;
}

.datePicker	table	tr.date-picker-frame {
	border-right:	1px	solid	#fff;
	border-bottom: none;
	border-left: 1px solid #000;
	border-top:	1px	solid	#000;
}

.datePicker	.button_td {
	text-align:center;
	font-style : normal;
	padding: 2px 2px 2px 2px;
	border-right:	1px	solid	#000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #fff;
	border-top:	1px	solid	#fff;
	background:	#EDF4CB;
	color: #000;
	text-align:	center;
	cursor : pointer;
}

.datePicker	.button_tdsym	{
	font-family: Arial,	Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing:	-2px;
	text-align:center;
	font-style:	normal;
	padding: 2px 2px 2px 2px;
	border-right:	1px	solid	#000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #fff;
	border-top:	1px	solid	#fff;
	background:	#EDF4CB;
	color: #000;
	text-align:	center;
	width:30px;
	cursor : pointer;
}

.datePicker	.button_td_hover {
	border-right:	2px	solid	#000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #fff;
	border-top:	2px	solid	#fff;
	background:	#CDD7E1;
	padding: 1px 1px 1px 1px;
	cursor : pointer;
}

.datePicker	.button_td_click {
	border-right:	1px	solid	#fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #000;
	border-top:	1px	solid	#000;
	background:	#CDD7E1;
	padding: 2px 2px 2px 2px;
	cursor : pointer;
}

.datePicker	.title { /*	This holds the current "month, year" */
	font-weight: normal;
	padding: 1px;
	border:	1px	solid	#000;
	background:	#847880;
	color: #fff;
	text-align:	center;
	cursor : move;
}

.datePicker	table	{
				position:relative;
				margin-top:2px;
				padding:0;
				border-top:2px solid #ffffff;
				border-left:2px	solid	#ffffff;
				border-right:2px solid #000000;
				border-bottom:1px	solid	#000000;
				background:transparent;
				text-align:center;
				width:240px;
}

.datePicker	table	td,	td.date-picker-highlight {
	border:	1px	solid	#EDF4CB;
	padding: 1px 3px 1px 1px;
	background-color:#EDF4CB;
	font-family: Verdana,	Geneva,	Arial, Helvetica,	sans-serif;
	font-size: 11px;
	text-align:right;
	cursor : pointer;
}

.datePicker	td.date-picker-past, td.date-picker-highpast {
	border:	1px	solid	#EDF4CB;
	padding: 0px 3px 1px 1px;
	background-color:#EDF4CB;
	font-family: Verdana,	Geneva,	Arial, Helvetica,	sans-serif;
	font-size: 11px;
	text-align:right;
	cursor:	auto;
	color:#cccccc;
}

.datePicker	td.date-picker-highpast	{
	color:#FFAA8A;
}

.datePicker	table	{
	color:#222;
	font-family: Verdana,	Geneva,	Arial, Helvetica,	sans-serif;
	font-size: 11px;
}

.datePicker	table	th.date-picker-day-header, th.date-picker-day-headerH, th.date-picker-day-KW {
	padding: 2px 4px 2px 2px;
	font-weight: normal;
	font-family: Verdana,	Geneva,	Arial, Helvetica,	sans-serif;
	font-size: 11px;
	color:#000;
	background-color:#CDD7E1;
	border-bottom: 1px solid #000;
	width:30px;
}

.datePicker	th.date-picker-day-headerH {
	color:#f00;
}

.datePicker	table	th.date-picker-day-KW	{
	border-right:	1px	solid	#000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.datePicker	table	td.date-picker-KW	{
	padding: 2px 4px 2px 2px;
	font-weight: normal;
	font-family: Verdana,	Geneva,	Arial, Helvetica,	sans-serif;
	font-size: 11px;
	color:#000;
	background-color:#CDD7E1;
	border-top:	none;
	border-bottom: none;
	border-left: 1px solid #000;
	border-right:	1px	solid	#000;
	cursor:	auto;
}

.datePicker	td.date-picker-highlight {
	color:#f00;
}

.datePicker	table	td.date-picker-hover {
	padding: 1px 3px 1px 1px;
	border-top:	1px	solid	#fff;
	border-right:	1px	solid	#000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #fff;
	cursor : pointer;
}

.datePicker	table	td.date-picker-selected	{
	font-weight: bold;
	border-top:	1px	solid	#000;
	border-right:	1px	solid	#fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #000;
	padding: 2px 2px 0px 2px;
	background:	#CDD7E1;
	cursor : pointer;
}

.datePicker	table	td.date-picker-today {
	font-weight: bold;
	color: #00f;
}

.calimg {
  vertical-align     : bottom;
}
