input.cal_date_select, input.requested{
	display: block;
	width: 120px;
	padding: 3px 3px 3px 24px;
	border: 1px solid #0070bf;
	font-size: 13px;
	background: #fff url(../internal/date.gif) no-repeat top left;
	cursor: pointer;
	
}
input:focus.cal_date_select,input:focus.requested {
	background: #fffce9 url(../internal/datefocus.gif) no-repeat top left;
}

input.requested {
background-image:none !important;
padding: 3px 3px 3px 3px;
}


.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
}
.dp_cal{
	
	margin: 0px 0px 3px 0px;
}

.notabs{
	position:static !important;
	width:19em;
	margin-top:10px;
}

.notabs table{
	
}
.dp_container {
background-color:#666666;
text-align:center;
padding:1em;
margin-bottom:1em;
}
.dp_cal table{
	width: 100%;
	background-color:#666666;
	border-spacing: 3px;
}
.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: 4px 2px;
	border-spacing:3px;
	font-size:1.1em;
	
}
.dp_cal th{
	border: solid #666666;
	border-width: 1px 0;
	color: #ffffff;
	background-color:#666666;
	text-align:left;
	font-size:1.1em;
	font-weight:normal;
}
.dp_cal td{
	
		border: 2px solid #ffffff;
		color:#ffffff;
		margin:4px;
		background-color:#666666;
		

}

.dp_cal td.dp_full {
border: 2px solid #000000;
background-color:#000000;
cursor: pointer;
padding: 0px !important;
}

.dp_cal td.dp_full a {
display:block;

text-decoration:none;
color:#ffffff;
text-align:center;
width: 100%;
position:relative;
left:-2px;
padding: 4px 2px;
}

.next, .prev {
cursor: pointer;
}
.dp_cal thead th{
	background: #666666;
	font-size:1.5em;
	font-weight:normal;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_cal td.dp_old{
	background: #999;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff !important;
	background: #328dcf !important;
}

.show {

display:block;
}

.hide{
display:none !important;
}


