/*Telerik RadInput Default Skin*/

/*global*/

.RadInput_owners_i_rent,
.RadInputMgr_owners_i_rent
{
	font:11px Tahoma;
	/*width:200px;*/
}

/*textbox states*/

html body .RadInput_owners_i_rent .riTextBox,
html body .RadInputMgr_owners_i_rent
{
	border-color:#8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
	background:#fff;
	color:#000;
	font:11px Tahoma;
	width:200px;
}

html body .RadInput_owners_i_rent .riEmpty,
html body .RadInput_Empty_owners_i_rent
{
	color:#8a8a8a;
}

html body .RadInput_owners_i_rent .riHover,
html body .RadInput_Hover_owners_i_rent,
html body .RadInput_owners_i_rent .riFocused,
html body .RadInput_Focused_owners_i_rent
{
	border-color:#515151;
}

html body .RadInput_owners_i_rent .riRead,
html body .RadInput_Read_owners_i_rent
{
	border-color:#d0d0d0;
}

html body .RadInput_owners_i_rent .riDisabled,
html body .RadInput_Disabled_owners_i_rent
{
	border-color:#d0d0d0;
	color:#8a8a8a;
	cursor:default;
}

html body .RadInput_owners_i_rent .riError,
html body .RadInput_Error_owners_i_rent
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	/*color:#d50023;*/
	
}

.RadForm.rfdTextbox .RadInput_owners_i_rent .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_owners_i_rent[type="text"]
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
/*	color:#d51923;*/
	
}

html body .RadInput_owners_i_rent .riNegative,
html body .RadInput_Negative_owners_i_rent
{
	color:#565656;
}

/*buttons*/

.RadInput_owners_i_rent a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_owners_i_rent .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_owners_i_rent .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_owners_i_rent .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_owners_i_rent .riUp
{
	background-position:4px -98px;
}

.RadInput_owners_i_rent .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_owners_i_rent a.riDown
{
	background-position:4px -199px;
}

.RadInput_owners_i_rent a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_owners_i_rent .riLabel
{
	color:#000;
}
