/*Telerik RadInput Default Skin*/

/*global*/

.RadInput_Theme,
.RadInputMgr_Theme
{
	font:11px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body form .RadInput_Theme .riTextBox,
html body form .RadInputMgr_Theme
{
	border-color:#8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
	background:#fff;
	color:#000;
	font:11px "segoe ui",arial,sans-serif;
}

html body form .RadInput_Theme .riEmpty,
html body form .RadInput_Empty_Theme
{
	color:#8a8a8a;
}

html body form .RadInput_Theme .riHover,
html body form .RadInput_Hover_Theme,
html body form .RadInput_Theme .riFocused,
html body form .RadInput_Focused_Theme
{
	border-color:#8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
}

html body form .RadInput_Theme .riRead,
html body form .RadInput_Read_Theme
{
	border-color:#8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
}

html body form .RadInput_Theme .riDisabled,
html body form .RadInput_Disabled_Theme
{
	border-color:#8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
	color:#8a8a8a;
	cursor:default;
}

html body form .RadInput_Theme .riError,
html body form .RadInput_Error_Theme
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('Images/Input/sprite.gif');
	color:#d51923;
}

.RadForm.rfdTextbox .RadInput_Theme .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Theme[type="text"]
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('Images/Input/sprite.gif');
	color:#d51923;
}

html body form .RadInput_Theme .riNegative,
html body form .RadInput_Negative_Theme
{
	color:#565656;
}

/*buttons*/

.RadInput_Theme a
{
	background:transparent no-repeat url('Images/Input/sprite.gif');
}

/*go*/

.RadInput_Theme .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_Theme .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_Theme .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_Theme .riUp
{
	background-position:4px -98px;
}

.RadInput_Theme .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_Theme a.riDown
{
	background-position:4px -199px;
}

.RadInput_Theme a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_Theme .riLabel
{
	color:#000;
}