@CHARSET "UTF-8";

.drp_container {
	width: 750px;
	height: 260px;
	position: absolute;
	z-index: 999;
	padding: 10px;
	outline: none;
	display: none;
	margin-top: -1px;
}

.drp_picker {
	height: 200px;
	text-align: center;
}

.drp_ranges {
	float: left;
}

.drp_pickers_container {
	float: right;
	width: 500px;
	height: 250px;
}

.drp_submit {
	text-align: center;
	padding-top: 12px;
}

.drp_input {
	height: 40px;
	width: 200px;
	cursor: pointer;
}

.drp_inputKey {
	background: url("../images/pictures/selectKey2.png") no-repeat right top;
	width: 16px;
	margin: -1px -1px 0 0;
	height: 42px;
	float: right;
}

.drp_label {
	font-size: 14px !important;
}

.drp_input .drpRangeTitle {
	font-size: 14px;
	padding: 4px 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	color: #0066A8;
}

.drp_input .drpRangeDates {
	font-size: 12px;
	padding: 0px 0 0 10px;
	color: #a8a8a8;
}

.drp_preset_link {
	display: block;
	line-height: 20px;
	font-size: 12px;
	padding: 2px 5px;
	border: 1px solid;
	border-color: transparent;
	width: 226px;
}

.drp_preset_link.selected {
	background: #ffffff;
	border: 1px solid;
	border-color: #b9b9b9 transparent #b9b9b9 #b9b9b9;
}

img.ui-datepicker-trigger{
	position: relative;
	top: 4px;
	left: 5px;
	top: 2px;
}

*+html img.ui-datepicker-trigger{
  	top: -3px;	
}