/*Telerik RadInput Custom Skin*/

/*global*/

.RadInput_Custom,
.RadInputMgr_Custom
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Custom .riTextBox,
html body .RadInputMgr_Custom
{
	border-color:#8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
	background:#fff;
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Custom .riEmpty,
html body .RadInput_Empty_Custom
{
	color:#8a8a8a;
}

html body .RadInput_Custom .riHover,
html body .RadInput_Hover_Custom,
html body .RadInput_Custom .riFocused,
html body .RadInput_Focused_Custom
{
	border-color:#515151;
}

html body .RadInput_Custom .riRead,
html body .RadInput_Read_Custom
{
	border-color:#d0d0d0;
}

html body .RadInput_Custom .riDisabled,
html body .RadInput_Disabled_Custom
{
	border-color:#d0d0d0;
	color:#8a8a8a;
	cursor:Custom;
}

html body .RadInput_Custom .riError,
html body .RadInput_Error_Custom
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#d51923;
}

.RadForm.rfdTextbox .RadInput_Custom .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Custom[type="text"]
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#d51923;
}

html body .RadInput_Custom .riNegative,
html body .RadInput_Negative_Custom
{
	color:#565656;
}

/*buttons*/

.RadInput_Custom a
{
	min-height:25px;
	min-width:20px;
	margin-top:0px;		
	background:transparent no-repeat url('Input/sprite.gif');
	border:solid 0px red;
	
}

/*go*/

.RadInput_Custom .riBtn a
{

	background-position:0px 0px;
}

.RadInput_Custom .riBtn a:hover
{
	
	background-position:3px -45px;
}

/*spin*/

.RadInput_Custom .riSpin a
{
	
}

.RadInput_Custom a.riUp
{
	background-position:4px -98px;
}

.RadInput_Custom a.riUp:hover
{
	background-position:4px -148px;
}

.RadInput_Custom a.riDown
{
	background-position:4px -199px;
}

.RadInput_Custom a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_Custom .riLabel
{
	color:#000;
}