/*Telerik RadInput Telerik Skin*/

/*global*/

.RadInput_MyCustomSkin,
.RadInputMgr_MyCustomSkin
{
	font:14px Helvetica, Arial, sans-serif;
}

/*textbox states*/

html body .RadInput_MyCustomSkin .riTextBox,
html body .RadInputMgr_MyCustomSkin
{
	background-image:url('Input/form_bg.jpg');
	background-repeat:repeat-x;
	border:1px solid #d0d2d6;
	color:#444444;
	padding:3px;
	margin-right:4px;
	margin-bottom:2px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

html body .RadInput_MyCustomSkin .riEmpty,
html body .RadInput_Empty_MyCustomSkin
{
	color:#8a8a8a;
}

html body .RadInput_MyCustomSkin .riHover,
html body .RadInput_Hover_MyCustomSkin,
html body .RadInput_MyCustomSkin .riFocused,
html body .RadInput_Focused_MyCustomSkin
{
	border-color: #11175E #11175E #11175E
}

html body .RadInput_MyCustomSkin .riRead,
html body .RadInput_Read_MyCustomSkin
{
	border-color:#d0d0d0;
}

html body .RadInput_MyCustomSkin .riDisabled,
html body .RadInput_Disabled_MyCustomSkin
{
	border-color:#d0d0d0;
	color:#8a8a8a;
	cursor:default;
}

html body .RadInput_MyCustomSkin .riError,
html body .RadInput_Error_MyCustomSkin
{
	border-color:#C61936;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#d51923;
}

.RadForm.rfdTextbox .RadInput_MyCustomSkin .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_MyCustomSkin[type="text"]
{
	border-color:#C61936;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#d51923;
}

html body .RadInput_MyCustomSkin .riNegative,
html body .RadInput_Negative_MyCustomSkin
{
	color:#565656;
}

/*buttons*/

.RadInput_MyCustomSkin a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_MyCustomSkin .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_MyCustomSkin .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_MyCustomSkin .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_MyCustomSkin a.riUp
{
	background-position:4px -98px;
}

.RadInput_MyCustomSkin a.riUp:hover
{
	background-position:4px -148px;
}

.RadInput_MyCustomSkin a.riDown
{
	background-position:4px -199px;
}

.RadInput_MyCustomSkin a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_MyCustomSkin .riLabel
{
	color:#000;
}

/*rtl*/

html body .RadInputRTL_MyCustomSkin .riError,
html body .RadInputRTL_Error_MyCustomSkin
{
	background-position:3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_MyCustomSkin .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_MyCustomSkin[type="text"]
{
	background-position:3px -298px;
}