input.DatePicker{
	background:url("../images/icons/date.gif") no-repeat scroll left top #ffffff;
	border:1px solid #004594;
	cursor:pointer;
	display:block;
	color: #004594;
	font-size:12px;
	padding:3px 3px 3px 30px;
	width:80px;
}
.dp_pulld{
	margin:0;
	padding:0;
	font-size:10px;
}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	border: 1px solid #004594;
	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: 11px;
}
.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;
}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #004594;
	background: #fff;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
	color: #004594;
}
.dp_cal thead th{
	background: #d9eefc;
}
.dp_cal td.dp_roll{
	color: #000000;
	background: #b6dbff;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #328dcf;
	color: #000000;
}
.dp_selected{
	color: #fff !important;
	background: #004594;
}