/*Telerik RadInput Vista Skin*/

/*global*/

.RadInput_SelectBedding,
.RadInputMgr_SelectBedding
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_SelectBedding .riTextBox,
html body .RadInputMgr_SelectBedding
{
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	background:#fff;
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_SelectBedding .riEmpty,
html body .RadInput_Empty_SelectBedding
{
	color:#8a8a8a;
}

html body .RadInput_SelectBedding .riHover,
html body .RadInput_Hover_SelectBedding,
html body .RadInput_SelectBedding .riFocused,
html body .RadInput_Focused_SelectBedding
{
	border-color:#5794bf #b7d5ea #c7e2f1 #c5daed;
}

html body .RadInput_SelectBedding .riRead,
html body .RadInput_Read_SelectBedding
{
	border-color:#e3e9ef;
}

html body .RadInput_SelectBedding .riDisabled,
html body .RadInput_Disabled_SelectBedding
{
	border-color:#e3e9ef;
	color:#8a8a8a;
	cursor:default;
}

html body .RadInput_SelectBedding .riError,
html body .RadInput_Error_SelectBedding
{
	border-color:#b32d34 #dc643f #ea8541 #e5713e;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

.RadForm.rfdTextbox .RadInput_SelectBedding .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_SelectBedding[type="text"]
{
	border-color:#b32d34 #dc643f #ea8541 #e5713e;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

html body .RadInput_SelectBedding .riNegative,
html body .RadInput_Negative_SelectBedding
{
	color:#565656;
}

/*buttons*/

.RadInput_SelectBedding a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_SelectBedding .riBtn a
{
	width:20px;
	height:18px; 
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_SelectBedding .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_SelectBedding .riSpin a
{
	width:15px;
	height:9px; 
	line-height:7px;
}

.RadInput_SelectBedding a.riUp
{
	background: transparent url('../../images/btn_arrow_up.gif') no-repeat; 
}

.RadInput_SelectBedding a.riDown
{
	background: transparent url('../../images/btn_arrow_down.gif') no-repeat; 
}

/*label*/

.RadInput_SelectBedding .riLabel
{
	color:#000;
}