/**
	sexy-combo 2.1.3 : http://code.google.com/p/sexy-combo/
	
	This is a verbose backup of the base structure. Use sexy-combo.css unless you know what you are doing.
*/




.combo input {
    margin: 0 0 0 0;
    padding:1px 3px;
    background:#fff url(sexy/text-bg.gif) repeat-x 0 0;
    border:1px solid #B5B8C8;
    height: 18px;
    line-height:18px;
    vertical-align:middle; 
    position: absolute;
    left: 0px;
    top: 0px; 
    width: 136px; 
    _width: 131px;  
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:12px;

}

#DdlState_Combo
{
	margin-right:5px;
}

.combo div.icon {
    width:17px;
    height:21px;
    border: 0;
    background:transparent url(../images/trigger.gif) no-repeat 0 0;
    cursor:pointer;
    border-bottom: 1px solid #B5B8C8;
    position:absolute;
    top:0px;
    left: 127px; 
    _left: 122px; 

}



div.list-wrapper {
    position: absolute;
    left: 0px;
    top: 21px;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    padding: 0;
    overflow: hidden;
    margin: 0;
    height: 200px; 
    max-height: 200px;
    z-index: 99999;
    width: 180px;
    font-size:11px;
}

.combo ul {
    list-style-type:none;
    padding: 0;
    margin: 0;
    height: 200px;
}

.combo  li {
    padding: 0;
    padding-left: 2px;
    background-color: #FFFFFF;
    height: 20px;
    cursor: pointer;
    margin: 0;
    width:312px;
}

.combo li.active {
    background-color: rgb(223, 232, 246);
}


.combo .visible {
    display: block;
}

.combo .invisible {
    display: none;
}
.combo input.empty {
    color: gray;
}

.add_data_feilds input, .userdetails_tables_containt input
{
font-size: 11px;
height: 16px;
}

input.labelHighlight
{
color: #CCCCCC;
font-style:italic;
font-size: 11px;
height: 16px;
}
