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