
input.calendar,input.jsc{
	padding-left:24px;
}
input.calendar:focus{
	background-color: #fffce9;

}
.dp_container{
	position: absolute; //relative
	padding: 0;
	z-index: 500;
	display:inline;
	top:23px;
}

.dp_cal{
	background-color: #fff;
	border: 1px solid #CCC;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
	width: 170px;
	/*position: absolute;

	left: 0;
	top:9px;*/
	/*margin: 0px 0px 3px 0px;*/
}


.dp_cal table.dp_calTable{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
	z-index:1000;
	float: none;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal table.dp_calTable th,
.dp_cal table.dp_calTable td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
        border:0px;
}
.dp_cal table.dp_calTable td.noPad{
	padding:0;
}
.dp_cal table.dp_calTable th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	color: #333;
	background: #daf2e6;
	background: #dee8f2;
	font-weight: bold;
}

.dp_cal table.dp_calTable td.calDay{
  cursor:pointer;
  background:#FFF;
}
.dp_cal table.dp_calTable thead th{
	background: #d9eefc;
	background: #fccb65;
	text-align:center;
}
.dp_cal table.dp_calTable tr td.dp_roll{
	color: #000;
	background: #fff6bf;
}

.dp_cal table.dp_calTable td.dp_empty{
	background: #CCC;
	cursor: default;
}
.dp_cal table.dp_calTable tr.dayrow  td.dp_today{
	background: #daf2e6;
}
.dp_cal table.dp_calTable tr.dayrow td.dp_selected{
	color: #000;
	background-color: #328dcf;
	color:#FFF;
}

.dp_cal table.dp_calTable td.dp_disabled{
	background: #eee;
	color:#999;
	cursor:default;
}

.dp_cal table.dp_calTable td.dp_monthSelect{
	min-width:80px;
}

.dp_cal table.dp_calTable .dp_valid_range{
	border-top:1px solid #CCC;
	font-size:9px;
	font-family:Arial,Helvetica;
	text-align:center;
	background:#f7f7f7;
	color:#666;
	padding-top:1px;
}


/*
.dp_container_wrapper{
	border:1px solid blue;
	position:absolute;
	display:inline-block;
}*/

.dp_container_wrapper{
	position:relative;
	/*border:1px solid green;*/
	display:inline-block;
}

.dp_container_wrapper .iframe
{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	height:100%;
	width:100%;
	filter:alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	z-index: -1;
}
.dp_anchor{
	position:absolute;
	width:25px;
	height:21px;
	z-index:100;
	background: url(../images/calendar_icon2.gif) no-repeat 50% 50%;
	cursor:pointer;
}

