/* RadComboBox Web20 skin */

/*global*/

.RadComboBox_fullerton *
{
	margin: 0;
	padding: 0;
}

.RadComboBox_fullerton,
.RadComboBox_fullerton .rcbInput,
.RadComboBoxDropDown_fullerton
{
	font: 12px "Segoe UI", Arial, sans-serif;
	color: #000000;
	text-align: left;
}

.RadComboBox_fullerton_rtl,
.RadComboBox_fullerton_rtl .rcbInput,
.RadComboBoxDropDown_fullerton_rtl
{
	text-align: right;
}

/* combobox */

.RadComboBox_fullerton
{
	vertical-align: middle;
}

* html .RadComboBox_fullerton { vertical-align: top; }

.RadComboBox_fullerton table
{
	border: 0;
	border-collapse: collapse;
}

.RadComboBox_fullerton table td.rcbInputCell
{
	width: 100%;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

* html .RadComboBox_fullerton td.rcbInputCell
{
	height /**/: 22px;
	line-height /**/: 22px;
}

.RadComboBox_fullerton .rcbInputCellLeft,
.RadComboBox_fullerton .rcbInputCellRight,
.RadComboBox_fullerton .rcbArrowCellLeft,
.RadComboBox_fullerton .rcbArrowCellRight
{
	background: url('ComboBox/rcbSprite.png') no-repeat;
}

.RadComboBox_fullerton td.rcbInputCellLeft { background-position: 0 -110px; }
.RadComboBox_fullerton td.rcbInputCellRight { background-position: 100% -110px; }

.RadComboBox_fullerton .rcbHovered td.rcbInputCellLeft { background-position: 0 -132px; }
.RadComboBox_fullerton .rcbHovered td.rcbInputCellRight { background-position: 100% -132px; }

.RadComboBox_fullerton .rcbFocused td.rcbInputCellLeft { background-position: 0 -154px; }
.RadComboBox_fullerton .rcbFocused td.rcbInputCellRight { background-position: 100% -154px; }

.RadComboBox_fullerton .rcbDisabled td.rcbInputCellLeft { background-position: 0 -154px; }
.RadComboBox_fullerton .rcbDisabled td.rcbInputCellRight { background-position: 100% -154px; }

.RadComboBox_fullerton .rcbReadOnly .rcbInputCellLeft { background-position: 0 0; }
.RadComboBox_fullerton .rcbReadOnly .rcbInputCellRight { background-position: 100% 0; }

.RadComboBox_fullerton .rcbHovered .rcbReadOnly td.rcbInputCellLeft { background-position: 0 -22px; }
.RadComboBox_fullerton .rcbHovered .rcbReadOnly td.rcbInputCellRight { background-position: 100% -22px; }

.RadComboBox_fullerton .rcbFocused .rcbReadOnly td.rcbInputCellLeft { background-position: 0 -44px; }
.RadComboBox_fullerton .rcbFocused .rcbReadOnly td.rcbInputCellRight { background-position: 100% -44px; }

.RadComboBox_fullerton .rcbInputCell .rcbInput
{
	width: 100%;
	background: transparent;
	border: 0;
	vertical-align: middle;
	padding: 2px 0 1px;
	outline: 0;
}

* html .RadComboBox_fullerton .rcbInputCell .rcbInput
{
	height /**/: 18px;
	padding /**/: 2px 0; /* This should fix the ajax introduced height in IE7 and not break IE6 */
}

.RadComboBox_fullerton .rcbInputCell .rcbEmptyMessage
{
	color: #666666;
	font-style: italic;
}

.RadComboBox_fullerton .rcbReadOnly .rcbInput
{
	cursor: default;
	color: #ffffff;
}

.RadComboBox_fullerton table td.rcbInputCell,
.RadComboBox_fullerton .rcbInputCell .rcbInput
{
	padding-left: 2px;
}

.RadComboBox_fullerton_rtl table td.rcbInputCell,
.RadComboBox_fullerton_rtl .rcbInputCell .rcbInput
{
	padding-right: 2px;
	padding-left: 0;
}

.RadComboBox_fullerton .rcbHovered .rcbInputCell .rcbInput,
.RadComboBox_fullerton .rcbFocused .rcbInputCell .rcbInput
{
	color: #8a6b0f;
}

.RadComboBox_fullerton table td.rcbArrowCell
{
	width: 18px;
	padding: 0;
	border: 0;
}

.RadComboBox_fullerton td.rcbArrowCellLeft { background-position: -18px -88px; }
.RadComboBox_fullerton td.rcbArrowCellRight { background-position: 0 -88px; }

.RadComboBox_fullerton .rcbHovered .rcbArrowCellLeft { background-position: -54px -88px; }
.RadComboBox_fullerton .rcbHovered .rcbArrowCellRight { background-position: -36px -88px; }

.RadComboBox_fullerton .rcbFocused .rcbArrowCellLeft { background-position: -90px -88px; }
.RadComboBox_fullerton .rcbFocused .rcbArrowCellRight { background-position: -72px -88px; }

.RadComboBox_fullerton td.rcbArrowCellHidden { background-position: 100% -110px; }
.RadComboBox_fullerton .rcbHovered td.rcbArrowCellHidden { background-position: 100% -132px; }
.RadComboBox_fullerton .rcbFocused td.rcbArrowCellHidden { background-position: 100% -154px; }
.RadComboBox_fullerton table.rcbDisabled td.rcbArrowCellHidden { background-position: -123px -88px; }

.RadComboBox_fullerton .rcbHovered .rcbReadOnly td.rcbArrowCellHidden { background-position: -51px -88px; }
.RadComboBox_fullerton .rcbFocused .rcbReadOnly td.rcbArrowCellHidden { background-position: -87px -88px; }

.RadComboBox_fullerton .rcbArrowCell a
{
	position: relative;
	outline: 0;
	overflow: hidden;
	display: block;
	width: 18px;
	height: 22px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 1px;
}

.RadComboBox_fullerton td.rcbArrowCellHidden,
.RadComboBox_fullerton .rcbArrowCellHidden a
{
	width: 3px;
}

/* Read-only styles */

.RadComboBox_fullerton .rcbReadOnly td.rcbArrowCell { width: 16px; }
.RadComboBox_fullerton .rcbReadOnly td.rcbArrowCell a { width: 16px; }

.RadComboBox_fullerton .rcbReadOnly td.rcbArrowCellLeft { background-position: -18px -88px; }
.RadComboBox_fullerton .rcbReadOnly td.rcbArrowCellRight { background-position: -2px -88px; }

.RadComboBox_fullerton .rcbHovered .rcbReadOnly .rcbArrowCellLeft { background-position: -54px -88px; }
.RadComboBox_fullerton .rcbHovered .rcbReadOnly .rcbArrowCellRight { background-position: -38px -88px; }

.RadComboBox_fullerton .rcbFocused .rcbReadOnly .rcbArrowCellLeft { background-position: -90px -88px; }
.RadComboBox_fullerton .rcbFocused .rcbReadOnly .rcbArrowCellRight { background-position: -74px -88px; }

.RadComboBox_fullerton .rcbReadOnly td.rcbArrowCellHidden,
.RadComboBox_fullerton .rcbReadOnly td.rcbArrowCellHidden a { width: 3px; } 
.RadComboBox_fullerton .rcbReadOnly td.rcbArrowCellHidden { background-position: -15px -88px; }
.RadComboBox_fullerton .rcbHovered .rcbReadOnly td.rcbArrowCellHidden { background-position: -51px -88px; }
.RadComboBox_fullerton .rcbFocused .rcbReadOnly td.rcbArrowCellHidden { background-position: -87px -88px; }

/* dropdown */

.rcbSlide
{
	position: absolute;
	overflow: hidden;
	display: none;
	_height: 1px;
	float: left;
}

.RadComboBoxDropDown_fullerton .rcbMoreResults a
{
	background-image: url('ComboBox/rcbSprite.png');
	background-repeat: no-repeat;
}

.RadComboBoxDropDown_fullerton
{
	position: absolute;
	background: #ffffff;
	border: 1px solid #bfa967;
	cursor: default;
	font-size: 11px;
	color: #000000;
}

.RadComboBoxDropDown_fullerton_rtl
{
	text-align: right;
	direction: rtl;
}

.RadComboBoxDropDown_fullerton .rcbScroll
{
	overflow: auto;
	position: relative;
}

.RadComboBoxDropDown_fullerton .rcbList
{
	list-style: none outside;
	position: relative;
	margin: 0;
	padding: 0;
}

.RadComboBoxDropDown_fullerton .rcbHeader,
.RadComboBoxDropDown_fullerton .rcbFooter
{
	background-color: #fffbed;
	padding: 5px 7px 4px;
	color: #9c8646;
}

.RadComboBoxDropDown_fullerton .rcbHeader
{
	border-bottom: 1px solid #faedc8;
	margin-bottom: 1px;
}

.RadComboBoxDropDown_fullerton .rcbFooter
{
	border-top: 1px solid #faedc8;
	margin-top: 1px;
}

.RadComboBoxDropDown_fullerton .rcbNoWrap .rcbItem,
.RadComboBoxDropDown_fullerton .rcbNoWrap .rcbHovered,
.RadComboBoxDropDown_fullerton .rcbNoWrap .rcbDisabled,
.RadComboBoxDropDown_fullerton .rcbNoWrap .rcbLoading
{
	white-space: nowrap;
}

.RadComboBoxDropDown_fullerton .rcbItem,
.RadComboBoxDropDown_fullerton .rcbHovered,
.RadComboBoxDropDown_fullerton .rcbDisabled,
.RadComboBoxDropDown_fullerton .rcbLoading
{
	padding: 2px 6px;
	margin: 0 1px;
}

html>/**/body .RadComboBoxDropDown_fullerton .rcbItem,
html>/**/body .RadComboBoxDropDown_fullerton .rcbHovered,
html>/**/body .RadComboBoxDropDown_fullerton .rcbDisabled,
html>/**/body .RadComboBoxDropDown_fullerton .rcbLoading
{
	min-height: 13px;
}

*+html .RadComboBoxDropDown_fullerton .rcbItem,
*+html .RadComboBoxDropDown_fullerton .rcbHovered,
*+html .RadComboBoxDropDown_fullerton .rcbDisabled,
*+html .RadComboBoxDropDown_fullerton .rcbLoading
{
	height: auto;
}

.RadComboBoxDropDown_fullerton_rtl .rcbItem,
.RadComboBoxDropDown_fullerton_rtl .rcbHovered,
.RadComboBoxDropDown_fullerton_rtl .rcbDisabled,
.RadComboBoxDropDown_fullerton_rtl .rcbLoading
{
	padding: 2px 6px;
}

.RadComboBoxDropDown_fullerton .rcbImage
{
	vertical-align: middle;
	margin: 0 6px 2px 0;
}

.RadComboBoxDropDown_fullerton_rtl .rcbImage
{
	margin: 0 0 2px 6px;
}

.RadComboBoxDropDown_fullerton em
{
	font-style: normal;
	font-weight: bold;
}

.RadComboBoxDropDown_fullerton .rcbItem em
{
	background: #e6e6e6;
}

.RadComboBoxDropDown_fullerton .rcbHovered
{
	padding: 1px 18px 1px 5px;
	border: 1px solid #f2e5bd;
	background: #fff9e8;
	color: #8a6b0f;
}

.RadComboBoxDropDown_fullerton_rtl .rcbHovered
{
	padding: 1px 5px 1px 18px;
}

.RadComboBoxDropDown_fullerton .rcbSeparator
{
    color: #666666;
    background: #faf1d4;
}

.RadComboBox_fullerton .rcbDisabled .rcbInputCell .rcbInput,
.RadComboBoxDropDown_fullerton .rcbDisabled
{
	color: #787877;
	cursor: default;
}

.RadComboBox_fullerton .rcbDisabled td.rcbInputCellLeft { background-position: 0 -66px; }
.RadComboBox_fullerton .rcbDisabled td.rcbInputCellRight { background-position: 100% -66px; }
.RadComboBox_fullerton .rcbDisabled td.rcbArrowCellLeft { background-position: -126px -88px; }
.RadComboBox_fullerton .rcbDisabled td.rcbArrowCellRight { background-position: -108px -88px; }
.RadComboBox_fullerton .rcbDisabled .rcbReadOnly td.rcbArrowCellRight { background-position: -110px -88px; }
.RadComboBox_fullerton .rcbDisabled .rcbReadOnly td.rcbArrowCellHidden { background-position: -15px -88px; }

.RadComboBoxDropDown_fullerton .rcbLoading
{
	background: #f0f0f0;
	text-align: center;
}

.RadComboBoxDropDown_fullerton .rcbMoreResults
{
	clear: both;
	border-top: 1px solid #d1cec5;
	background: #ffffff;
	position: relative;
	padding: 0 6px 0;
	text-align: center;
	margin-top: 1px;
}

.RadComboBoxDropDown_fullerton .rcbMoreResults a
{
	display: inline-block;
	width: 15px;
	height: 9px;
	background-position: -157px -94px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
}

* html .RadComboBoxDropDown_fullerton .rcbMoreResults a
{
	font-size: 0;
	line-height: 0;
	text-indent: 0;
}

*+html .RadComboBoxDropDown_fullerton .rcbMoreResults a
{
	font-size: 0;
	line-height: 0;
	text-indent: 0;
}

.RadComboBoxDropDown_fullerton .rcbMoreResults span
{
	vertical-align: middle;
	height: 19px;
	line-height: 19px;
	display: inline-block;
}

.RadComboBoxDropDown_fullerton .rcbSeparatedList .rcbItem,
.RadComboBoxDropDown_fullerton .rcbSeparatedList .rcbHovered,
.RadComboBoxDropDown_fullerton .rcbSeparatedList .rcbDisabled,
.RadComboBoxDropDown_fullerton .rcbSeparatedList .rcbLoading
{
	padding-left: 12px;
}

.RadComboBoxDropDown_fullerton .rcbSeparatedList .rcbSeparator
{
	padding-left: 6px;
}

/*hacks*/

/*Opera start*/
@media screen and (min-width: 550px)
{
	.RadComboBoxDropDown_fullerton_rtl .rcbItem,
	.RadComboBoxDropDown_fullerton_rtl .rcbHovered,
	.RadComboBoxDropDown_fullerton_rtl .rcbDisabled,
	.RadComboBoxDropDown_fullerton_rtl .rcbLoading
	{
		padding: 2px 6px 2px 19px;
	}
} /*Opera end*/
