/*Telerik RadInput Ocif Skin*/

/*global*/

.RadInput_Ocif,
.RadInputMgr_Ocif
{
	font:11px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Ocif .riTextBox,
html body .RadInputMgr_Ocif
{
	border-color:#7F9DB9;
	background:#FFF;
	color:#000;
	font:11px "segoe ui",arial,sans-serif;
    /*text-align: right; */
  height: 20px
}

html body .RadInput_Ocif .riEmpty,
html body .RadInput_Empty_Ocif
{
	color:#778899;
}

html body .RadInput_Ocif .riHover,
html body .RadInput_Hover_Ocif
{
	border-color:#4682B4;
}

html body .RadInput_Ocif .riFocused,
html body .RadInput_Focused_Ocif
{
	border-color:#25a0da;
}

html body .RadInput_Ocif .riRead,
html body .RadInput_Read_Ocif
{
	border-color:#778899;
}

html body .RadInput_Ocif .riDisabled,
html body .RadInput_Disabled_Ocif
{
	color:#D3D3D3;
	cursor:default;
}

html body .RadInput_Ocif .riError,
html body .RadInput_Error_Ocif
{
	border-color:#de3914;
	background:#ffe9e9 100% -298px no-repeat url('Input/sprite.gif');
	color:#de3914;
}

.RadForm.rfdTextbox .RadInput_Ocif .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Ocif[type="text"]
{
	border-color:#de3914;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#de3914;
}

html body .RadInput_Ocif .riNegative,
html body .RadInput_Negative_Ocif
{
	color:#565656;
}

/*buttons*/

.RadInput_Ocif a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_Ocif .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_Ocif .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_Ocif .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_Ocif a.riUp
{
	background-position:4px -98px;
}

.RadInput_Ocif a.riUp:hover
{
	background-position:4px -148px;
}

.RadInput_Ocif a.riDown
{
	background-position:4px -199px;
}

.RadInput_Ocif a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_Ocif .riLabel
{
	color:#666;
}

/*rtl*/

html body .RadInputRTL_Ocif .riError,
html body .RadInputRTL_Error_Ocif
{
	background-position:3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Ocif .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Ocif[type="text"]
{
	background-position:3px -298px;
}