/*Telerik RadInput Sunset Skin*/

/*global*/

.RadInput_NCCA,
.RadInputMgr_NCCA
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_NCCA .riTextBox,
html body .RadInputMgr_NCCA
{
	border-color:#949494;
	background:#ffffff;
	color:#262626;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_NCCA .riEmpty,
html body .RadInput_Empty_NCCA
{
	color:#787878;
}

html body .RadInput_NCCA .riHover,
html body .RadInput_Hover_NCCA,
html body .RadInput_NCCA .riFocused,
html body .RadInput_Focused_NCCA
{
	border-color:#8f8f8f;
}

html body .RadInput_NCCA .riRead,
html body .RadInput_Read_NCCA
{
	border-color:#b0b0b0;
}

html body .RadInput_NCCA .riDisabled,
html body .RadInput_Disabled_NCCA
{
	border-color:#b0b0b0;
	color:#787878;
	cursor:default;
}

html body .RadInput_NCCA .riError,
html body .RadInput_Error_NCCA
{
	border-color:#e8e8e8;
	background:#ffffff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b2b2b2;
}

.RadForm.rfdTextbox .RadInput_NCCA .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_NCCA[type="text"]
{
	border-color:#e8e8e8;
	background:#ffffff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b2b2b2;
}

html body .RadInput_NCCA .riNegative,
html body .RadInput_Negative_NCCA
{
	color:#454545;
}

/*buttons*/

.RadInput_NCCA a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_NCCA .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:4px 5px;
}

.RadInput_NCCA .riBtn a:hover
{
	background-position:4px -45px;
}

/*spin*/

.RadInput_NCCA .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_NCCA a.riUp
{
	background-position:4px -98px;
}

.RadInput_NCCA a.riUp:hover
{
	background-position:4px -148px;
}

.RadInput_NCCA a.riDown
{
	background-position:4px -199px;
}

.RadInput_NCCA a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_NCCA .riLabel
{
	color:#262626;
}
