/*Telerik RadInput Fotohub Skin*/

/*global*/

.RadInput_Fotohub,
.RadInputMgr_Fotohub
{
	font:12px arial;
}

/*textbox states*/

html body .RadInput_Fotohub .riTextBox,
html body .RadInputMgr_Fotohub
{
	border-color:#938879;
	background:#fff;
	color:#272522;
	font:12px arial;
}

html body .RadInput_Fotohub .riEmpty,
html body .RadInput_Empty_Fotohub
{
	color:#777;
}

html body .RadInput_Fotohub .riHover,
html body .RadInput_Hover_Fotohub,
html body .RadInput_Fotohub .riFocused,
html body .RadInput_Focused_Fotohub
{
	border-color:#904c23;
}

html body .RadInput_Fotohub .riRead,
html body .RadInput_Read_Fotohub
{
	border-color:#b0b0b0;
}

html body .RadInput_Fotohub .riDisabled,
html body .RadInput_Disabled_Fotohub
{
	border-color:#b0b0b0;
	color:#777;
	cursor:default;
}

html body .RadInput_Fotohub .riError,
html body .RadInput_Error_Fotohub
{
	border-color:#e92600;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

.RadForm.rfdTextbox .RadInput_Fotohub .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Fotohub[type="text"]
{
	border-color:#e92600;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

html body .RadInput_Fotohub .riNegative,
html body .RadInput_Negative_Fotohub
{
	color:#444;
}

/*buttons*/

.RadInput_Fotohub a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_Fotohub .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:4px 5px;
}

.RadInput_Fotohub .riBtn a:hover
{
	background-position:4px -45px;
}

/*spin*/

.RadInput_Fotohub .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_Fotohub .riUp
{
	background-position:4px -98px;
}

.RadInput_Fotohub .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_Fotohub a.riDown
{
	background-position:4px -199px;
}

.RadInput_Fotohub a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_Fotohub .riLabel
{
	color:#272522;
}