.elddl-field
{
	height: 19px;
	cursor: pointer;
	overflow: hidden;
	background-color: #FFFFFF;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.elddl-inner 
{
    overflow: auto;
    background: #ffffff;
    position: relative; 
    border: 1px #CCCCCC solid;
    border-width: 0 1px 1px 1px;
    zoom: 1;
    overflow-x: hidden;
}

.elddl-hd 
{
    color: #15428b;
    border-bottom: 1px solid red;
    padding: 3px;
}

.elddl-wrap
{
	  position: relative;
    vertical-align: bottom;
    white-space: nowrap;
    height: 19px;    
}

.elddl-trigger
{
	  width: 17px;
    height: 19px;
    border: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    border-left-width: 0px;
    border-left-style: none;
         
    background-color: #ffffff;
    background-image: url(/img/site/HDDL/DropDown.gif);
    background-repeat: no-repeat;
    background-position: 4px 8px;
}

.elddl-item 
{
    white-space: nowrap;
    overflow: hidden;
    cursor: hand;
    text-overflow: ellipsis;
}

.elddl-item-over
{
    background-color: #bbbbbb;
}

.elddl-item-selected
{
    background-color: #cccccc;
}

.elddl .elddl-item-selected
{
	background-color: #c3daf9 !important;
    cursor:pointer;
    border:1px solid #336699;
}

.elddl-noedit
{
    cursor: pointer;
}

.elddl-small .elddl-item 
{
}

.eldhddl-field
{
	height: 38px;
	cursor: pointer;
	overflow: hidden;
	background-color: #FFFFFF;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.eldhddl-inner 
{
    overflow: auto;
    background: #ffffff;
    position: relative; 
    border: 1px #CCCCCC solid;
    border-width: 0 1px 1px 1px;
    zoom: 1;
    overflow-x: hidden;
}

.eldhddl-hd 
{
    color: #15428b;
    border-bottom: 1px solid red;
    padding: 3px;
}

.eldhddl-wrap
{
	  position: relative;
    vertical-align: bottom;
    white-space: nowrap;
    height: 38px;    
}

.eldhddl-trigger
{
	  width: 17px;
    height: 38px;
    border: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    border-left-width: 0px;
    border-left-style: none;
         
    background-color: #ffffff;
    background-image: url(/img/site/HDDL/DropDown.gif);
    background-repeat: no-repeat;
    background-position: 4px 17px;
}

.eldhddl-item 
{
    white-space: nowrap;
    overflow: hidden;
    cursor: hand;
    text-overflow: ellipsis;
}

.eldhddl-item-over
{
    background-color: #bbbbbb;
}

.eldhddl-item-selected
{
    background-color: #cccccc;
}

.eldhddl .eldhddl-item-selected
{
	background-color: #c3daf9 !important;
    cursor:pointer;
    border:1px solid #336699;
}

.eldhddl-noedit
{
    cursor: pointer;
}

.eldhddl-small .eldhddl-item 
{
    
}
