
input.DatePicker{
	border: 1px solid #ccc;
	font-size: 11px; line-height:13px; color: #666666;
	display: block;
	background: #fff url(../../images/formboxBG-cal.gif) no-repeat 0 0;
	cursor: pointer;
	padding: 2px 3px 2px 22px;
}
input:focus.DatePicker{
	background: #f5e2a4 url(../../images/formboxBG-cal.gif) no-repeat  0px 0px;
}
.dp_container{
	position: relative;
	padding: 0;
	margin: 0;
	top: 0px;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	border: solid #999;
	border-width: 0 1px 1px 1px;
	position: absolute;
	width: 177px;
	top: 20px;
	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: #334f85;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #334f85;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #f5e2a4;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #ccd3e0;
}
.dp_today{
	background: #ccd3e0;
}
.dp_selected{
	color: #003366;
	background: #f5e2a4;
}

