/*Telerik RadInput Telerik Skin*/

/*global*/

.RadInput_Capsule,
.RadInputMgr_Capsule
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Capsule .riTextBox,
html body .RadInputMgr_Capsule
{
	border-color:#8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
	background:#fff;
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Capsule .riEmpty,
html body .RadInput_Empty_Capsule
{
	color:#8a8a8a;
}

html body .RadInput_Capsule .riHover,
html body .RadInput_Hover_Capsule,
html body .RadInput_Capsule .riFocused,
html body .RadInput_Focused_Capsule
{
	border-color:#2ebf00 #2bb300 #28a800;
}

html body .RadInput_Capsule .riRead,
html body .RadInput_Read_Capsule
{
	border-color:#d0d0d0;
}

html body .RadInput_Capsule .riDisabled,
html body .RadInput_Disabled_Capsule
{
	border-color:#d0d0d0;
	color:#8a8a8a;
	cursor:default;
}

html body .RadInput_Capsule .riError,
html body .RadInput_Error_Capsule
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#d51923;
}

.RadForm.rfdTextbox .RadInput_Capsule .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Capsule[type="text"]
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#d51923;
}

html body .RadInput_Capsule .riNegative,
html body .RadInput_Negative_Capsule
{
	color:#565656;
}

/*buttons*/

.RadInput_Capsule a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_Capsule .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_Capsule .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_Capsule .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_Capsule a.riUp
{
	background-position:4px -98px;
}

.RadInput_Capsule a.riUp:hover
{
	background-position:4px -148px;
}

.RadInput_Capsule a.riDown
{
	background-position:4px -199px;
}

.RadInput_Capsule a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_Capsule .riLabel
{
	color:#000;
}

/*rtl*/

html body .RadInputRTL_Capsule .riError,
html body .RadInputRTL_Error_Capsule
{
	background-position:3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Capsule .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Capsule[type="text"]
{
	background-position:3px -298px;
}