/*
##################################################
Combobox
##################################################
*/
.imagecombo_hidden
{
    position: absolute;
    background-color: white;
    z-index: 100;
    overflow:hidden;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.combohover
{
    white-space:nowrap;
    text-overflow: ellipsis;
    min-height: 20px;
    overflow:hidden; 
    display:block;
}

.combofirst
{
    border: 1px solid #ccc;
}

.combofirst:hover
{
    background-color:White;
}

.combohover.hovered
{
    color:White;
    background-color: #39f !important;
}

.ui-button
{
    background-color: #fff !important;        
}

.arrowimage
{
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 2px;
    width: 16px;
    height: 16px;
    background-image: url(../content40/css/images/add.gif);
    background-repeat: no-repeat;     
}

.ui-icon .ui-icon-triangle-1s
{
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 2px;
    width: 16px;
    height: 16px;
    vertical-align:
}

.combohover.disabledAll
{	    
    opacity: 0.5;
    border: none;
    cursor: default;		 
}

.combohover.disabledAll:hover
{
    background-color:transparent !important;
    color:#696969;
    opacity: 0.5;
}

.combohover.combofirst
{
    border:1px solid #ccc;
    position:relative;
}

.combohover.combofirst:hover
{
    border:1px solid #ccc;
    background-color:transparent !important;
    color:#696969;
    cursor:inherit;
}
/* Combobox End */