/*
input.DatePicker{
	display: block;
	width: 150px;
	padding: 3px 3px 3px 24px;
	border: 1px solid #0070bf;
	font-size: 13px;
	background: #fff url(date.gif) no-repeat top left;
	cursor: pointer;
}
input:focus.DatePicker{
	background: #fffce9 url(datefocus.gif) no-repeat top left;
}
*/
.dp_container
{
	position: absolute;
	padding: 0;
	z-index: 500;
	color: black !important;
	overflow: visible !important;
}

.dp_cal{
	background-color: #fff;
	border: 1px solid #007133;
	position: absolute;
	width: 190px;
	height: auto;
	top: 24px;
	left: -100px;
	margin: 0px 0px 3px 0px;
	z-index: 1000;
}
.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 #007133;
	border-width: 1px 0;
	color: #007133;
	background: #97CA00;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #007133;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #97CA00;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #97CA00;
	font-weight: bold;
}
.dp_selected{
	color: #fff;
	background: #97CA00;
}
.dp_disabled
{
    background: Silver;
}