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