/*Telerik RadInput Green Skin*/

/*global*/

.RadInput_green,
.RadInputMgr_green
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_green .riTextBox,
html body .RadInputMgr_green
{
	border-color:#618740;
	background:#e7f1d7;
	color:#2b2c20;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_green .riEmpty,
html body .RadInput_Empty_green
{
	color:#8c9f5f;
}

html body .RadInput_green .riHover,
html body .RadInput_Hover_green,
html body .RadInput_green .riFocused,
html body .RadInput_Focused_green
{
	border-color:#3c4c30;
}

html body .RadInput_green .riRead,
html body .RadInput_Read_green
{
	border-color:#618740;
	background:#dce5bf;
}

html body .RadInput_green .riDisabled,
html body .RadInput_Disabled_green
{
	border-color:#618740;
	background:#c2d197;
	color:#8c9f5f;
	cursor:default;
}

html body .RadInput_green .riError,
html body .RadInput_Error_green
{
	border-color:#dc0000;
	background:#dce5bf 100% -298px no-repeat url('Input/sprite.gif');
	color:#d51923;
}

.RadForm.rfdTextbox .RadInput_green .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_green[type="text"]
{
	border-color:#dc0000;
	background:#dce5bf 100% -298px no-repeat url('Input/sprite.gif');
	color:#d51923;
}

html body .RadInput_green .riNegative,
html body .RadInput_Negative_green
{
	color:#5c6540;
}

/*buttons*/

.RadInput_green a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_green .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_green .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_green .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_green a.riUp
{
	background-position:2px -99px;
}

.RadInput_green a.riUp:hover
{
	background-position:2px -149px;
}

.RadInput_green a.riDown
{
	background-position:2px -199px;
}

.RadInput_green a.riDown:hover
{
	background-position:2px -249px;
}

/*label*/

.RadInput_green .riLabel
{
	color:#2b2c20;
}

/*rtl*/

html body .RadInputRTL_green .riError,
html body .RadInputRTL_Error_green
{
	background-position:3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_green .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_green[type="text"]
{
	background-position:3px -298px;
}