/*Telerik RadInput Vista Skin*/

/*global*/

.RadInput_EMISkin,
.RadInputMgr_EMISkin
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_EMISkin .riTextBox,
html body .RadInputMgr_EMISkin
{
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	background:#fff;
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_EMISkin .riEmpty,
html body .RadInput_Empty_EMISkin
{
	color:#8a8a8a;
}

html body .RadInput_EMISkin .riHover,
html body .RadInput_Hover_EMISkin,
html body .RadInput_EMISkin .riFocused,
html body .RadInput_Focused_EMISkin
{
	border-color:#5794bf #b7d5ea #c7e2f1 #c5daed;
}

html body .RadInput_EMISkin .riRead,
html body .RadInput_Read_EMISkin
{
	border-color:#e3e9ef;
}

html body .RadInput_EMISkin .riDisabled,
html body .RadInput_Disabled_EMISkin
{
	border-color:#e3e9ef;
	color:#8a8a8a;
	cursor:default;
}

html body .RadInput_EMISkin .riError,
html body .RadInput_Error_EMISkin
{
	border-color:#b32d34 #dc643f #ea8541 #e5713e;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

.RadForm.rfdTextbox .RadInput_EMISkin .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_EMISkin[type="text"]
{
	border-color:#b32d34 #dc643f #ea8541 #e5713e;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

html body .RadInput_EMISkin .riNegative,
html body .RadInput_Negative_EMISkin
{
	color:#565656;
}

/*buttons*/

.RadInput_EMISkin a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_EMISkin .riBtn a
{
	width:20px;
	height:18px; 
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_EMISkin .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_EMISkin .riSpin a
{
	width:15px;
	height:7px; 
	line-height:7px;
}

.RadInput_EMISkin a.riUp
{
	background-position:4px -98px;
}

.RadInput_EMISkin a.riUp:hover
{
	background-position:4px -148px;
}

.RadInput_EMISkin a.riDown
{
	background-position:4px -199px;
}

.RadInput_EMISkin a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_EMISkin .riLabel
{
	color:#000;
}

/*rtl*/

html body .RadInputRTL_EMISkin .riError,
html body .RadInputRTL_Error_EMISkin
{
	background-position:3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_EMISkin .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_EMISkin[type="text"]
{
	background-position:3px -298px;
}