/*Telerik RadInput Vista Skin*/

/*global*/

.RadInput_LaBianca,
.RadInputMgr_LaBianca
{
	vertical-align:middle;
}

.RadInput_LaBianca
{
	font: 11px arial, sans-serif;
}

.RadInput_LaBianca table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_LaBianca td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_LaBianca .riCell 
{		
	padding-right:4px;
}

.RadInput_LaBianca textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_LaBianca .riTextBox,
html body .RadInputMgr_LaBianca
{ 
	border-right: #999999 1px solid; 
	padding-right: 0px; 
	border-top: #999999 1px solid; 
	padding-left: 1px; 
	padding-bottom: 2px; 
	border-left: #999999 1px solid; 
	padding-top: 2px; 
	border-bottom: #999999 1px solid;
	background:#fff;
	color:#000;
	font:11px arial,sans-serif; }

	/*border:1px solid;
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	padding:4px 0 4px 1px;
	background:#fff;
	color:#000;
	font:11px "segoe ui",arial,sans-serif;*/


html body .RadInput_LaBianca .riEmpty,
html body .RadInput_Empty_LaBianca
{
	color:#808080;
}

html body .RadInput_LaBianca .riHover,
html body .RadInput_Hover_LaBianca
{
	border-color:#5794bf #b7d5ea #c7e2f1 #c5daed;
}

html body .RadInput_LaBianca .riFocused,
html body .RadInput_Focused_LaBianca
{
	border-color:#3d7bad #a4c9e3 #b7d9ed #b5cfe7;
}

html body .RadInput_LaBianca .riRead,
html body .RadInput_Read_LaBianca
{
	border-color:#afafaf;
}

html body .RadInput_LaBianca .riDisabled,
html body .RadInput_Disabled_LaBianca
{
	border-color:#afafaf;
	color:#808080;
	cursor:default;
}

html body .RadInput_LaBianca .riError,
html body .RadInput_Error_LaBianca
{
	background:#fff url('Input/sprite.gif') 100% -147px no-repeat;
	color:#ff4800;
}

html body .RadInput_LaBianca .riNegative,
html body .RadInput_Negative_LaBianca
{
	color:#333;
}

/*buttons*/

.RadInput_LaBianca a
{
	display:block;
	text-indent:-4444px;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:url('Input/sprite.gif') no-repeat;
}
* html .RadInput_LaBianca a{position:static}/*IE6*/
*+html .RadInput_LaBianca a{position:static}/*IE7*/

/*go*/

.RadInput_LaBianca .riBtn a
{
	width:20px;
	height:18px; 
	line-height:18px;
	background-position:5px 5px;
}

/*spin*/

.RadInput_LaBianca .riSpin a
{
	width:13px;
	height:7px; 
	line-height:7px;
	margin:0 1px;
}

.RadInput_LaBianca .riUp
{
	background-position:4px -49px;
}

.RadInput_LaBianca .riDown
{
	background-position:4px -98px;
	margin-top:2px;
}

/*label*/

.RadInput_LaBianca .riLabel
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}