/*  */
.RadComboBox_Scansonic{color:#000;font-size:12px;font-family:Verdana}
.RadComboBox_Scansonic .rcbInputCell,
.RadComboBox_Scansonic .rcbArrowCell{height:20px;border-width:1px;border-style:solid}

/*  */
.RadComboBox_Scansonic table td.rcbInputCell,
.RadComboBox_Scansonic table td.rcbArrowCell{border-width:1px}

/*  */
.RadComboBox_Scansonic .rcbInputCell{border-color:rgb(220, 220, 220);color:#000;background-color:#fff}

/*  */
.RadComboBox_Scansonic table td.rcbInputCellLeft{border-right-width:0}
.RadComboBox_Scansonic table td.rcbInputCellRight{border-left-width:0}

/*  */
.RadComboBox_Scansonic .rcbInput{height:20px;color:#000;font-size:12px;font-family:Verdana;line-height:16px}
.RadComboBox_Scansonic .rcbEmptyMessage{color:#bbb}

/* Definition des Dropdownsymbols */
.RadComboBox_Scansonic .rcbArrowCell{}
.RadComboBox_Scansonic .rcbArrowCell a /* Auswahl des Buttons in Paint-Datei */
{
	width:16px;
	height:20px;
	background-image:url('Common/radActionsSprite.png');
	background-position:-2px -20px;
	background-repeat:no-repeat;
}

/*  */
.RadComboBox_Scansonic .rcbArrowCellHidden,
.RadComboBox_Scansonic .rcbArrowCellHidden a{width:0}
.RadComboBox_Scansonic .rcbArrowCellHidden.rcbArrowCellLeft{border-right-width:0}
.RadComboBox_Scansonic .rcbArrowCellHidden.rcbArrowCellRight{border-left-width:0}



/* Verhalten wenn unbenutzt, egal ob etwas gewählt wurde oder nicht */
/* gesamte Zelle */
.RadComboBox_Scansonic .rcbReadOnly .rcbInputCell
{
	border-color:rgb(220, 220, 220);
	border-width:1px;
	border-right-width:0px;
	background-color:#fff;
	color:#000;
}
	
/* nur Inhalt */
.RadComboBox_Scansonic .rcbReadOnly .rcbInput 
{

}

/* Dropdownpfeil, wenn Pfeil rechts von Text */
.RadComboBox_Scansonic .rcbReadOnly .rcbArrowCellLeft
{
	border-width:1px;
	border-right-width:0;
	border-color:rgb(220, 220, 220);
}
	
/* Dropdownpfeil, wenn Pfeil links von Text */	
.RadComboBox_Scansonic .rcbReadOnly .rcbArrowCellRight
{
	border-width:1px;
	border-left-width:0;
	border-color:rgb(220, 220, 220);
}

/* Verhalten, bei überfahren des Feldes mit der Maus ohne klicken */
/* gesamte Zelle */
.RadComboBox_Scansonic .rcbHovered .rcbReadOnly .rcbInputCell
{
	border-color:rgb(180, 180, 180);
	color:#000;
	background-color:rgb(220, 220, 220);
}

/* nur Inhalt */
.RadComboBox_Scansonic .rcbHovered .rcbReadOnly .rcbInput{color:#000}

/* Dropdownpfeil */
.RadComboBox_Scansonic .rcbHovered .rcbReadOnly .rcbArrowCell
{
	border-width:1px;
	border-left-width:0;
	background-color:rgb(220, 220, 220);
}

/* Verhalten, bei ausgewählter Zelle */
/* gesamte Zelle */
.RadComboBox_Scansonic .rcbFocused .rcbReadOnly .rcbInputCell
{
	border-color:#b4b4b4;
	color:#fff;
	background-color:#b4b4b4;
}

/* nur Inhalt */
.RadComboBox_Scansonic .rcbFocused .rcbReadOnly .rcbInput
{

}

/* Dropdownpfeil */
.RadComboBox_Scansonic .rcbFocused .rcbReadOnly .rcbArrowCell 
{
	background-color:#b4b4b4;
	border-color:#b4b4b4;
}


/* Verhalten, bei überfahren des Feldes mit der Maus ohne klicken */
.RadComboBox_Scansonic .rcbHovered .rcbInputCell{border-color:#e5e5e5;color:#000;background-color:#fff}
.RadComboBox_Scansonic .rcbHovered .rcbInput{color:#000}
.RadComboBox_Scansonic .rcbHovered .rcbArrowCell{border-color:rgb(180, 180, 180);color:#000;background-color:rgb(220, 220, 220)}
.RadComboBox_Scansonic .rcbHovered .rcbArrowCell a{background-position:-2px -20px} /* Auswahl des Buttons in Paint-Datei */





/* Verhalten, bei Fokusierung des Feldes z.B. teilweise nach Klick */
.RadComboBox_Scansonic .rcbFocused .rcbInputCell{border-color:#B5082C;color:#000;background-color:#fff}
.RadComboBox_Scansonic .rcbFocused .rcbInput{color:#000}
.RadComboBox_Scansonic .rcbFocused .rcbArrowCell{border-color:rgb(180, 180, 180);color:#fff;background-color:rgb(220, 220, 220)}
.RadComboBox_Scansonic .rcbFocused .rcbArrowCell a{background-position:-2px -20px} /* Auswahl des Buttons in Paint-Datei */


/* Definition Dropdownmenü */
.RadComboBoxDropDown_Scansonic{border-color:rgb(180, 180, 180);color:#000;background-color:#fff;font-size:12px;font-family:Verdana}

.RadComboBoxDropDown_Scansonic .rcbHeader,
.RadComboBoxDropDown_Scansonic .rcbFooter{color:#000;background-color:#e8e8e8}
.RadComboBoxDropDown_Scansonic .rcbHeader{border-bottom-color:#e5e5e5}
.RadComboBoxDropDown_Scansonic .rcbFooter{border-top-color:#e5e5e5}

.RadComboBoxDropDown_Scansonic .rcbHovered{color:#000;background-color:rgb(220, 220, 220)} /* überfahrenes Element im Auswahlmenü */
.RadComboBoxDropDown_Scansonic .rcbSelected{color:#fff;background-color:#25a0da}
.RadComboBoxDropDown_Scansonic .rcbLoading{color:#000;background-color:#e8e8e8}
.RadComboBoxDropDown_Scansonic .rcbItem em{color:#000;background-color:#e8e8e8}
.RadComboBoxDropDown_Scansonic .rcbCheckAllItems{border-color:#e5e5e5;color:#000;background-color:#e8e8e8}
.RadComboBoxDropDown_Scansonic .rcbMoreResults{border-color:#e5e5e5;color:#000;background-color:#e8e8e8}
.RadComboBoxDropDown_Scansonic .rcbSeparator{color:#fff;background:#e8e8e8}