/* RadComboBox Default skin */

/*global*/


.RadComboBox_Harmony *
{
	margin:0;
	padding:0;
}

.RadComboBox_Harmony,
.RadComboBox_Harmony .rcbInput,
.RadComboBoxDropDown_Harmony
{
/*	font:11px/15px arial,verdana,sans-serif; */
	font:11px verdana;
	color:#000;
}

/* combobox */

.RadComboBox_Harmony
{
	vertical-align: bottom;
	text-align: left;
	float:left;
}

.RadComboBox_Harmony table
{
	border: 0;
}

.RadComboBox_Harmony table td
{
	border: 1px solid #7F9DB9;
}

.RadComboBox_Harmony .rcbHovered td
{
/*	border-color: #000080; */
	border-color: #7F9DB9;
}

.RadComboBox_Harmony .rcbFocused td
{
	border-color: #7F9DB9;
}

.RadComboBox_Harmony td.rcbInputCell
{
	height:18px;
	line-height:18px;
	vertical-align:top;
	background: #fff;
	padding:0;
}

.RadComboBox_Harmony td.rcbInputCellLeft
{
	border-right-width: 0;
}

.RadComboBox_Harmony td.rcbInputCellRight
{
	border-left-width: 0;
}

.RadComboBox_Harmony .rcbInputCell .rcbInput
{
	width: 100%;
	background: transparent;
	border: 0;
	vertical-align: top;
	padding: 1px 0 0 2px;
	height: 13px;
}

.RadComboBox_Harmony .rcbInputCell .rcbEmptyMessage
{
	color: #666;
	font-style: italic;
}

.RadComboBox_Harmony_rtl .rcbInputCell .rcbInput
{
	padding:1px 2px 0 0;
}

.RadComboBox_Harmony td.rcbArrowCell
{
	background:#9cbdeb url('ComboBox/rcbArrowCell.gif') 0 0 no-repeat;
	width:15px;
	padding:0;
}

.RadComboBox_Harmony .rcbArrowCell a
{
	line-height:14px;
	width:15px;
	height:14px;
	text-decoration:none;
	text-indent: -9999px;
	font-size: 0;
}

.RadComboBox_Harmony td.rcbArrowCellHidden,
.RadComboBox_Harmony .rcbArrowCellHidden a
{
	width: 0;
	border-left: 0;
}

.RadComboBox_Harmony_rtl .rcbArrowCell a
{
	text-indent: 9999px;
}

.RadComboBox_Harmony .rcbDisabled .rcbArrowCell a
{
	cursor:no-drop;
}

.RadComboBox_Harmony .rcbDisabled .rcbArrowCellHidden a
{
	cursor: default;
}

.RadComboBox_Harmony .rcbDisabled .rcbInputCell .rcbInput
{
	color: #b4b4b4;
}

/* dropdown */

.rcbSlide
{
	position:absolute;
	overflow:hidden;
	display:none;
	_height:1px;
	float:left;
}

.RadComboBoxDropDown_Harmony
{
	position: absolute;
	border: 1px solid Black;
	cursor: default;
	font-size: 11px;
	text-align: left;
	background: #fff;
}

.RadComboBoxDropDown_Harmony_rtl
{
	text-align: right;
	direction: rtl;
}

.RadComboBoxDropDown_Harmony .rcbScroll
{
	overflow:auto;
}

.RadComboBoxDropDown_Harmony .rcbList
{
	list-style:none;
	margin:0;
	padding:0;
	zoom:1;
}

.RadComboBoxDropDown_Harmony .rcbNoWrap .rcbList,
.RadComboBoxDropDown_Harmony .rcbNoWidth .rcbList
{
	/*float:left;*/
}

.RadComboBoxDropDown_Harmony .rcbHeader,
.RadComboBoxDropDown_Harmony .rcbFooter
{
	background:#d0e4fc;
	color:#000;
	padding:4px;
}

.RadComboBoxDropDown_Harmony .rcbNoWrap .rcbItem,
.RadComboBoxDropDown_Harmony .rcbNoWrap .rcbHovered,
.RadComboBoxDropDown_Harmony .rcbNoWrap .rcbDisabled,
.RadComboBoxDropDown_Harmony .rcbNoWrap .rcbLoading
{
	white-space:nowrap;
}

.RadComboBoxDropDown_Harmony .rcbItem,
.RadComboBoxDropDown_Harmony .rcbHovered,
.RadComboBoxDropDown_Harmony .rcbDisabled,
.RadComboBoxDropDown_Harmony .rcbLoading
{
	padding:1px 20px 1px 4px;
}

* html .RadComboBoxDropDown_Harmony .rcbItem,
* html .RadComboBoxDropDown_Harmony .rcbHovered,
* html .RadComboBoxDropDown_Harmony .rcbDisabled,
* html .RadComboBoxDropDown_Harmony .rcbLoading
{
	zoom:1;
}

.RadComboBoxDropDown_Harmony_rtl .rcbItem,
.RadComboBoxDropDown_Harmony_rtl .rcbHovered,
.RadComboBoxDropDown_Harmony_rtl .rcbDisabled,
.RadComboBoxDropDown_Harmony_rtl .rcbLoading
{
	padding:1px 4px 1px 20px;
}

.RadComboBoxDropDown_Harmony .rcbImage
{
	vertical-align: middle;
	margin: 0 6px 2px 0;
}

.RadComboBoxDropDown_Harmony_rtl .rcbImage
{
	margin: 0 0 2px 6px;
}

.RadComboBoxDropDown_Harmony em
{
	font-style: normal;
	font-weight: bold;
}

.RadComboBoxDropDown_Harmony .rcbItem em
{
	background: #e5e5e5;
}

.RadComboBoxDropDown_Harmony .rcbHovered
{
	background:#306ac5;
	color:#fff;
}

.RadComboBoxDropDown_Harmony .rcbSeparator
{
    color: #666;
    background: #E8E8E8;
}

.RadComboBoxDropDown_Harmony .rcbDisabled
{
	color:#808080;
	cursor:no-drop;
}

.RadComboBoxDropDown_Harmony .rcbLoading
{
	background:#f0f0f0;
}

.RadComboBoxDropDown_Harmony .rcbNoWidth .rcbLoading
{
	text-align:center;
}

.RadComboBoxDropDown_Harmony .rcbMoreResults
{
	clear:both;
	background:#f1f1f1;
	padding:4px;
	text-align:center;
	border-top: 1px solid #7F9DB9;
}

.RadComboBoxDropDown_Harmony .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_Harmony .rcbMoreResults a:hover
{
	background-position:0 0;
}

.RadComboBoxDropDown_Harmony .rcbMoreResults span
{
	display:block;
	text-align:center;
}

.RadComboBoxDropDown_Harmony .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_Harmony_rtl .rcbItem,
	.RadComboBoxDropDown_Harmony_rtl .rcbHovered,
	.RadComboBoxDropDown_Harmony_rtl .rcbDisabled,
	.RadComboBoxDropDown_Harmony_rtl .rcbLoading
	{
		padding:4px 20px 4px 4px;
		zoom:1;
	}
}
/*Opera end*/
