


input.DatePicker{
	display: block;
	width: 145px;
    font-size: 13px;
	color: #999;
	border: 1px solid #CCC;
	height: 20px;
	float: left;
	padding: 2px 0 0 4px;
	
	margin: 2px 0 0 2px;
	background: #fff url(js/date.gif) no-repeat top right;
	cursor: pointer;
}
input:focus.DatePicker{
	background: #fffce9 url(js/datefocus.gif) no-repeat top right;
}
.dp_container{
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	border: 1px solid #666;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
	z-index: 500;
}
.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 #e5e5e5;
	border-width: 1px 0;
	color: #797774;
	background: #F7F7F7;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #eaeaea;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #eaeaea;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #f0f0f0;
}
.dp_selected{
	color: #fff;
	background: #cacaca;
}



/* ---- just to pretty up this page ---- */


#date .yep{
	width: 450px;
	margin: 50px auto;
	text-align: center;
}
#date h1{
	margin: 20px 0;
	color: #60bf8f;
	font: normal 28px Georgia, serif;
}
#date h2{
	margin: 20px 0;
	color: #60bf8f;
	font: normal 22px Georgia, serif;
}
#date p{
	float: left;
	display: inline;
	width: 180px;
	margin: 20px;
	text-align: left;
}
#date label{
	color: #797774;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0 3px 0;
}
#date dl,dt,dd,ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#date ul{
	clear: both;
}
#date li{
	font-size: 10px;
}
#date li a{
	color: #004a7f;
	text-decoration: none;
}
#date li a:hover{
	color: #328dcf;
	border-bottom: 1px solid #328dcf;
}
#date dl{
	font-size: 12px;
	text-align: left;
}
#date dt, dd.default{
	font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace;
	font-weight: bold;
}
#date dt{
	clear: left;
	float: left;
	width: 140px;
	padding: 5px;
	text-align: right;
}
#date dd{
	margin: 5px 0 30px 160px;
	padding: 5px;
}
#date .default{
	margin: 0 0 0 160px;
	background: #eee;
}
#date p.note{
	background: #ffd;
	border: 1px solid #dd6;
	display: block;
	float: none;
	font-size: 12px;
	line-height: 1.8;
	padding: 10px;
	width: auto;
}
#date code{
	background: #eee;
	border: 1px solid #ccc;
	padding: 0 5px;
}
