/*Telerik RadInput Default Skin*/

/*global*/

.RadInput_36pxDefault,
.RadInputMgr_36pxDefault
{
	font:18px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_36pxDefault .riTextBox,
html body .RadInputMgr_36pxDefault
{
	border-color:#8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
	background:#fff;
	color:#000;
	font:18px "segoe ui",arial,sans-serif;
}

html body .RadInput_36pxDefault .riEmpty,
html body .RadInput_Empty_36pxDefault
{
	color:#8a8a8a;
}

html body .RadInput_36pxDefault .riHover,
html body .RadInput_Hover_36pxDefault,
html body .RadInput_36pxDefault .riFocused,
html body .RadInput_Focused_36pxDefault
{
	border-color:#515151;
}

html body .RadInput_36pxDefault .riRead,
html body .RadInput_Read_36pxDefault
{
	border-color:#d0d0d0;
}

html body .RadInput_36pxDefault .riDisabled,
html body .RadInput_Disabled_36pxDefault
{
	border-color:#d0d0d0;
	color:#8a8a8a;
	cursor:default;
}

html body .RadInput_36pxDefault .riError,
html body .RadInput_Error_36pxDefault
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#d51923;
}

.RadForm.rfdTextbox .RadInput_36pxDefault .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_36pxDefault[type="text"]
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#d51923;
}

html body .RadInput_36pxDefault .riNegative,
html body .RadInput_Negative_36pxDefault
{
	color:#565656;
}

/*buttons*/

.RadInput_36pxDefault a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_36pxDefault .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_36pxDefault .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_36pxDefault .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_36pxDefault a.riUp
{
	background-position:4px -98px;
}

.RadInput_36pxDefault a.riUp:hover
{
	background-position:4px -148px;
}

.RadInput_36pxDefault a.riDown
{
	background-position:4px -199px;
}

.RadInput_36pxDefault a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_36pxDefault .riLabel
{
	color:#000;
}

/*rtl*/

html body .RadInputRTL_36pxDefault .riError,
html body .RadInputRTL_Error_36pxDefault
{
	background-position:3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_36pxDefault .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_36pxDefault[type="text"]
{
	background-position:3px -298px;
} 

span.RadInput_36pxDefault,
span.RadInputMgr_36pxDefault
{
	font:18px "segoe ui",arial,sans-serif;
    height:36px;
}