﻿/*Telerik RadInput Forest Skin*/

/*global*/

.RadInput_Forest,
.RadInputMgr_Forest
{
	vertical-align:middle;
	font:12px "segoe ui",arial,sans-serif;
}

.RadInput_Forest table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_Forest table.riTable td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_Forest table td.riCell
{
	padding-right:4px;
}

.RadInput_Forest textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_Forest .riTextBox,
html body .RadInputMgr_Forest
{
	border:1px solid #618740;
	padding:2px 1px 3px;
	background:#e7f1d7;
	color:#2b2c20;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Forest .riEmpty,
html body .RadInput_Empty_Forest
{
	color:#8c9f5f;
}

html body .RadInput_Forest .riHover,
html body .RadInput_Hover_Forest,
html body .RadInput_Forest .riFocused,
html body .RadInput_Focused_Forest
{
	border-color:#3c4c30;
}

html body .RadInput_Forest .riRead,
html body .RadInput_Read_Forest
{
	border-color:#618740;
	background:#dce5bf;
}

html body .RadInput_Forest .riDisabled,
html body .RadInput_Disabled_Forest
{
	border-color:#618740;
	background:#c2d197;
	color:#8c9f5f;
	cursor:default;
}

html body .RadInput_Forest .riError,
html body .RadInput_Error_Forest
{
	border-color:#dc0000;
	background:#dce5bf 100% -298px no-repeat url('WebResource.axd?d=kacAzauLBw2OoDGegy3u_DejQz-V8n9BkEfAF76sFAl7d4RXNldL0xQDsNFnKOvViRvTZRjx6swRnReqKg949w2&t=633795588444078750');
	color:#d51923;
}

html body .RadInput_Forest .riNegative,
html body .RadInput_Negative_Forest
{
	color:#5c6540;
}

/*buttons*/

.RadInput_Forest a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:transparent no-repeat url('WebResource.axd?d=kacAzauLBw2OoDGegy3u_DejQz-V8n9BkEfAF76sFAl7d4RXNldL0xQDsNFnKOvViRvTZRjx6swRnReqKg949w2&t=633795588444078750');
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
}
* html .RadInput_Forest a{position:static}/*IE6*/
*+html .RadInput_Forest a{position:static}/*IE7*/

/*go*/

.RadInput_Forest .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_Forest .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_Forest .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
	margin:0 1px;
}

.RadInput_Forest .riUp
{
	background-position:2px -99px;
}

.RadInput_Forest .riUp:hover
{
	background-position:2px -149px;
}

.RadInput_Forest a.riDown
{
	background-position:2px -199px;
	margin-top:3px;
}

.RadInput_Forest a.riDown:hover
{
	background-position:2px -249px;
}

/*label*/

.RadInput_Forest .riLabel
{
	margin:0 4px 0 0;
	color:#2b2c20;
	white-space:nowrap;
}