/*Telerik RadInput VFB Skin*/

/*global*/

.RadInput_VFB,
.RadInputMgr_VFB
{
	font:10px Verdana, Geneva, ms sans serif;
}

/*textbox states*/

html body .RadInput_VFB .riTextBox,
html body .RadInputMgr_VFB
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #eeeeff;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
}

html body .RadInput_VFB .riEmpty,
html body .RadInput_Empty_VFB
{
	color:#8d8d8d;
}

html body .RadInput_VFB .riHover,
html body .RadInput_Hover_VFB,
html body .RadInput_VFB .riFocused,
html body .RadInput_Focused_VFB
{
	border-color:#305090;
}

html body .RadInput_VFB .riRead,
html body .RadInput_Read_VFB
{
	border-color:#ccdbed;
}

html body .RadInput_VFB .riDisabled,
html body .RadInput_Disabled_VFB
{
	border-color:#ccdbed;
	color:#8d8d8d;
	cursor:default;
}

html body .RadInput_VFB .riError,
html body .RadInput_Error_VFB
{
	border-color:#b32d34 #dc643f #ea8541;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

.RadForm.rfdTextbox .RadInput_VFB .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_VFB[type="text"]
{
	border-color:#b32d34 #dc643f #ea8541;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

html body .RadInput_VFB .riNegative,
html body .RadInput_Negative_VFB
{
	color:#565656;
}

.field_input, .fi {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #eeeeff;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	}


/*buttons*/

.RadInput_VFB a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_VFB .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_VFB .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_VFB .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_VFB .riUp
{
	background-position:4px -98px;
}

.RadInput_VFB .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_VFB a.riDown
{
	background-position:4px -199px;
}

.RadInput_VFB a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_VFB .riLabel
{
	color:#000;
}