.searchInput {
	BORDER-TOP-WIDTH: 1px; 
	FONT-WEIGHT: normal; 
	BORDER-LEFT-WIDTH: 1px; 
	FONT-SIZE: 11px; 
	BACKGROUND: #DFE6EA; 
	BORDER-BOTTOM-WIDTH: 1px; 
	COLOR: #000033; 
	FONT-FAMILY: verdana; 
	BORDER-RIGHT-WIDTH: 1px;
	width: 115px; 
	margin: 2px 0;
}  

.slider {
	margin: 2px 0;
	}

.searchInput1 {
	BORDER-TOP-WIDTH: 1px; 
	FONT-WEIGHT: normal; 
	BORDER-LEFT-WIDTH: 1px; 
	FONT-SIZE: 11px; 
	BACKGROUND: #DFE6EA; 
	BORDER-BOTTOM-WIDTH: 1px; 
	COLOR: #000033; 
	FONT-FAMILY: verdana; 
	BORDER-RIGHT-WIDTH: 1px;
	width: 55px;
}

.Sldrtable {
	font-family: Verdana;
	font-size: 9px;
	text-align: right;
	height: 12px;
	background-color: #000033;
	color: #e7f5ff;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #000033;
}


.HDtable {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background-color: #b2d6f0;
	color: #002f5d;
	}
	
.HDtableB {
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #002f5d;
	background-color: #b2d6f0;	
	}

.HDtablehdr {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	background-color : #5193c7;
	color: #002f5d;
	border-style: solid;
	border-width: 1px;
	border-color: #002f5d;
}

.dynamic-slider-control {
	BACKGROUND: #DFE6EA; 
	background-image:	url(../img/sldrbg.gif);
	position:			relative;
	-moz-user-focus:	normal;
	-moz-user-select:	none;
	cursor:				default;
}

.horizontal {
	width:				115px;
	height:				15px;
}

.vertical {
	width:				29px;
	height:				200px;
}

.dynamic-slider-control input {
	display:	none;
}

.dynamic-slider-control .handle {
	position:			absolute;	
	font-size:			1px;
	overflow:			hidden;
	-moz-user-select:	none;
	cursor:				default;
}

.dynamic-slider-control.horizontal .handle {
	width:				8px;
	height:				15px;
	background-image:	url(../img/handle.horizontal.png);
}

.dynamic-slider-control.horizontal .handle div {}
.dynamic-slider-control.horizontal .handle.hover {
	background-image:	url(../img/handle.horizontal.png);
}

.dynamic-slider-control.vertical .handle {
	width:				25px;
	height:				13px;
	background-image:	url(../img/handle.vertical.png);
}

.dynamic-slider-control.vertical .handle.hover {
	background-image:	url(../img/handle.vertical.hover.png);
}

.dynamic-slider-control .line {
	position:			absolute;
	font-size:			0.01mm;
	overflow:			hidden;
	border:				1px solid;
	border-color:		ThreeDShadow ThreeDHighlight
						ThreeDHighlight ThreeDShadow;
	-moz-border-radius:	50%;
	
	behavior:			url(css/boxsizing.htc); /* ie path bug */
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;
}
.dynamic-slider-control.vertical .line {
	width:				2px;
}

.dynamic-slider-control.horizontal .line {
	height:				2px;
}

.dynamic-slider-control .line div {
	display:	none;
}
