/*Telerik RadInput Hay Skin*/

/*global*/

.RadInput_ProFieldCustom,
.RadInputMgr_ProFieldCustom
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_ProFieldCustom .riTextBox,
html body .RadInputMgr_ProFieldCustom
{
	border-color:#7f8a7f;
	background:#ffffff;
	color:#242624;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_ProFieldCustom .riEmpty,
html body .RadInput_Empty_ProFieldCustom
{
	color:#787878;
}

html body .RadInput_ProFieldCustom .riHover,
html body .RadInput_Hover_ProFieldCustom,
html body .RadInput_ProFieldCustom .riFocused,
html body .RadInput_Focused_ProFieldCustom
{
	border-color:#498546;
}

html body .RadInput_ProFieldCustom .riRead,
html body .RadInput_Read_ProFieldCustom
{
	border-color:#b0b0b0;
}

html body .RadInput_ProFieldCustom .riDisabled,
html body .RadInput_Disabled_ProFieldCustom
{
	border-color:#b0b0b0;
	color:#787878;
	cursor:default;
}

html body .RadInput_ProFieldCustom .riError,
html body .RadInput_Error_ProFieldCustom
{
	border-color:#7ae874;
	background:#ffffff 100% -298px no-repeat url('Input/sprite.gif');
	color:#74b270;
}

.RadForm.rfdTextbox .RadInput_ProFieldCustom .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_ProFieldCustom[type="text"]
{
	border-color:#7ae874;
	background:#ffffff 100% -298px no-repeat url('Input/sprite.gif');
	color:#74b270;
}

html body .RadInput_ProFieldCustom .riNegative,
html body .RadInput_Negative_ProFieldCustom
{
	color:#454545;
}

/*buttons*/

.RadInput_ProFieldCustom a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_ProFieldCustom .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:4px 5px;
}

.RadInput_ProFieldCustom .riBtn a:hover
{
	background-position:4px -45px;
}

/*spin*/

.RadInput_ProFieldCustom .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_ProFieldCustom a.riUp
{
	background-position:4px -98px;
}

.RadInput_ProFieldCustom a.riUp:hover
{
	background-position:4px -148px;
}

.RadInput_ProFieldCustom a.riDown
{
	background-position:4px -199px;
}

.RadInput_ProFieldCustom a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_ProFieldCustom .riLabel
{
	color:#242624;
}

/*rtl*/

html body .RadInputRTL_ProFieldCustom .riError,
html body .RadInputRTL_Error_ProFieldCustom
{
	background-position:3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_ProFieldCustom .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_ProFieldCustom[type="text"]
{
	background-position:3px -298px;
}