﻿/*Telerik RadInput Vista Skin*/

/*global*/

.RadInput_Vista,
.RadInputMgr_Vista
{
	vertical-align:middle;
}

.RadInput_Vista
{
	font:11px "segoe ui",arial,sans-serif;
}

.RadInput_Vista table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_Vista table td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_Vista .riCell 
{		
	padding-right:4px;
}

.RadInput_Vista textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_Vista .riTextBox,
html body .RadInputMgr_Vista
{
	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_Vista .riEmpty,
html body .RadInput_Empty_Vista
{
	color:#808080;
}

html body .RadInput_Vista .riHover,
html body .RadInput_Hover_Vista
{
	border-color:#5794bf #b7d5ea #c7e2f1 #c5daed;
}

html body .RadInput_Vista .riFocused,
html body .RadInput_Focused_Vista
{
	border-color:#3d7bad #a4c9e3 #b7d9ed #b5cfe7;
}

html body .RadInput_Vista .riRead,
html body .RadInput_Read_Vista
{
	border-color:#afafaf;
}

html body .RadInput_Vista .riDisabled,
html body .RadInput_Disabled_Vista
{
	border-color:#afafaf;
	color:#808080;
	cursor:default;
}

html body .RadInput_Vista .riError,
html body .RadInput_Error_Vista
{
	background:#fff url('WebResource.axd?d=2432alwxOuDyNetzb9i-fv_Zu_3tes6JuAAizBEeIzJ0VsNUwqqxQiSp_Ot1wD4jd-Ik7RWalwfGESn_phvHAg2&t=633631344600000000') 100% -147px no-repeat;
	color:#ff4800;
}

html body .RadInput_Vista .riNegative,
html body .RadInput_Negative_Vista
{
	color:#333;
}

/*buttons*/

.RadInput_Vista a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:url('WebResource.axd?d=2432alwxOuDyNetzb9i-fv_Zu_3tes6JuAAizBEeIzJ0VsNUwqqxQiSp_Ot1wD4jd-Ik7RWalwfGESn_phvHAg2&t=633631344600000000') no-repeat;
	text-indent:-4444px;
	text-align:left;
	text-decoration:none;
	direction:ltr;
}
* html .RadInput_Vista a{position:static}/*IE6*/
*+html .RadInput_Vista a{position:static}/*IE7*/

/*go*/

.RadInput_Vista .riBtn a
{
	width:20px;
	height:18px; 
	line-height:18px;
	background-position:5px 5px;
}

/*spin*/

.RadInput_Vista .riSpin a
{
	width:13px;
	height:7px; 
	line-height:7px;
	margin:0 1px;
}

.RadInput_Vista .riUp
{
	background-position:4px -49px;
}

.RadInput_Vista .riDown
{
	background-position:4px -98px;
	margin-top:2px;
}

/*label*/

.RadInput_Vista .riLabel
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}