/*Telerik RadInput Black Skin*/

/*global*/

.RadInput_PlayerMania,
.RadInputMgr_PlayerMania
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_PlayerMania .riTextBox,
html body .RadInputMgr_PlayerMania
{
	border-color:#080808;
	background:#454545 0 -1300px repeat-x url('Input/sprite.gif');
	color:#ffffff;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_PlayerMania .riEmpty,
html body .RadInput_Empty_PlayerMania
{
	color:#707070;
}

html body .RadInput_PlayerMania .riHover,
html body .RadInput_Hover_PlayerMania,
html body .RadInput_PlayerMania .riFocused,
html body .RadInput_Focused_PlayerMania
{
	border-color:#5c5c5c;
}

html body .RadInput_PlayerMania .riRead,
html body .RadInput_Read_PlayerMania
{
	border-color:#141414;
	background:#2e2e2e none;
}

html body .RadInput_PlayerMania .riDisabled,
html body .RadInput_Disabled_PlayerMania
{
	border-color:#141414;
	background:#2e2e2e none;
	color:#707070;
	cursor:default;
}

html body .RadInput_PlayerMania .riError,
html body .RadInput_Error_PlayerMania
{
	border-color:#d61a1d;
	background:#2e2e2e 100% -298px no-repeat url('Input/sprite.gif');
}

.RadForm.rfdTextbox .RadInput_PlayerMania .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_PlayerMania[type="text"]
{
	border-color:#d61a1d;
	background:#2e2e2e 100% -298px no-repeat url('Input/sprite.gif');
}

html body .RadInput_PlayerMania .riNegative,
html body .RadInput_Negative_PlayerMania
{
	color:#ababab;
}

/*buttons*/

.RadInput_PlayerMania a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_PlayerMania .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_PlayerMania .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_PlayerMania .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_PlayerMania a.riUp
{
	background-position:2px -100px;
}

.RadInput_PlayerMania a.riUp:hover
{
	background-position:2px -150px;
}

.RadInput_PlayerMania a.riDown
{
	background-position:2px -199px;
}

.RadInput_PlayerMania a.riDown:hover
{
	background-position:2px -249px;
}

/*label*/

.RadInput_PlayerMania .riLabel
{
	color:#ffffff;
}
