/* RadComboBox Oaktree customized skin */
/* The Outlook skin was used as the starting point */

/*global*/


.RadComboBox_Oaktree *
{
	margin:0;
	padding:0;
}

.RadComboBox_Oaktree,
.RadComboBox_Oaktree .rcbInput,
.RadComboBoxDropDown_Oaktree
{
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color:#000;
	vertical-align:middle;
}

/* combobox */

.RadComboBox_Oaktree
{
	vertical-align:bottom;
	text-align: left;

}

.RadComboBox_Oaktree table
{
	border: 0;
}

.RadComboBox_Oaktree table td
{
	border: 1px solid #c3d9f9;
}

.RadComboBox_Oaktree .rcbHovered td
{
	border-color: #000080;
}

.RadComboBox_Oaktree .rcbFocused td
{
	border-color: #000080;
}

.RadComboBox_Oaktree td.rcbInputCell
{

	height:20px;
	line-height:17px;
	vertical-align:top;
	background: #fff;
	padding:0;
}

.RadComboBox_Oaktree td.rcbInputCellLeft
{
	border-right-width: 0;
}

.RadComboBox_Oaktree td.rcbInputCellRight
{
	border-left-width: 0;
}

.RadComboBox_Oaktree .rcbInputCell .rcbInput
{
	font-size: 12px;
	width:100%;
	background:transparent;
	border:0;
	vertical-align:top;
	padding:1px 0 0 2px;
	height: 15px;
	outline: 0;
}

.RadComboBox_Oaktree .rcbInputCell .rcbEmptyMessage
{
	color: #666;
	font-style: italic;
}

.RadComboBox_Oaktree_rtl .rcbInputCell .rcbInput
{
	padding:1px 2px 0 0;
}

.RadComboBox_Oaktree td.rcbArrowCell
{
	background:#9cbdeb url('ComboBox/rcbArrowCell.gif') 0 0 no-repeat;
	width:11px;
	padding:0;
}

.RadComboBox_Oaktree .rcbArrowCell a
{
	line-height:17px;
	width:11px;
	height:17px;
	text-decoration:none;
	text-indent: -9999px;
	font-size: 0;
}

.RadComboBox_Oaktree td.rcbArrowCellHidden,
.RadComboBox_Oaktree .rcbArrowCellHidden a
{
	width: 0;
	border-left: 0;
}

.RadComboBox_Oaktree_rtl .rcbArrowCell a
{
	text-indent: 9999px;
}

.RadComboBox_Oaktree .rcbDisabled .rcbArrowCell
{
	background-position: 0 -17px;
}

.RadComboBox_Oaktree .rcbDisabled .rcbArrowCell a
{
	cursor:no-drop;
}

.RadComboBox_Oaktree .rcbDisabled .rcbArrowCellHidden a
{
	cursor: default;
}

.RadComboBox_Oaktree .rcbDisabled .rcbInputCell .rcbInput
{
	color: #b4b4b4;
}

/* dropdown */

.rcbSlide
{
	position:absolute;
	overflow:hidden;
	display:none;
	_height:1px;
	float:left;
}

.RadComboBoxDropDown_Oaktree
{
	position:absolute;
	border: 1px solid #000080;
	cursor:default;
	font-size:12px;
	text-align: left;
	background: #fff;
}

.RadComboBoxDropDown_Oaktree_rtl
{
	text-align: right;
	direction: rtl;
}

.RadComboBoxDropDown_Oaktree .rcbScroll
{
	overflow:auto;
}

.RadComboBoxDropDown_Oaktree .rcbList
{
	list-style:none;
	margin:0;
	padding:0;
	zoom:1;
}

.RadComboBoxDropDown_Oaktree .rcbHeader,
.RadComboBoxDropDown_Oaktree .rcbFooter
{
	background:#d0e4fc;
	color:#000;
	padding:4px;
}

.RadComboBoxDropDown_Oaktree .rcbNoWrap .rcbItem,
.RadComboBoxDropDown_Oaktree .rcbNoWrap .rcbHovered,
.RadComboBoxDropDown_Oaktree .rcbNoWrap .rcbDisabled,
.RadComboBoxDropDown_Oaktree .rcbNoWrap .rcbLoading
{
	white-space:nowrap;
}

.RadComboBoxDropDown_Oaktree .rcbItem,
.RadComboBoxDropDown_Oaktree .rcbHovered,
.RadComboBoxDropDown_Oaktree .rcbDisabled,
.RadComboBoxDropDown_Oaktree .rcbLoading
{
	padding:1px 20px 1px 4px;
	min-height: 15px;
}

* html .RadComboBoxDropDown_Oaktree .rcbItem,
* html .RadComboBoxDropDown_Oaktree .rcbHovered,
* html .RadComboBoxDropDown_Oaktree .rcbDisabled,
* html .RadComboBoxDropDown_Oaktree .rcbLoading
{
	height: 15px;
}

.RadComboBoxDropDown_Oaktree_rtl .rcbItem,
.RadComboBoxDropDown_Oaktree_rtl .rcbHovered,
.RadComboBoxDropDown_Oaktree_rtl .rcbDisabled,
.RadComboBoxDropDown_Oaktree_rtl .rcbLoading
{
	padding:1px 4px 1px 20px;
}

.RadComboBoxDropDown_Oaktree .rcbImage
{
	vertical-align: middle;
	margin: 0 6px 2px 0;
}

.RadComboBoxDropDown_Oaktree_rtl .rcbImage
{
	margin: 0 0 2px 6px;
}

.RadComboBoxDropDown_Oaktree em
{
	font-style: normal;
	font-weight: bold;
}

.RadComboBoxDropDown_Oaktree .rcbItem em
{
	background: #e5e5e5;
}

.RadComboBoxDropDown_Oaktree .rcbHovered
{
	background:#306ac5;
	color:#fff;
}

.RadComboBoxDropDown_Oaktree .rcbSeparator
{
    color: #666;
    background: #E8E8E8;
}

.RadComboBoxDropDown_Oaktree .rcbDisabled
{
	color:#808080;
	cursor:no-drop;
}

.RadComboBoxDropDown_Oaktree .rcbLoading
{
	background:#f0f0f0;
}

.RadComboBoxDropDown_Oaktree .rcbNoWidth .rcbLoading
{
	text-align:center;
}

.RadComboBoxDropDown_Oaktree .rcbMoreResults
{
	clear:both;
	background:#f1f1f1;
	padding:4px;
	text-align:center;
	border-top: 1px solid #000080;
}

.RadComboBoxDropDown_Oaktree .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_Oaktree .rcbMoreResults a:hover
{
	background-position:0 0;
}

.RadComboBoxDropDown_Oaktree .rcbMoreResults span
{
	display:block;
	text-align:center;
}


