/******************************/
/***   DATEPICKER   */
/******************************/

input.DatePicker{
	display: block;
	width: 193px;
	padding: 3px 3px 3px 24px;
	border: 1px solid #7F9DB9;
	font-size: 13px;
	background: #fff url(/images/_layout/_general/date.gif) no-repeat top left;
	cursor: pointer;
}
input:focus.DatePicker{
	background: #fff1e9 url(/images/_layout/_general/datefocus.gif) no-repeat top left;
}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	border: 1px solid #D6BFAD;
	position: absolute;
	width: 220px;
	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: 10px;
	padding: 2px 0;
}
.dp_cal th{
	border: none;
	border-bottom: 1px solid #AD6D3F;

	color: #3D200A;
	background: url(/images/_layout/_modules/list/list_header_right.png) repeat-x scroll left top;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #FEF2E8;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #d8d8d8;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #F9A25E;
}
.dp_selected{
	color: #ffffff !important;
	background: #1F4C63;
}
