/*Telerik RadInput Office2007 Skin*/

/*global*/

.RadInput_Wids,
.RadInputMgr_Wids
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Wids .riTextBox,
html body .RadInputMgr_Wids
{
	border-color:#c5d2de;
	background:#ffffff;
	color:#000000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Wids .riEmpty,
html body .RadInput_Empty_Wids
{
	color:#8c8c8c;
}

html body .RadInput_Wids .riHover,
html body .RadInput_Hover_Wids,
html body .RadInput_Wids .riFocused,
html body .RadInput_Focused_Wids
{
	border-color:#61798f;
}

html body .RadInput_Wids .riRead,
html body .RadInput_Read_Wids
{
	border-color:#dfe6ed;
}

html body .RadInput_Wids .riDisabled,
html body .RadInput_Disabled_Wids
{
	border-color:#dfe6ed;
	color:#8c8c8c;
	cursor:default;
}

html body .RadInput_Wids .riError,
html body .RadInput_Error_Wids
{
	border-color:#7293b2 #91b7db #9bc4eb;
	background:#ffffff 100% -298px no-repeat url('Input/sprite.gif');
	color:#7293b2;
}

.RadForm.rfdTextbox .RadInput_Wids .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Wids[type="text"]
{
	border-color:#7293b2 #91b7db #9bc4eb;
	background:#ffffff 100% -298px no-repeat url('Input/sprite.gif');
	color:#7293b2;
}

html body .RadInput_Wids .riNegative,
html body .RadInput_Negative_Wids
{
	color:#575757;
}

/*buttons*/

.RadInput_Wids a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_Wids .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_Wids .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_Wids .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_Wids a.riUp
{
	background-position:4px -98px;
}

.RadInput_Wids a.riUp:hover
{
	background-position:4px -148px;
}

.RadInput_Wids a.riDown
{
	background-position:4px -199px;
}

.RadInput_Wids a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_Wids .riLabel
{
	color:#000000;
}

/*rtl*/

html body .RadInputRTL_Wids .riError,
html body .RadInputRTL_Error_Wids
{
	background-position:3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Wids .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Wids[type="text"]
{
	background-position:3px -298px;
}

