/*Telerik RadInput Forest Skin*/

/*global*/

.RadInput_ws,
.RadInputMgr_ws
{
	vertical-align:middle;
	font:12px "segoe ui",arial,sans-serif;
}

.RadInput_ws table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_ws table.riTable td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_ws table td.riCell
{
	padding-right:4px;
}

.RadInput_ws textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_ws .riTextBox,
html body .RadInputMgr_ws
{
	border:1px solid #695731;
	padding:2px 1px 3px;
	background:#bdb6a8;
	color:#211e18;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_ws .riEmpty,
html body .RadInput_Empty_ws
{
	color:#7a6b49;
}

html body .RadInput_ws .riHover,
html body .RadInput_Hover_ws,
html body .RadInput_ws .riFocused,
html body .RadInput_Focused_ws
{
	border-color:#3b3425;
}

html body .RadInput_ws .riRead,
html body .RadInput_Read_ws
{
	border-color:#695731;
	background:#b2a994;
}

html body .RadInput_ws .riDisabled,
html body .RadInput_Disabled_ws
{
	border-color:#695731;
	background:#a19274;
	color:#7a6b49;
	cursor:default;
}

html body .RadInput_ws .riError,
html body .RadInput_Error_ws
{
	border-color:#ab7500;
	background:#b2a994 100% -298px no-repeat url('Input/sprite.gif');
	color:#a67814;
}

.RadForm.rfdTextbox .RadInput_ws .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_ws[type="text"]
{
	border-color:#ab7500;
	background:#b2a994 100% -298px no-repeat url('Input/sprite.gif');
	color:#a67814;
}

html body .RadInput_ws .riNegative,
html body .RadInput_Negative_ws
{
	color:#4f4632;
}

/*buttons*/

.RadInput_ws a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:transparent no-repeat url('Input/sprite.gif');
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
}
* html .RadInput_ws a{position:static}/*IE6*/
*+html .RadInput_ws a{position:static}/*IE7*/

/*go*/

.RadInput_ws .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_ws .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_ws .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
	margin:0 1px;
}

.RadInput_ws .riUp
{
	background-position:2px -99px;
}

.RadInput_ws .riUp:hover
{
	background-position:2px -149px;
}

.RadInput_ws a.riDown
{
	background-position:2px -199px;
	margin-top:3px;
}

* html .RadInput_ws a.riDown
{
	margin-top /**/:0;
}

.RadInput_ws a.riDown:hover
{
	background-position:2px -249px;
}

/*label*/

.RadInput_ws .riLabel
{
	margin:0 4px 0 0;
	color:#211e18;
	white-space:nowrap;
}
