/* Style Sheet for Calendar Predifined Date Range Menu items */
/* General dropdown styles */       
.dropdown dd, .dropdown dt, .dropdown ul { 
	margin:0px; 
	padding:0px; 
	background: url("../img/metrixOptionsBg.png") repeat scroll 0 0 transparent ;
	}
.dropdown dd { 
	position:relative; 
	}
/* DT styles for sliding doors */
.dropdown dt a {
	background:url('../img/arrow_down.png') no-repeat scroll right center;
    display:block; 
	/* padding-right:20px;  */
	border:1px solid #cccccc; 
	width:140px;
	text-decoration:none;
	height:25px;
	}
.dropdown dt:hover {
	background:#F0F0F0;
	color:#333333;
	}
.dropdown dt a span {
	cursor:pointer; 
	display:block; 
	padding:5px 0 5px 10px;
	color:#333333;
	text-decoration:none;
	}
	
/* UL styles */
.dropdown dd ul { 
	display:none;
    list-style:none; 
	padding:0px 0px; 
	position:absolute; 
    left:0px; 
	top:2px; 
	width:auto; 
	min-width:140px;
	text-decoration:none;
	border:1px solid #cccccc;
 	}
.dropdown span.value { 
	display:none;
	}
.dropdown dd ul li {
	background: url("../img/metrixOptionsBg.png") repeat scroll 0 0 transparent ;
	}
.dropdown dd ul li:hover {
	background:#F0F0F0;
	color:#333333;
	}
.dropdown dd ul li a { 
	padding:5px; 
	display:block;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	}

.ui-daterangepicker  dl.dropdown {
	margin: 23px 0px 15px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	clear: both;
	cursor: pointer;
	font-size: 12px;
	
}

.ui-daterangepicker .daterange-label {
	bottom: 0;
    clear: both;
    display: block;
    font-size: 12px;
    left: 0;
    margin: 0 0 0 15px;
    padding-top: 10px;
    position: relative;
}