.DDCBL_Wrapper
{
	display: inline;
}

.DDCBL_DropDown
{
	display: inline;
    white-space: nowrap; /* Keeps button together with its text */
}

td:has(.DDCBL_DropDown>.DDCBL_Input) {
	position: initial;
}

.DDCBL_OuterDiv
{
	display: none;
	position: absolute;
	background-color:white;
	border: solid 1px #999999;
}

.DDCBL_IFrame
{
	display: none;
	position: absolute;
	top:0px;
	left:0px; 
}

.DDCBL_Input
{
	border:1px solid #7F9DB9;
	color:black;
	cursor:default;
	height:17px;
	line-height:17px !important;
	padding-left:3px;
	padding-top:0px;
	vertical-align:middle;
	font-family:Arial,Verdana;
	font-size:11px;
}

.DDCBL_Input .DDCBL_InputDisabled
{
	background-color: Gray;
}

.DDCBL_Img
{
	vertical-align:middle;
}

.DDCBL_ListHeader
{
	width: 100%;
	height:30px;
	background-image: url("/image/separator_bg.gif");
}

.DDCBL_ListHeaderLabelContainerLeft
{
    padding-left: 3px;
}

.DDCBL_ListHeaderLabelLeft
{
    display: inline-block;
    padding-top: 8px;
}

.DDCBL_ListHeaderLeft
{
	float:left;
	padding:3px;
	padding-top:4px;
	padding-bottom:0;
}

.DDCBL_ListHeaderRight
{
	float:right;
	padding:5px;
	padding-top:6px;
	padding-bottom:0;
}

.DDCBL_CheckBoxListWrapper
{
	overflow: auto;
	width: 100%;
	position: relative !important;
}

.DDCBL_CheckBoxList
{
	text-align:left;
}

.DDCBL_CheckBoxList td
{
    vertical-align: top;
}

.WrapItems td
{
	white-space: normal;
}

.NoWrapItems td
{
	white-space: nowrap;
}


/* ========  CSS for FocusDropDownCheckBoxList control =============== */
.FDDCBL_ListHeaderNoLine
{
	width: 100%;
	height:30px;
    background-image:url("/image/separator_bg.gif");
}

.FDDCBL_ListHeader
{
	width: 100%;
	height:30px;
	background-image: url("/image/separator_bg_white.gif");
	padding-top:4px;
}

.FDDCBL_Label
{
    padding-left:6px;
    font-weight: bold;
}