/*Telerik RadInput Proc Skin*/
/*global*/
.RadInput_Proc,
.RadInputMgr_Proc {
	font: Verdana,Arial,Helvetica,sans-serif;
}

/*textbox states*/
html body .RadInput_Proc .riTextBox,
html body .RadInputMgr_Proc {
	border-color: #b0b0b0;
	background: #fff;
	color: #444444;
	font: Verdana,Arial,Helvetica,sans-serif;
	/*margin: 1px !important;*/
	padding: 2px 1px !important;
}

html body .RadInput_Proc .riEmpty,
html body .RadInput_Empty_Proc {
	color: #8a8a8a;
}

html body .RadInput_Proc .riHover,
html body .RadInput_Hover_Proc,
html body .RadInput_Proc .riFocused,
html body .RadInput_Focused_Proc {
	border-color: #000000;
}

html body .RadInput_Proc .riRead,
html body .RadInput_Read_Proc {
	border-color: #6F6F6F;
}

html body .RadInput_Proc .riDisabled,
html body .RadInput_Disabled_Proc,
.riDisabled {
	border-color: #6F6F6F !important;
	color: #606060 !important;
	background-color: #eeeeee !important;
	cursor: default;
}

html body .RadInput_Proc .riError,
html body .RadInput_Error_Proc {
	border-color: #d51923;
	/*background: white 100% -298px no-repeat url('Input/sprite.gif');*/
	color: #d51923;
}

.RadForm.rfdTextbox .RadInput_Proc .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Proc[type="text"] {
	border-color: #6F6F6F;
	/*background: white 100% -298px no-repeat url('Input/sprite.gif');*/
	color: #d51923;
}

html body .RadInput_Proc .riNegative,
html body .RadInput_Negative_Proc {
	color: #565656;
}

.RadInput_Proc a {
	background: transparent no-repeat url('Input/sprite.gif');
}

.RadInput_Proc .riBtn a {
	width: 20px;
	height: 18px;
	line-height: 18px;
	background-position: 3px 5px;
}

	.RadInput_Proc .riBtn a:hover {
		background-position: 3px -45px;
	}

.RadInput_Proc .riSpin a {
	width: 15px;
	height: 7px;
	line-height: 7px;
}

.RadInput_Proc a.riUp {
	background-position: 4px -98px;
}

	.RadInput_Proc a.riUp:hover {
		background-position: 4px -148px;
	}

.RadInput_Proc a.riDown {
	background-position: 4px -199px;
}

	.RadInput_Proc a.riDown:hover {
		background-position: 4px -249px;
	}

.RadInput_Proc .riLabel {
	color: #000;
}

html body .RadInputRTL_Proc .riError,
html body .RadInputRTL_Error_Proc {
	background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Proc .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Proc[type="text"] {
	background-position: 3px -298px;
}
