/*Telerik RadInput Black Skin*/

/*global*/

.RadInput_AK,
.RadInputMgr_AK
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_AK .riTextBox,
html body .RadInputMgr_AK
{
	border-color:#080808;
	background:#454545 0 -1300px repeat-x url('Input/sprite.gif');
	color:#fff;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_AK .riEmpty,
html body .RadInput_Empty_AK
{
	color:#6f6f6f;
}

html body .RadInput_AK .riHover,
html body .RadInput_Hover_AK,
html body .RadInput_AK .riFocused,
html body .RadInput_Focused_AK
{
	border-color:#5c5c5c;
}

html body .RadInput_AK .riRead,
html body .RadInput_Read_AK
{
	border-color:#141414;
	background:#2e2e2e none;
}

html body .RadInput_AK .riDisabled,
html body .RadInput_Disabled_AK
{
	border-color:#141414;
	background:#2e2e2e none;
	color:#6f6f6f;
	cursor:default;
}

html body .RadInput_AK .riError,
html body .RadInput_Error_AK
{
	border-color:#d51923;
	background:#2e2e2e 100% -298px no-repeat url('Input/sprite.gif');
}

.RadForm.rfdTextbox .RadInput_AK .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_AK[type="text"]
{
	border-color:#d51923;
	background:#2e2e2e 100% -298px no-repeat url('Input/sprite.gif');
}

html body .RadInput_AK .riNegative,
html body .RadInput_Negative_AK
{
	color:#aaa;
}

/*buttons*/

.RadInput_AK a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_AK .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_AK .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_AK .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_AK .riUp
{
	background-position:2px -100px;
}

.RadInput_AK .riUp:hover
{
	background-position:2px -150px;
}

.RadInput_AK a.riDown
{
	background-position:2px -199px;
}

.RadInput_AK a.riDown:hover
{
	background-position:2px -249px;
}

/*label*/

.RadInput_AK .riLabel
{
	color:#fff;
}

