/* RadComboBox Default skin */

/*global*/


.RadComboBox_Orchestrator *
{
	margin:0;
	padding:0;
}

.RadComboBox_Orchestrator,
.RadComboBox_Orchestrator input
{
	font:11px Verdana, Verdana, Geneva, sans-serif;
	color:#000;
}


.RadComboBoxDropDown_Orchestrator
{
	font:11px Verdana, Verdana, Geneva, sans-serif;
	color:#000;
	text-align:right;
}

/* combobox */

.RadComboBox_Orchestrator
{
	vertical-align:bottom;
	text-align: left;
}

.RadComboBox_Orchestrator table
{
	border: 0;
}

.RadComboBox_Orchestrator table td
{
	border: 1px solid #6e9bbf;
}

.RadComboBox_Orchestrator .rcbHovered td
{
	border-color: #587d9a;
}

.RadComboBox_Orchestrator .rcbFocused td
{
	border-color: #587d9a;
}

.RadComboBox_Orchestrator .rcbInputCell
{
	vertical-align:top;
	background: #fff;
	padding:0;
	overflow: hidden;
}

.RadComboBox_Orchestrator .rcbInputCellLeft
{
	border-right-width: 0;
}

.RadComboBox_Orchestrator .rcbInputCellRight
{
	border-left-width: 0;
}

.RadComboBox_Orchestrator .rcbInputCell input
{
	width:100%;
	background:transparent;
	/*border:0;*/
	vertical-align:top;
	padding: 1px 0 1px 3px;
	color: #333333;
}

.RadComboBox_Orchestrator .rcbInputCell .rcbEmptyMessage
{
	color: #666;
}

.RadComboBox_Orchestrator_rtl .rcbInputCell input
{
}

.RadComboBox_Orchestrator .rcbArrowCell
{
	background: #C2D1D1 url('ComboBox/arrow_on.jpg') top center no-repeat;
	width:19px;
	padding:0;
}

.RadComboBox_Orchestrator .rcbArrowCell:hover
{
	background: #749C9C url('ComboBox/arrow_on.jpg') top center no-repeat;
	cursor: pointer;
}

.RadComboBox_Orchestrator .rcbArrowCell a
{
	line-height:13px;
	width:20px;
	height:13px;
	text-decoration:none;
	text-indent: -9999px;
	font-size: 0;
}

.RadComboBox_Orchestrator .rcbArrowCellHidden,
.RadComboBox_Orchestrator .rcbArrowCellHidden a
{
	width: 0;
	border-left: 0;
}

.RadComboBox_Orchestrator_rtl .rcbArrowCell a
{
	text-indent: 9999px;
}

.RadComboBox_Orchestrator .rcbDisabled .rcbArrowCell a
{
	cursor:no-drop;
}

.RadComboBox_Orchestrator .rcbDisabled .rcbArrowCellHidden a
{
	cursor: default;
}

.RadComboBox_Orchestrator .rcbDisabled .rcbInputCell input
{
	color: #b4b4b4;
}

/* dropdown */

.rcbSlide
{
	position:absolute;
	overflow:hidden;
	display:none;
	_height:1px;
	float:left;
}

.RadComboBoxDropDown_Orchestrator
{
	position:absolute;
	border-right: 1px solid #008688;
	border-bottom: 1px solid #008688;
	border-left: 1px solid #008688;
	cursor:default;
	font-size:11px;
	text-align: left;
	background: #fff;
}

.RadComboBoxDropDown_Orchestrator .rcbScroll
{
	overflow:auto;
	position: relative !important;
}

.rcbScroll
{
	position: relative !important;
}

.RadComboBoxDropDown_Orchestrator .rcbList
{
	list-style:none;
	margin:0;
	padding:0;
	zoom:1;
}

.RadComboBoxDropDown_Orchestrator .rcbNoWrap .rcbList,
.RadComboBoxDropDown_Orchestrator .rcbNoWidth .rcbList
{
	/*float:left;*/
}

.RadComboBoxDropDown_Orchestrator .rcbHeader 
{
	background:#d0e4fc;
	color:#000;
	padding:4px;
}

.RadComboBoxDropDown_Orchestrator .rcbNoWrap .rcbItem,
.RadComboBoxDropDown_Orchestrator .rcbNoWrap .rcbHovered,
.RadComboBoxDropDown_Orchestrator .rcbNoWrap .rcbDisabled,
.RadComboBoxDropDown_Orchestrator .rcbNoWrap .rcbLoading
{
	white-space:nowrap;
}

.RadComboBoxDropDown_Orchestrator .rcbItem,
.RadComboBoxDropDown_Orchestrator .rcbHovered,
.RadComboBoxDropDown_Orchestrator .rcbDisabled,
.RadComboBoxDropDown_Orchestrator .rcbLoading
{
	padding:1px 20px 1px 4px;
}

* html .RadComboBoxDropDown_Orchestrator .rcbItem,
* html .RadComboBoxDropDown_Orchestrator .rcbHovered,
* html .RadComboBoxDropDown_Orchestrator .rcbDisabled,
* html .RadComboBoxDropDown_Orchestrator .rcbLoading
{
	zoom:1;
}

.RadComboBoxDropDown_Orchestrator_rtl .rcbItem,
.RadComboBoxDropDown_Orchestrator_rtl .rcbHovered,
.RadComboBoxDropDown_Orchestrator_rtl .rcbDisabled,
.RadComboBoxDropDown_Orchestrator_rtl .rcbLoading
{
	padding:1px 4px 1px 20px;
}

.RadComboBoxDropDown_Orchestrator .rcbHovered
{
	background:#306ac5;
	color:#fff;
}

.RadComboBoxDropDown_Orchestrator .rcbSeparator
{
    color: #666;
    background: #E8E8E8;
}

.RadComboBoxDropDown_Orchestrator .rcbDisabled
{
	color:#808080;
	cursor:no-drop;
}

.RadComboBoxDropDown_Orchestrator .rcbLoading
{
	background:#f0f0f0;
}

.RadComboBoxDropDown_Orchestrator .rcbNoWidth .rcbLoading
{
	text-align:center;
}

.RadComboBoxDropDown_Orchestrator .rcbMoreResults
{
	clear:both;
	background:#f1f1f1;
	padding:4px;
	text-align:center;
	border-top: 1px solid #000080;
}

.RadComboBoxDropDown_Orchestrator .rcbMoreResults a
{
	display:block;
	width:16px;
	height:16px;
	background:transparent url('ComboBox/rcbMoreResults.gif') no-repeat 0 -16px;
	margin:0 auto 4px;
	text-indent:-3333px;
	overflow:hidden;
	text-decoration:none;
	cursor:pointer;
}

.RadComboBoxDropDown_Orchestrator .rcbMoreResults a:hover
{
	background-position:0 0;
}

.RadComboBoxDropDown_Orchestrator .rcbMoreResults span
{
	display:block;
	text-align:center;
}

.RadComboBoxDropDown_Orchestrator .rcbScroll
{
	scrollbar-face-color: #e9e9e9;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #e9e9e9;
	scrollbar-3dlight-color: #dbdbdb;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #f5f5f5;
	scrollbar-darkshadow-color: #aeaeae;
}

/*hacks*/

/*Opera start*/
@media screen and (min-width:550px)
{
	.RadComboBoxDropDown_Orchestrator_rtl .rcbItem,
	.RadComboBoxDropDown_Orchestrator_rtl .rcbHovered,
	.RadComboBoxDropDown_Orchestrator_rtl .rcbDisabled,
	.RadComboBoxDropDown_Orchestrator_rtl .rcbLoading
	{
		padding:4px 20px 4px 4px;
		zoom:1;
	}
}
/*Opera end*/



