/* RadComboBox CI skin */

/*global*/
.RadComboBox_iGrant *
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.RadComboBox_iGrant, .RadComboBox_iGrant input, .RadComboBoxDropDown_iGrant
{
	/*font:12px "segoe ui",arial,verdana,sans-serif;*/ /*font-family: Trebuchet MS;*/
	font-family: verdana,Arial,Tahoma, Calibri;
	font-size: 9pt;
}
/* combobox */
.RadComboBox_iGrant
{
	vertical-align: bottom;
}
.RadComboBox_iGrant table
{
	border-collapse: collapse;
}
.RadComboBox_iGrant td
{
}

.RadComboBox_iGrant .rcbInputCell
{
	/*border : solid 1px #1C1C1C;*/
	border-top-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-style: groove;
	height: 16px;
	font-family: verdana,Arial,Tahoma, Calibri;
	font-size: 10pt;
	vertical-align: middle; /*background: transparent url('ComboBox/rcbBg.gif') no-repeat;*/
}

/*
.RadComboBox_iGrant .rcbInputCellLeft { background-position: 0 0; }
.RadComboBox_iGrant .rcbInputCellRight { background-position: 100% 0; }
.RadComboBox_iGrant .rcbDisabled .rcbInputCellLeft { background-position: 0 -24px; }
.RadComboBox_iGrant .rcbDisabled .rcbInputCellRight { background-position: 100% -24px; }
.RadComboBox_iGrant .rcbHovered .rcbInputCellLeft { background-position: 0 -48px; }
.RadComboBox_iGrant .rcbHovered .rcbInputCellRight { background-position: 100% -48px; }
.RadComboBox_iGrant .rcbFocused .rcbInputCellLeft { background-position: 0 -72px; }
.RadComboBox_iGrant .rcbFocused .rcbInputCellRight { background-position: 100% -72px; }
*/
.RadComboBox_iGrant .rcbInputCell input
{
	width: 100%;
	background: white;
	border: 0;
	vertical-align: top;
	padding: 0 0 0 0;
}
.RadComboBox_iGrant .rcbInputCell
{
	padding: 0 0 0 0
}
.RadComboBox_iGrant_rtl .rcbInputCell input
{
	padding: 0 0 0 0;
}
.RadComboBox_iGrant_rtl .rcbInputCell
{
	padding: 0 0 0 0;
}
.RadComboBox_iGrant .rcbArrowCell
{
	border: 4px;
	padding: 0 0 0 0;
	/*border : solid 1px Gray;*/
	width: 20px;
	
	background: transparent url('ComboBox/rcbArrowSelected.png') no-repeat;
}


/*.RadComboBox_iGrant .rcbArrowCellLeft { background-position: -22px 2px; }
.RadComboBox_iGrant .rcbArrowCellRight { background-position: 0 0; }
.RadComboBox_iGrant .rcbDisabled .rcbArrowCellLeft { background-position: -24px -24px; }
.RadComboBox_iGrant .rcbDisabled .rcbArrowCellRight { background-position: 0 -24px; }
.RadComboBox_iGrant .rcbHovered .rcbArrowCellLeft { background-position: -24px -48px; }
.RadComboBox_iGrant .rcbHovered .rcbArrowCellRight { background-position: 0 -48px; }
.RadComboBox_iGrant .rcbFocused .rcbArrowCellLeft { background-position: -24px -72px; }
.RadComboBox_iGrant .rcbFocused .rcbArrowCellRight { background-position: 0 -72px; }
*/
.RadComboBox_iGrant .rcbArrowCell a
{
	position: relative;
	outline: none;
	line-height: 17px;
	overflow: hidden;
	display: block;
	width: 20px;
	height: 10px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0;
}
.RadComboBox_iGrant .rcbHovered, .RadComboBox_iGrant .rcbHovered input, .RadComboBox_iGrant .rcbFocused, .RadComboBox_iGrant .rcbFocused input
{
	/*color:#cbcbcb;*/
}
.RadComboBox_iGrant .rcbDisabled .rcbArrowCell a
{
	cursor: no-drop;
}
.RadComboBox_iGrant .rcbDisabled, .RadComboBox_iGrant .rcbDisabled input
{
	color: #373737;
}
/* dropdown */
.rcbSlide
{
	position: absolute;
	overflow: hidden;
	display: none;
	_height: 1px;
	float: left;
}
.RadComboBoxDropDown_iGrant
{
	position: absolute; /*background:#fff; text-align: left; border: 1px solid #323232;*/
	cursor: default;
	/*border: 1px solid Gray;*/
	background-color: White;
}
.RadComboBoxDropDown_iGrant .rcbScroll
{
	overflow: auto;
}
.RadComboBoxDropDown_iGrant .rcbList
{
	list-style: none;
	margin: 0;
	padding: 0; /*background: #292929;*/
	background: white;
}
.RadComboBoxDropDown_iGrant .rcbNoWrap .rcbList
{
	float: left;
}
.RadComboBoxDropDown_iGrant .rcbHeader
{
	/*background:#202020; border-bottom: 1px solid #141414; color:#999; padding:3px 0;*/
}
.RadComboBoxDropDown_iGrant .rcbNoWrap .rcbItem, .RadComboBoxDropDown_iGrant .rcbNoWrap .rcbHovered, .RadComboBoxDropDown_iGrant .rcbNoWrap .rcbDisabled, .RadComboBoxDropDown_iGrant .rcbNoWrap .rcbLoading
{
	white-space: nowrap;
}
.RadComboBoxDropDown_iGrant .rcbItem, .RadComboBoxDropDown_iGrant .rcbHovered, .RadComboBoxDropDown_iGrant .rcbDisabled, .RadComboBoxDropDown_iGrant .rcbLoading
{
	padding: 4px 20px 4px 4px;
	zoom: 1;
}
* + html .RadComboBoxDropDown_iGrant .rcbItem, * + html .RadComboBoxDropDown_iGrant .rcbHovered, * + html .RadComboBoxDropDown_iGrant .rcbDisabled, * + html .RadComboBoxDropDown_iGrant .rcbLoading
{
	zoom: normal;
}
.RadComboBoxDropDown_iGrant_rtl .rcbItem, .RadComboBoxDropDown_iGrant_rtl .rcbHovered, .RadComboBoxDropDown_iGrant_rtl .rcbDisabled, .RadComboBoxDropDown_iGrant_rtl .rcbLoading
{
	padding: 4px 4px 4px 20px;
}
.RadComboBoxDropDown_iGrant .rcbItem
{
	/*border: solid #292929;*/
	border-width: 1px 0;
	border-top: none;
	color: #717171;
	height: auto;
}

.RadComboBoxDropDown_iGrant .rcbDisabled
{
	color: #555;
	cursor: no-drop;
}
.RadComboBoxDropDown_iGrant .rcbLoading
{
	/* background:#292929; color: #505050;*/
	text-align: center;
}
.RadComboBoxDropDown_iGrant .rcbMoreResults
{
	clear: both; /*background:#292929;*/
	background: #FFFFFF;
	padding: 4px;
	text-align: center; /*border-top: 1px solid #141414;*/
}
.RadComboBoxDropDown_iGrant .rcbMoreResults a
{
	display: block;
	width: 7px;
	height: 6px;
	background: url('ComboBox/rcbMoreResults.gif') no-repeat transparent;
	margin: 0 auto;
	text-indent: -3333px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
}
.RadComboBoxDropDown_iGrant .rcbMoreResults span
{
	display: block;
	text-align: center;
}
.RadComboBoxDropDown_iGrant .rcbScroll
{
	/* scrollbar-face-color: #323232; scrollbar-highlight-color: #323232; scrollbar-shadow-color: #323232; scrollbar-3dlight-color: #434343; scrollbar-arrow-color: #434343; scrollbar-track-color: #202020; scrollbar-darkshadow-color: #323232;*/
}
/*hacks*/
/*Opera start*/
@media screen and (min-width:550px)
{
	.RadComboBoxDropDown_iGrant_rtl .rcbItem, .RadComboBoxDropDown_iGrant_rtl .rcbHovered, .RadComboBoxDropDown_iGrant_rtl .rcbDisabled, .RadComboBoxDropDown_iGrant_rtl .rcbLoading
	{
		padding: 4px 4px 4px 20px;
	}
}
/*Opera end*/