/*
    v 0.3
*/

.eSelect_inner
{
    white-space: nowrap;
    overflow: visible;
}


.eSelect_textbox 
{
    background: url('eSelect_Input.gif') repeat-x;
    border: 0px;
    border-left: solid 1px #e2e2e2;
    padding: 3px 2px 3px 2px;
    font-size: 11px;
    font-family: Arial;
    vertical-align: middle;
    margin: 0px;
    float: left;
    cursor: default;
    overflow: hidden;
}

.eSelect_textbox_selected
{
    background: url('eSelect_Input_s.gif') repeat-x;
    border: 0px;
    border-left: solid 1px #e2e2e2;
    padding: 3px 2px 3px 2px;
    font-size: 11px;
    font-family: Arial;
    font-weight: normal;
    vertical-align: middle;
    margin: 0px;
    float: left;
    cursor: default;
    overflow: hidden;
}


.eSelect_button 
{
   width: 19px;
   height: 20px;
   background: url('eSelect_Button.gif') no-repeat;
   margin: 0px;
   border: 0px;
   float: left;
}

.eSelect_DD 
{
    background: #efefef url('eSelect_DDbg.gif') repeat-x;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    border: solid 1px #d0d0d0;
    cursor: default;
    overflow: auto;
    overflow-x: hidden;
    white-space:normal;
    
    scrollbar-3dlight-color: #dbdbdb;
    scrollbar-highlight-color: #ffffff;
    scrollbar-face-color: #e9e9e9;
    scrollbar-shadow-color: #e9e9e9;
    scrollbar-track-color: #f5f5f5;
    scrollbar-arrow-color: #787878;
    scrollbar-darkshadow-color: #aeaeae;
}

.eSelect_DD table 
{
    border-collapse: collapse;
    width: 100%;
}


.eSelect_TableHeader th 
{
    text-align: left;
    height: 26px;
    padding-left: 10px;
    background: url('eSelect_TableHeader.gif') repeat-x;
}


.eSelect_TableContent td
{
    padding: 3px 10px 3px 10px !important;
    border: none !important;
    border-top: solid 1px #b6b6b6 !important;
    font-size: 11px !important;
}

.eSelect_TableRowSelected, .eSelect_TableRowSelected td
{
    background: #b6b6b6 !important;
    color: #ffffff;
}

.WCseInvalidRequired .eSelect_inner
{
    border: solid 1px #dd0000;
}

