/* 
    searchcriteria.css
    
    Generated using searchcriteria-css.jsp
    
    labelwidth: 95
    width:      50
    width_wide: 155
*/   

.select_dhtml, .select_dhtml_wide {
    position:   relative;

    width:      145px;
    height:     30px;
}
.select_dhtml_wide {
    width:      155px;
}
.select_label {
    text-align: right;
    color:      black;

    width:      95px;
    padding:    2px;
    padding-right: 5px;

    position:   absolute;
    top:        0;
    left:       0;

}
html>body .select_label {
    width:      88px;
    height:     16px;
}
.select_box, .select_box_wide {
    height:     20px;
    background: white;
    width:      38px;
    padding:    2px;
    text-align: center;
    font-weight: bold;
    color:      #952016;
    /* #B96F54; */
    cursor:     pointer;

    position:   absolute;
    left:       95px;
}
.select_box_wide {
    width:      143px;
    left:       0px;
}
html>body .select_box {
    width:      34px;
    height:     16px;
}
html>body .select_box_wide {
    width:      139px;
    height:     16px;
}
.select_button, .select_button_up, .select_button_wide, .select_button_wide_up {
    width:      11px;
    height:     20px;
    background: white;
    background-image: url(../images/arrow-down.gif);
    background-repeat: no-repeat;
    background-position: 2 7;

    position:   absolute;
    top:        0;
    left:       134px; 
}
.select_button_wide, .select_button_wide_up {
    left:       144px;
}
.select_button_up, .select_button_wide_up {
    background-image: url(../images/arrow-up.gif);
}
.select_data, .select_data_up, .select_data_wide, .select_data_wide_up {
    background: white;
    width:      50px;

    position:   absolute;
    z-index:    1000;
    top:        21px;
    left:       95px;
}
.select_data_wide, .select_data_wide_up {
    width:      155px;
    left:       0px;
}
html>body .select_data, html>body .select_data_up {
    width:      46px;
}
html>body .select_data_wide, html>body .select_data_wide_up {
    width:      151px;
}
.select_data_up {
}
.select_item, .select_item_active {
    display:    block;
    width:      100%;
    padding:    2px;
    height:     20px;
    text-align: center;
    background: #ECF0CD;
    color:      black;
    text-decoration: none;
}
html>body .select_item, .select_item_active {
    height:     16px;
}
.select_item:hover {
    background: #A2C15A;
}
.select_item_active {
    background: #DCE0BD;
}
.test td {
    border-right: 1px solid green;
}
.grayedout {
    -moz-opacity: 0.2;
    filter:alpha(opacity=30);
}
.grayedout .select_box, .grayedout .select_button,
.grayedout .select_button_up, .grayedout .select_label {
    filter:alpha(opacity=30);
}
#floater {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 65535;
}

.statusbar {
    background: #92BA57;
    border:     1px solid #92BA57;
    height:     30px;
}
.statusbar_error {
    background: #952016;
    border:     1px solid #952016;
    height:     30px;
}
.statusbar .criterialabel {
    background-image: url(../images/nl/hdgr-aantalcriteria.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.statusbar_error .criterialabel {
    background-image: url(../images/nl/hdgr-aantalcriteria-rood.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.resultlabel {
    background-image: url(../images/nl/hdgr-aantalresultaten.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.clearcriteria {
    width: 145px; 
    height: 20px; 
    padding: 2px; 
    margin-top: 8px; 
    margin-right: 8px; 

    background-color: #B96F54;
    border: 1px solid white; 
    color: white;

    text-align: center;
    font-weight: bold; 
    font-size: 10px; 

    cursor: pointer;
}
.clearcriteria_hover {
    width: 145px; 
    height: 20px; 
    padding: 2px; 
    margin-top: 8px; 
    margin-right: 8px; 

    background-color: white;
    border: 1px solid white; 
    color: #B96F54;

    text-align: center;
    font-weight: bold; 
    font-size: 10px; 

    cursor: pointer;
}
html>body .clearcriteria, 
html>body .clearcriteria_hover {
    width: 139px;
    height: 16px;
}
/* aAa code fix */
.aaa .select_dhtml {
    width:      135px;
}
.aaa .select_label {
    width:      85px;
}
html>body .aaa .select_label {
    width:      78px;
}
.aaa .select_box, .aaa .select_data {
    left:       85px;
}
.aaa .select_button {
    left:       124px;
}
/* End aAa code fix */