/*Telerik RadInput Verdana Skin*/

/*global*/

.RadInput_D3Soft,
.RadInputMgr_D3Soft
{
    font-size: 12px;
    width: 136px;
}

.RadInputMgr_D3Soft.RadInputMgr
{
    height: auto;
}

/*textbox states*/

html body .RadInput_D3Soft .riTextBox,
html body .RadInputMgr_D3Soft
{
	border-color:#8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
	background:#fff;
	color:#000;
    font-size: 12px;
    padding: 2px 3px 3px 3px !important;
    
}

html body .RadInput_D3Soft .riEmpty,
html body .RadInput_Empty_D3Soft
{
	color:#8a8a8a;
}

html body .RadInput_D3Soft .riHover,
html body .RadInput_Hover_D3Soft,
html body .RadInput_D3Soft .riFocused,
html body .RadInput_Focused_D3Soft
{
	border-color:#515151;
}

html body .RadInput_D3Soft .riRead,
html body .RadInput_Read_D3Soft
{
	border-color:#d0d0d0;
}

html body .RadInput_D3Soft .riDisabled,
html body .RadInput_Disabled_D3Soft
{
	border-color:#d0d0d0;
	color:#8a8a8a;
	cursor:Verdana;
}

html body .RadInput_D3Soft .riError,
html body .RadInput_Error_D3Soft
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#d51923;
}

.RadForm.rfdTextbox .RadInput_D3Soft .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_D3Soft[type="text"]
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#d51923;
}

html body .RadInput_D3Soft .riNegative,
html body .RadInput_Negative_D3Soft
{
	color:#565656;
}

/*buttons*/

.RadInput_D3Soft a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_D3Soft .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_D3Soft .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_D3Soft .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_D3Soft a.riUp
{
	background-position:4px -98px;
}

.RadInput_D3Soft a.riUp:hover
{
	background-position:4px -148px;
}

.RadInput_D3Soft a.riDown
{
	background-position:4px -199px;
}

.RadInput_D3Soft a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_D3Soft .riLabel
{
	color:#000;
}

/*rtl*/

html body .RadInputRTL_D3Soft .riError,
html body .RadInputRTL_Error_D3Soft
{
	background-position:3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_D3Soft .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_D3Soft[type="text"]
{
	background-position:3px -298px;
} 

