/*Telerik RadInput Office2010Black Skin*/

/*global*/

.RadInput_AFC,
.RadInputMgr_AFC
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_AFC .riTextBox,
html body .RadInputMgr_AFC
{
	border-color:#919191;
	background:#f6f6f6;
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_AFC .riEmpty,
html body .RadInput_Empty_AFC
{
	color:#8d8d8d;
}

html body .RadInput_AFC .riHover,
html body .RadInput_Hover_AFC,
html body .RadInput_AFC .riFocused,
html body .RadInput_Focused_AFC
{
	border-color:#f7c840;
	background-color:#f6f6f6;
}

html body .RadInput_AFC .riRead,
html body .RadInput_Read_AFC
{
	border-color:#ccdbed;
}

html body .RadInput_AFC .riDisabled,
html body .RadInput_Disabled_AFC
{
	color:#656565;
	background-color:#c6c6c6;
	cursor:default;
}

html body .RadInput_AFC .riError,
html body .RadInput_Error_AFC
{
	border-color:#e50000 #dc643f #ea8541;
	background:#f6f6f6 100% -298px no-repeat url('../Images/Input/sprite.gif');
	color:#b32d34;
}

.RadForm.rfdTextbox .RadInput_AFC .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_AFC[type="text"]
{
	border-color:#b32d34 #dc643f #ea8541;
	background:#fff 100% -298px no-repeat url('../Images/Input/sprite.gif');
	color:#b32d34;
}

/*buttons*/

.RadInput_AFC a
{
	background:transparent no-repeat url('../Images/Input/sprite.gif');
}

/*go*/

.RadInput_AFC .riBtn a
{
	width:21px;
	height:18px;
	line-height:18px;
	background-position:3px 6px;
}

.RadInput_AFC .riBtn a:hover
{
	background-position:3px -44px;
}

/*spin*/

.RadInput_AFC .riSpin a
{
	width:13px;
	height:11px;
	line-height:10px;
}

.RadInput_AFC a.riUp
{
	background-position:0 -96px;
}

.RadInput_AFC a.riUp:hover
{
	background-position:0 -146px;
}

.RadInput_AFC a.riDown
{
	background-position:0 -198px;
	margin-top:0;
}

.RadInput_AFC a.riDown:hover
{
	background-position:0 -247px;
}

/*label*/

.RadInput_AFC .riLabel
{
	color:#e2e2e2;
}

/*rtl*/

html body .RadInputRTL_AFC .riError,
html body .RadInputRTL_Error_AFC
{
	background-position:3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_AFC .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_AFC[type="text"]
{
	background-position:3px -298px;
}