
input.DatePicker{
	display: block!important;
	width: 150px!important;
	padding: 3px 3px 3px 24px!important;
	border: 1px solid #CCCCCC!important;
	font-size: 13px!important;
	background: #fff url(date.gif) no-repeat top left!important;
	cursor: pointer!important;
}!important
input:focus.DatePicker{
	background: #fffce9 url(datefocus.gif) no-repeat top left!important;
}
.dp_container{
	position: relative!important;
	padding: 0!important;
	z-index: 500!important;
}
.dp_cal{
	background-color: #fff!important;
	border: 1px solid #CCCCCC!important;
	position: absolute!important;
	width: 177px!important;
	top: 24px!important;
	left: 0!important;
	margin: 0px 0px 3px 0px!important;
}
.dp_cal table{
	width: 100%!important;
	border-collapse: collapse!important;
	border-spacing: 0!important;
}
.dp_cal select{
	margin: 2px 3px!important;
	font-size: 11px!important;
}
.dp_cal select option{
	padding: 1px 3p!importantx!important;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%!important;
	text-align: center!important;
	font-size: 11px!important;
	padding: 2px 0!important;
	height:16px!important;
	line-height:16px!important;
}
.dp_cal th{
	border: solid #aad4f2!important;
	border-width: 1px 0!important;
	color: #797774!important;
	background: #daf2e6!important;
	font-weight: bold!important;
}
.dp_cal td{
	cursor: pointer!important;
}
.dp_cal thead th{
	background: #d9eefc!important;
}
.dp_cal td.dp_roll{
	color: #000!important;
	background: #fff6bf!important;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden!important;
}
.dp_empty{
	background: #eee!important;
}
.dp_today{
	background: #daf2e6!important;
}
.dp_selected{
	color: #fff!important;
	background: #328dcf!important;
}

