/*Telerik RadInput Vista Skin*/

/*global*/

.RadInput_CustomVista,
.RadInputMgr_CustomVista
{
	font:12px arial;
}

/*textbox states*/

html body .RadInput_CustomVista .riTextBox,
html body .RadInputMgr_CustomVista
{
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	background:#fff;
	color:#000;
	font:9pt Arial;
}

html body .RadInput_CustomVista .riEmpty,
html body .RadInput_Empty_CustomVista
{
	color:#8a8a8a;
}

html body .RadInput_CustomVista .riHover,
html body .RadInput_Hover_CustomVista,
html body .RadInput_CustomVista .riFocused,
html body .RadInput_Focused_CustomVista
{
	border-color:#5794bf #b7d5ea #c7e2f1 #c5daed;
}

html body .RadInput_CustomVista .riRead,
html body .RadInput_Read_CustomVista
{
	border-color:#e3e9ef;
}

html body .RadInput_CustomVista .riDisabled,
html body .RadInput_Disabled_CustomVista
{
	border-color:#e3e9ef;
	color:#8a8a8a;
	cursor:default;
}

html body .RadInput_CustomVista .riError,
html body .RadInput_Error_CustomVista
{
	border-color:#b32d34 #dc643f #ea8541 #e5713e;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

.RadForm.rfdTextbox .RadInput_CustomVista .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_CustomVista[type="text"]
{
	border-color:#b32d34 #dc643f #ea8541 #e5713e;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

html body .RadInput_CustomVista .riNegative,
html body .RadInput_Negative_CustomVista
{
	color:#565656;
}

/*buttons*/

.RadInput_CustomVista a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_CustomVista .riBtn a
{
	width:20px;
	height:18px; 
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_CustomVista .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_CustomVista .riSpin a
{
	width:15px;
	height:7px; 
	line-height:7px;
}

.RadInput_CustomVista .riUp
{
	background-position:4px -98px;
}

.RadInput_CustomVista .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_CustomVista a.riDown
{
	background-position:4px -199px;
}

.RadInput_CustomVista a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_CustomVista .riLabel
{
	color:#000;
}
