/*Telerik RadInput Sitefinity Skin*/

/*global*/

.RadInput_Legacy,
.RadInputMgr_Legacy
{
	/*font:12px "segoe ui",arial,sans-serif;*/
	font:bold 14px 'Trebuchet MS',Arial,Tahoma,Verdana,Serif;
}

/*textbox states*/

html body .RadInput_Legacy .riTextBox,
html body .RadInputMgr_Legacy
{
	color:#000;
	/*font:12px "segoe ui",arial,sans-serif;*/
	font:bold 14px 'Trebuchet MS',Arial,Tahoma,Verdana,Serif;
	padding:0.15em;
	width:185px;
	border:1px solid #ddd;
	background:#fff;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

html body .RadInput_Legacy .riEmpty,
html body .RadInput_Empty_Legacy
{
	color:#8a8a8a;
}

html body .RadInput_Legacy .riHover,
html body .RadInput_Hover_Legacy,
html body .RadInput_Legacy .riFocused,
html body .RadInput_Focused_Legacy
{
	border-color:#abadb3;
}

html body .RadInput_Legacy .riRead,
html body .RadInput_Read_Legacy
{
	border-color:#dfdfdf;
}

html body .RadInput_Legacy .riDisabled,
html body .RadInput_Disabled_Legacy
{
	border-color:#dfdfdf;
	color:#afaeae;
	cursor:default;
}

html body .RadInput_Legacy .riError,
html body .RadInput_Error_Legacy
{
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#e50000;
}

.RadForm.rfdTextbox .RadInput_Legacy .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Legacy[type="text"]
{
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#e50000;
}

html body .RadInput_Legacy .riNegative,
html body .RadInput_Negative_Legacy
{
	color:#565656;
}

/*buttons*/

.RadInput_Legacy a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_Legacy .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_Legacy .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_Legacy .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_Legacy .riUp
{
	background-position:4px -98px;
}

.RadInput_Legacy .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_Legacy a.riDown
{
	background-position:4px -199px;
}

.RadInput_Legacy a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_Legacy .riLabel
{
	color:#000;
}
