.ui-slider-1{
    float:left;
}

.slider_v{
    width: 50px;
}

/* This file skins sliders */

.ui-slider {
    width: 160px;
    height: 20px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
.ui-slider-handle {
    position: absolute;
    z-index: 1;
    height: 17px;
    width: 14px;
    top: 0px;
    left: 0px;
    background:#FFF url(../images/sliderhead.gif) repeat-x;
}
.ui-slider-handle-active {
    background:#FFF url(../images/sliderhead.gif) repeat-x;
}
.ui-slider-disabled .ui-slider-handle {
}
.ui-slider-range {
    position: absolute;
    background:url(../images/slider_bg_active.gif);
    width: 100%;
    height: 100%;
}

/* Default slider backgrounds */
.ui-slider, .ui-slider-1 {
	background:url(../images/slider_bg_inactive.gif);
}
.ui-slider-2 {
    background:url(../images/slider_bg_inactive.gif);
}
.ui-slider-handle .slider_label{ color:black;}
.ui-slider-handle-active .slider_label{ color:yellow;}

.slider_label{ width: 220px;    }
.slider_label_min{ float:left;  }
.slider_label_max{ float:left;}
.slider_label_center{ margin-left: 5px; margin-right:5px; float:left;}

.min{ float: left; }
.max{ float: right;}

.form_header{
    text-align: left;
    background-color: #D1D1D1;
    height:30px;
    font-weight:bold;
    padding-left:5px;
    padding-right:15px;
}

.form_row{
    background-color: #E4E4E4;
    height:30px;
}

.form_row2{
    background-color: #EFEFEF;
    height:30px;
}

.form_left{
    width:200px;
    padding-left:10px;
}
.form_table{
    width: 290px;    
}

.form_right{
    padding-left:10px;
}

.form_error{
    background-color:red;
    color:yellow;
    font-weight:bold;
}

.form_select {
    height:24px;
    width:304px;
}

.form_std{
    height:18px;
    width:300px;
}

.headerSortUp  {
    background-image: url(../images/asc.gif);
    background-repeat:no-repeat;
    background-position: center right;
}

 .headerSortDown {
    background-image: url(../images/desc.gif);
    background-repeat:no-repeat;
    background-position: center right;
}

 .header2 {
    background-image: url(../images/unsorted.gif);
    background-repeat:no-repeat;
    background-position: center right;
}
 .header {
    background-repeat:no-repeat;
    background-position: center right;
}

.form_header_manage{
	text-align: right;
    background-color: #D1D1D1;
    height:30px;
    font-weight:bold;
    padding-left:5px;
    padding-right:15px;
}

#new_search select{
    width: 160px;
    margin-top:8px;
}








