div#slider-container {
	position:relative;
	height:30px;
	overflow:hidden;
	margin:5px;
	width:100%;
	font-size:16px;
}


div#sliderbar {
	position:absolute;
	background: url(/resources/images/dateslider/slidebg.gif) repeat-x;
	background-position:0px 6px;
	width:3000px;
	height:30px;
	cursor:pointer;
}

div.slideYear {
	position:relative;
	height:23px;
	float:left;
	border:0px solid #BEBEBE;
	border-left-width:1px;
	top:3px;
	font-size:.6em;
	font-family:verdana;
	font-weight:bold;
	color:#888888;
	color: #8E5E2D;
}

div.slideMonth {
	height:16px;
	border:0px solid #BEBEBE;
	border-left-width:1px;
	position:absolute;
	float:left;
	top:7px;
	font-size:.7em;
	font-family:verdana;
	font-weight:bold;
}

div.firstMonth {
	border-left-width:0px;
}

span#lefthandle, span#righthandle {
	background-color:  #869EB2 ;
	position:absolute;
	top:0px;
	width:5px;
	cursor:w-resize;
	height:27px;
	display:block;
	z-index:1;
}

div#shiftpanel {
	top:3px;
	position:absolute;
	height:20px;
	background-color: #869EB2;	
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	z-index:0;
}

#datestart, #dateend {
	
	border-bottom: 1px solid #869EB2;
	border: none;
	background-color: #000000;	
	color: #869EB2;
	width: 70px;

}
