/*
Trick IDE to thinking this is a css file, but actually this is a comment! ha ha!
<style>
/**/

/* COPY EVERYTHING ABOVE THIS LINE FOR NEW CSS FILES */

/* css file for use with super_drop_down class */


div.super_drop_down
{
    border: 1px solid #555555;
    background-color: #ffffff;
}

img.super_drop_down_show_list_button
{
    width: 16px;
    height: 16px;
    vertical-align: -4px;
    padding: 0;
    margin: 0;
    border: none;
}

div.super_drop_down_inner
{
    overflow-x: auto;
}

div.super_drop_down_cell
{
    overflow-y: hidden;
}

div.super_drop_down_body_row div, div.super_drop_down_head_row div
{
    float: left;
    border-left: 1px solid #555555;
    padding-left: 3px;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
}

div.super_drop_down_body_row div:first-child, div.super_drop_down_head_row div:first-child
{
    border-left: none;
}

div.super_drop_down_head_row div
{
    background-color: #DDE4EC;
    font-weight: bold;
}

div.super_drop_down_body_row div.even
{
    background-color: #EEEEF0;
}

div.super_drop_down_body_row div.odd
{
    background-color: #FFFFFF;
}

div.super_drop_down_body_row:hover div
{
    background-color: #F5ECA1;
    cursor: pointer;
}

div.super_drop_down_wrapper
{
    border: 1px solid #555555;
    background-color: #ffffff;
}

div.super_drop_down_data_wrapper div.selected div
{
    background-color: #EAD73A;
}

div.super_drop_down div
{
    float: left;
}

div.drop_down_scroll
{
    background: #d4d0c8 url('/netdirect/themes/common/images/superDropDown/scroll_vert_bg.png') repeat-y;
    width: 16px;
}

div.drop_down_slider_wrapper
{
    width: 16px;
    cursor: default;
}

div.drop_down_slider
{
    width: 16px;
}

div.drop_down_slider_top
{
    width: 16px;
    height: 5px;
    background: url('/netdirect/themes/common/images/superDropDown/scroll_vert_slider_top.png') no-repeat;
}

div.drop_down_slider_middle
{
    width: 16px;
    height: 5px;
    background: url('/netdirect/themes/common/images/superDropDown/scroll_vert_slider_middle.png') repeat-y;
}

div.drop_down_slider_bottom
{
    width: 16px;
    height: 5px;
    background: url('/netdirect/themes/common/images/superDropDown/scroll_vert_slider_bottom.png') no-repeat;
}

div.drop_down_up_arrow
{
    background: url('/netdirect/themes/common/images/superDropDown/scroll_vert_up_arrow.png') no-repeat;
    width: 16px;
    height: 16px;
}

div.drop_down_up_arrow_press
{
    background: url('/netdirect/themes/common/images/superDropDown/scroll_vert_up_arrow_press.png') no-repeat;
}

div.drop_down_down_arrow
{
    background: url('/netdirect/themes/common/images/superDropDown/scroll_vert_down_arrow.png') no-repeat;
    width: 16px;
    height: 16px;
}

div.drop_down_down_arrow_press
{
    background: url('/netdirect/themes/common/images/superDropDown/scroll_vert_down_arrow_press.png') no-repeat;
}

