/*Telerik RadInput appliedprocess Skin*/

/*global*/

.RadInput_appliedprocess,
.RadInputMgr_appliedprocess
{
}

.RadInput_appliedprocess
{
	display: block;
	background: none;
	/*border: 1px solid #707070;
	width: 151px;*/
	margin: 0px 0px 4px 0px;
}

.RadInput_appliedprocess table
{
}

.RadInput_appliedprocess td
{
	border:0;
	padding:0;
	overflow:visible;/*RadGrid*/
}

.RadInput_appliedprocess .riCell 
{
	padding-right:4px;
}

.RadInput_appliedprocess textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_appliedprocess .riTextBox,
html body .RadInputMgr_appliedprocess
{
	color: #c2c2c2;
	border: solid 3px #959595;
	padding:2px 0 2px 1px;
	font-size: 12px;
	background-color:#555555;
}

html body .RadInput_appliedprocess .riEmpty,
html body .RadInput_Empty_appliedprocess
{
}

html body .RadInput_appliedprocess .riHover,
html body .RadInput_Hover_appliedprocess
{
	border-color:#959595;
	border: solid 3px #ed1c24;
	color: #c2c2c2;
}

html body .RadInput_appliedprocess .riFocused,
html body .RadInput_Focused_appliedprocess
{
	border-color:#959595;
	background-color:#555555;
	color: #c2c2c2;
}

html body .RadInput_appliedprocess .riRead,
html body .RadInput_Read_appliedprocess
{
	border-color:#959595;
}

html body .RadInput_appliedprocess .riDisabled,
html body .RadInput_Disabled_appliedprocess
{
	border-color:#959595;
	color:#c2c2c2;
	cursor:default;
}

html body .RadInput_appliedprocess .riError,
html body .RadInput_Error_appliedprocess
{
}

html body .RadInput_appliedprocess .riNegative,
html body .RadInput_Negative_appliedprocess
{
	color:#c2c2c2;
}

/*buttons*/

.RadInput_appliedprocess a
{
	display:block;
	text-indent:-4444px;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
}
* html .RadInput_appliedprocess a{position:static}/*IE6*/
*+html .RadInput_appliedprocess a{position:static}/*IE7*/

/*go*/

.RadInput_appliedprocess .riBtn a
{
	width:20px;
	height:18px; 
	line-height:18px;
	background-position:4px 4px;
}

/*spin*/

.RadInput_appliedprocess .riSpin a
{
	width:12px;
	height:6px; 
	line-height:6px;
	margin:0 1px;
}

/*.RadInput_appliedprocess .riUp
{
	background-position:3px -49px;
}

.RadInput_appliedprocess .riDown
{
	background-position:3px -99px;
	margin-top:3px;
}*/

/*label*/

.RadInput_appliedprocess .riLabel
{
	margin:0 4px 0 0;
	color:#333;
	white-space:nowrap;
}