
input.DatePicker{
	border: 1px solid #336699;
	font-size: 12px; 
	line-height:15px; 
	color: #000;
	display: block;
	background: #fff url(../images/home/icn_calendar.gif) no-repeat 2px 2px;
	cursor: pointer;
	width:184px; 
	height:18px;
	padding:2px 3px 2px 22px; 
}
input:focus.DatePicker{
	background: #fffce9 url(../images/home/icn_calendar.gif) no-repeat  2px 2px;
}
.dp_container{
	position: relative;
	padding: 0;
	margin: 0;
	top: 0px;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	border: solid #0070bf;
	border-width: 0 1px 1px 1px;
	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{
	color: #fff;
	background: #013366;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #013366;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #FFEC9F;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #D6E0EB;
}
.dp_today{
	background: #D6E0EB;
}
.dp_selected{
	color: #003366;
	background: #FFCD02;
}
