/*Telerik RadInput Default Skin*/

/*global*/

.RadInput_Default, .RadInputMgr_Default
{
	font: small "Segoe UI" , Helvetica;
}

/*textbox states*/

html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default
{
	border-color: #768ca5; /*border-color:#fff;*/
	background: #fff;
	color: #000;
	font: small "Segoe UI" , Helvetica;
}

html body .RadInput_Default .riEmpty, html body .RadInput_Empty_Default
{
	color: #777;
}

html body .RadInput_Default .riHover, html body .RadInput_Hover_Default
{
	/*padding: 1px 5px;*/ /*border: 1px solid #5d9fb7;*/ /*background: #bbddf4;*/ /*color: #0e3d4f;*/
}

html body .RadInput_Default .riFocused, html body .RadInput_Focused_Default
{
	/*border-color:#fff;*/ /*border-color:#133c44;*/
}

html body .RadInput_Default .riRead, html body .RadInput_Read_Default
{
	/*border-color:#fff;*/
	border-color: #768ca5;
}

html body .RadInput_Default .riDisabled, html body .RadInput_Disabled_Default
{
	/*border-color:#fff;*/
	border-color: #b0b0b0;
	color: #777;
	cursor: default;
}

html body .RadInput_Default .riError, html body .RadInput_Error_Default
{
	border-color: #d24000;
	background: #fff 100% -298px no-repeat url('Input/sprite.gif');
	color: #b32d34;
}

.RadForm.rfdTextbox .RadInput_Default .riError[type="text"], .RadForm.rfdTextbox .RadInput_Error_Default[type="text"]
{
	border-color: #d24000;
	background: #fff 100% -298px no-repeat url('Input/sprite.gif');
	color: #b32d34;
}

html body .RadInput_Default .riNegative, html body .RadInput_Negative_Default
{
	color: #444;
}

/*buttons*/

.RadInput_Default a
{
	background: transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_Default .riBtn a
{
	width: 20px;
	height: 18px;
	line-height: 18px;
	background-position: 3px 5px;
}

.RadInput_Default .riBtn a:hover
{
	background-position: 3px -45px;
}

/*spin*/

.RadInput_Default .riSpin a
{
	width: 15px;
	height: 7px;
	line-height: 7px;
}

.RadInput_Default a.riUp
{
	background-position: 4px -98px;
}

.RadInput_Default a.riUp:hover
{
	background-position: 4px -148px;
}

.RadInput_Default a.riDown
{
	background-position: 4px -199px;
}

.RadInput_Default a.riDown:hover
{
	background-position: 4px -249px;
}

/*label*/

.RadInput_Default .riLabel
{
	color: #000;
}
