/*Telerik RadInput ouhsc Skin*/

/*global*/

.RadInput_ouhsc,
.RadInputMgr_ouhsc
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_ouhsc .riTextBox,
html body .RadInputMgr_ouhsc
{
	border-color:#b8cbde;
	background:#fff;
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_ouhsc .riEmpty,
html body .RadInput_Empty_ouhsc
{
	color:#a7a7a7;
}

html body .RadInput_ouhsc .riHover,
html body .RadInput_Hover_ouhsc,
html body .RadInput_ouhsc .riFocused,
html body .RadInput_Focused_ouhsc
{
	border-color:#c1dbfc;
}

html body .RadInput_ouhsc .riRead,
html body .RadInput_Read_ouhsc
{
	border-color:#d9d9d9;
}

html body .RadInput_ouhsc .riDisabled,
html body .RadInput_Disabled_ouhsc
{
	border-color:#d9d9d9;
	color:#a7a7a7;
	cursor:default;
}

html body .RadInput_ouhsc .riError,
html body .RadInput_Error_ouhsc
{
	border-color:#d18185;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

.RadForm.rfdTextbox .RadInput_ouhsc .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_ouhsc[type="text"]
{
	border-color:#d18185;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

html body .RadInput_ouhsc .riNegative,
html body .RadInput_Negative_ouhsc
{
	color:#565656;
}

/*buttons*/

.RadInput_ouhsc a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_ouhsc .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_ouhsc .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_ouhsc .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_ouhsc a.riUp
{
	background-position:4px -98px;
}

.RadInput_ouhsc a.riUp:hover
{
	background-position:4px -148px;
}

.RadInput_ouhsc a.riDown
{
	background-position:4px -199px;
}

.RadInput_ouhsc a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_ouhsc .riLabel
{
	color:#000;
}

/*rtl*/

html body .RadInputRTL_ouhsc .riError,
html body .RadInputRTL_Error_ouhsc
{
	background-position:3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_ouhsc .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_ouhsc[type="text"]
{
	background-position:3px -298px;
}