
input.DatePicker{
	display: block;
	width: 90px;
	padding: 2px 2px 2px 24px;
	background: #fff url(../../img/date.gif) no-repeat top left;
	cursor: pointer;
}

input:focus.DatePicker{
	background: #fff url(../../img/datefocus.gif) no-repeat top left;
}
.dp_container{
	position: absolute;
	padding: 0;
	z-index: 500;
        top: -20px;
        left: 290px;
}
.dp_cal{
	background-color: #fff;
	border: 1px solid #c7c7c7;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 10px;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;

color: #000000;
}
.dp_cal th{

	color: #ffffff;
	background: #ff9b04;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #ffbf6a;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #f5d5a9;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #c7c7c7;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff;
	background: #b3c6eb;
}
