body {   

font-family:verdana;font-size:12px;font-weight:bold;}
#datelabel {left:0px; color:#FFFFFF; font-family:verdana; font-size:12px; }
.input {border:1px solid #FF9900; width:70px; font-size:12px;}

div#slider-container {
	position:relative;
	border:1px solid #FF9900;
	height:25px;
	top:0px;
	left:0px;
	overflow:hidden;
	margin:0px;
	width:520px;
}

div#sliderbar {
	position:relative;
	background: url(../images/slidebg.gif) repeat-x;
	background-position:0px 3px;
	width:500px;
	height:22px;
	cursor:pointer;
	font-family:verdana;
	font-size:12px;
}

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

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

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

span#lefthandle, span#righthandle {
	background-color:#F2964B;
	position:absolute;
	top:0px;
	width:5px;
	cursor:w-resize;
	height:22px;
	display:block;
	z-index:6;
}

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