
.selectBox-dropdown {
    background:#fff;
	border:1px solid #ccc; 
	border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
    color: #808080;
    cursor: default;
    display: inline-block;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
	height:20px;
	padding:0 15px 0 0;
	font-size:13px;
}

.advFilterHold .selectBox-dropdown{padding:0}

.selectBox-dropdown:focus, .selectBox-dropdown:focus .selectBox-arrow {
    /*border-color: #000;*/
}
.selectBox-dropdown.selectBox-menuShowing {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.selectBox-dropdown .selectBox-label 
{
   display: inline-block;
    overflow: hidden;
    padding:2px 22px 3px 5px;
    white-space: nowrap;
}

.advFilterHold .selectBox-dropdown .selectBox-label{padding:2px 3px 3px 5px;}
.selectBox-dropdown .selectBox-arrow {
    background: url(/Content/Images/newImages/listdownArrow.png) no-repeat center center transparent;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width:15px;
}
.selectBox-dropdown-menu {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    max-height: 90px;
    min-height: 1em;
    overflow: auto;
    position: absolute;
    z-index: 999;
    
}
.ddlListBxWidth{width:auto !important;}
.selectBox-inline {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    display: inline-block;
    min-width: 150px;
    outline: medium none;
    overflow: auto;
}
.selectBox-inline:focus {
    border-color: #666666;
}
.selectBox-options, .selectBox-options LI, .selectBox-options LI A {
    cursor: default;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
	color: #6C6C6C;
	min-width:85px;  /*Chandrika Changes  for IssueID# 13833  Text is not visible in Filter */
}
.selectBox-options LI A {
    background: none no-repeat scroll 6px center transparent;
    line-height: 1.5;
    overflow: hidden;
    padding: 0 1.5em;
    padding-left:0.05em;
    white-space: nowrap;
}
.selectBox-options LI.selectBox-hover A {
    background-color: #eae9e5;
}
.selectBox-options LI.selectBox-disabled A {
    background-color: transparent;
    color: #888888;
}
.selectBox-options LI.selectBox-selected A {
    background-color: #cfcfce;
	
}
/*Chandrika Changes for IssueID#14028 wildcard used for searching class name which contains specific string*/
/* solved the problem of string cropped in filter condition */
ul[class*="filtCols-selectBox-dropdown-menu"]
{
    width:auto !important;
}
    ul[class*="filtCond-selectBox-dropdown-menu"]
{
    width:auto !important;
    }
.selectBox-options .selectBox-optgroup {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #666666;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0.3em;
    white-space: nowrap;
}
.selectBox.selectBox-disabled {
    color: #888888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
}
.selectBox-inline.selectBox-disabled {
    color: #888888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

/*disabled*/
/*new upadted dt. 17-01-2013*/
a.selectBox-disabled{height:20px; background:#ebebe4; border:1px solid #abadb3; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}












