/*Telerik RadInput Windows7 Skin*/

/*global*/

.RadInput_Wholehound,
.RadInputMgr_Wholehound
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Wholehound .riTextBox,
html body .RadInputMgr_Wholehound
{
	border-color:#b8cbde;
	background:#fff;
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Wholehound .riEmpty,
html body .RadInput_Empty_Wholehound
{
	color:#a7a7a7;
}

html body .RadInput_Wholehound .riHover,
html body .RadInput_Hover_Wholehound,
html body .RadInput_Wholehound .riFocused,
html body .RadInput_Focused_Wholehound
{
	border-color:#c1dbfc;
}

html body .RadInput_Wholehound .riRead,
html body .RadInput_Read_Wholehound
{
	border-color:#d9d9d9;
}

html body .RadInput_Wholehound .riDisabled,
html body .RadInput_Disabled_Wholehound
{
	border-color:#d9d9d9;
	color:#a7a7a7;
	cursor:default;
}

html body .RadInput_Wholehound .riError,
html body .RadInput_Error_Wholehound
{
	border-color:#d18185;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

.RadForm.rfdTextbox .RadInput_Wholehound .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Wholehound[type="text"]
{
	border-color:#d18185;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

html body .RadInput_Wholehound .riNegative,
html body .RadInput_Negative_Wholehound
{
	color:#565656;
}

/*buttons*/

.RadInput_Wholehound a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_Wholehound .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_Wholehound .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_Wholehound .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_Wholehound .riUp
{
	background-position:4px -98px;
}

.RadInput_Wholehound .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_Wholehound a.riDown
{
	background-position:4px -199px;
}

.RadInput_Wholehound a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_Wholehound .riLabel
{
	color:#000;
}
