/*Telerik RadInput Transparent Skin*/

/*global*/

.RadInput_VIBE_1_0,
.RadInputMgr_VIBE_1_0
{
	font:12px "Droid Sans", Verdana, Arial, Sans; 
	line-height: 20px;
	vertical-align: baseline !important;
}

/*textbox states*/

html body .RadInput_VIBE_1_0 .riTextBox,
html body .RadInputMgr_VIBE_1_0
{
	border-color:#9e9e9e #e3e3e3 #e3e3e3 #9e9e9e;
	border-color:rgba(0,0,0,0.38) rgba(204,204,204,0.55) rgba(204,204,204,0.55) rgba(0,0,0,0.38);
	background:url('Common/TransContent_42.png');
	color: #484848;
	font:12px "Droid Sans", Verdana, Arial, Sans; 
}

html body .RadInput_VIBE_1_0 .riEmpty,
html body .RadInput_Empty_VIBE_1_0
{
	color:#8d8d8d;
}

html body .RadInput_VIBE_1_0 .riHover,
html body .RadInput_Hover_VIBE_1_0,
html body .RadInput_VIBE_1_0 .riFocused,
html body .RadInput_Focused_VIBE_1_0
{
	border-color:#f3d64a;
}

html body .RadInput_VIBE_1_0 .riRead,
html body .RadInput_Read_VIBE_1_0
{
	border-color:#ccdbed;
}

html body .RadInput_VIBE_1_0 .riDisabled,
html body .RadInput_Disabled_VIBE_1_0
{
	border-color:#9e9e9e #e3e3e3 #e3e3e3 #9e9e9e;
	border-color:rgba(0,0,0,0.38) rgba(204,204,204,0.55) rgba(204,204,204,0.55) rgba(0,0,0,0.38);
	background:url('Common/TransContent_22.png');
	color:#737373;
	font:12px "Droid Sans", Verdana, Arial, Sans; 
}

html body .RadInput_VIBE_1_0 .riError,
html body .RadInput_Error_VIBE_1_0
{
	border-color:#e50000 #dc643f #ea8541;
	background:#f6f6f6 100% -298px no-repeat url('Input/sprite.png');
	color:#b32d34;
}

.RadForm.rfdTextbox .RadInput_VIBE_1_0 .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_VIBE_1_0[type="text"]
{
    border-style: inset;
	border-color:#b32d34 #dc643f #ea8541;
	background:#fff 100% -298px no-repeat url('Input/sprite.png');
	color:#b32d34;
}

/*buttons*/

.RadInput_VIBE_1_0 a
{
	background:transparent no-repeat url('Input/sprite.png');
}

/*go*/

.RadInput_VIBE_1_0 .riBtn a
{
	width:21px;
	height:18px;
	line-height:18px;
	background-position:3px 6px;
}

.RadInput_VIBE_1_0 .riBtn a:hover
{
	background-position:3px -44px;
}

/*spin*/

.RadInput_VIBE_1_0 .riSpin a
{
	width:13px;
	height:11px;
	line-height:10px;
}

.RadInput_VIBE_1_0 a.riUp
{
	background-position:0 -96px;
}

.RadInput_VIBE_1_0 a.riUp:hover
{
	background-position:0 -146px;
}

.RadInput_VIBE_1_0 a.riDown
{
	background-position:0 -198px;
	margin-top:0;
}

.RadInput_VIBE_1_0 a.riDown:hover
{
	background-position:0 -247px;
}

/*label*/

.RadInput_VIBE_1_0 .riLabel
{
    color: #484848
}

/*rtl*/

html body .RadInputRTL_VIBE_1_0 .riError,
html body .RadInputRTL_Error_VIBE_1_0
{
	background-position:3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_VIBE_1_0 .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_VIBE_1_0[type="text"]
{
	background-position:3px -298px;
}