/*Telerik RadInput WebBlue Skin*/

/*global*/

.RadInput_stann,
.RadInputMgr_stann
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_stann .riTextBox,
html body .RadInputMgr_stann
{
	border-color:#768ca5;
	background:#fff;
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_stann .riEmpty,
html body .RadInput_Empty_stann
{
	color:#777;
}

html body .RadInput_stann .riHover,
html body .RadInput_Hover_stann,
html body .RadInput_stann .riFocused,
html body .RadInput_Focused_stann
{
	border-color:#133c44;
}

html body .RadInput_stann .riRead,
html body .RadInput_Read_stann
{
	border-color:#b0b0b0;
}

html body .RadInput_stann .riDisabled,
html body .RadInput_Disabled_stann
{
	border-color:#b0b0b0;
	color:#777;
	cursor:default;
}

html body .RadInput_stann .riError,
html body .RadInput_Error_stann
{
	border-color:#d24000;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

.RadForm.rfdTextbox .RadInput_stann .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_stann[type="text"]
{
	border-color:#d24000;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

html body .RadInput_stann .riNegative,
html body .RadInput_Negative_stann
{
	color:#444;
}

/*buttons*/

.RadInput_stann a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_stann .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_stann .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_stann .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_stann .riUp
{
	background-position:4px -98px;
}

.RadInput_stann .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_stann a.riDown
{
	background-position:4px -199px;
}

.RadInput_stann a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_stann .riLabel
{
	color:#000;
}