/*Telerik RadInput Default Skin*/

/*global*/

.RadInput_Input_Apec,
.RadInputMgr_Input_Apec
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Input_Apec .riTextBox,
html body .RadInputMgr_Input_Apec
{
	border-color:#8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
	background:#000;
	color:red;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Input_Apec .riEmpty,
html body .RadInput_Empty_Input_Apec
{
	color:#8a8a8a;
}

html body .RadInput_Input_Apec .riHover,
html body .RadInput_Hover_Input_Apec,
html body .RadInput_Input_Apec .riFocused,
html body .RadInput_Focused_Input_Apec
{
	border-color:#515151;
}

html body .RadInput_Input_Apec .riRead,
html body .RadInput_Read_Input_Apec
{
	border-color:#d0d0d0;
}

html body .RadInput_Input_Apec .riDisabled,
html body .RadInput_Disabled_Input_Apec
{
	border-color:#d0d0d0;
	color:#8a8a8a;
	cursor:default;
}

html body .RadInput_Input_Apec .riError,
html body .RadInput_Error_Input_Apec
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('images/sprite.gif');
	color:#d51923;
}

.RadForm.rfdTextbox .RadInput_Input_Apec .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Input_Apec[type="text"]
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('images/sprite.gif');
	color:#d51923;
}

html body .RadInput_Input_Apec .riNegative,
html body .RadInput_Negative_Input_Apec
{
	color:#565656;
}

/*buttons*/

.RadInput_Input_Apec a
{
	background:transparent no-repeat url('images/sprite.gif');
}

/*go*/

.RadInput_Input_Apec .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_Input_Apec .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_Input_Apec .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_Input_Apec a.riUp
{
	background-position:4px -98px;
}

.RadInput_Input_Apec a.riUp:hover
{
	background-position:4px -148px;
}

.RadInput_Input_Apec a.riDown
{
	background-position:4px -199px;
}

.RadInput_Input_Apec a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_Input_Apec .riLabel
{
	color:#000;
}

/*rtl*/

html body .RadInputRTL_Input_Apec .riError,
html body .RadInputRTL_Error_Input_Apec
{
	background-position:3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Input_Apec .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Input_Apec[type="text"]
{
	background-position:3px -298px;
} 