﻿/* Telerik RadInput Vista skin */

/*global*/

.radInput_Vista
{
	font:11px "segoe ui",arial,sans-serif;
	vertical-align:middle;
}

.radInput_Vista table,
.radInput_Vista table td
{
	border:0;
}

.radInput_Vista table
{
	vertical-align:bottom;
}

.radInput_Vista td
{
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.radInput_Vista td.inputCell 
{		
	padding-right:4px;
}

.radInput_Vista textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .radInput_Vista .radEnabledCss_Vista,
html body .radInput_Vista .radEmptyMessageCss_Vista,
html body .radInput_Vista .radHoverCss_Vista,
html body .radInput_Vista .radFocusedCss_Vista,
html body .radInput_Vista .radReadOnlyCss_Vista,
html body .radInput_Vista .radDisabledCss_Vista,
html body .radInput_Vista .radNegativeCss_Vista,
html body .radInput_Vista .radInvalidCss_Vista
{
	border:solid 1px;
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	padding:3px 0 5px 1px;
	background:#fff;
	color:#000;
	font:11px "segoe ui",arial,sans-serif;
}

html body .radInput_Vista .radEmptyMessageCss_Vista
{
	color:#808080;
}

html body .radInput_Vista .radHoverCss_Vista
{
	border-color:#5794bf #b7d5ea #c7e2f1 #c5daed;
}

html body .radInput_Vista .radFocusedCss_Vista
{
	border-color:#3d7bad #a4c9e3 #b7d9ed #b5cfe7;
}

html body .radInput_Vista .radReadOnlyCss_Vista,
html body .radInput_Vista .radDisabledCss_Vista
{
	border-color:#afafaf;
}

html body .radInput_Vista .radDisabledCss_Vista
{
	color:#808080;
	cursor:default;
}

html body .radInput_Vista .radInvalidCss_Vista
{
	color:#ff4800;
}

html body .radInput_Vista .radNegativeCss_Vista
{
	color:#333;
}

/*buttons*/

.radInput_Vista a
{
	display:block;
	text-indent:-4444px;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:url('WebResource.axd?d=rXsZAEug8L9JJgamMOf5z0bz6rXv5xY10yxhLt220x0ZyGMgLZpUrcm38tdEMWZp1F0WSAGQEJZxldsyhibblA2&t=634183705900910769') no-repeat;
}
* html .radInput_Vista a{position:static}/*IE6*/
*+html .radInput_Vista a{position:static}/*IE7*/

/*go*/


.radInput_Vista a.gobutton
{
	width:20px;
	height:16px; 
	line-height:16px;
	background-position:3px 4px;
}

.radInput_Vista a.spinbutton
{
	width:13px;
	height:7px; 
	line-height:7px;
}

.radInput_Vista a.up
{
	background-position:2px -39px;
}

.radInput_Vista a.down
{
	background-position:2px -75px;
	margin-top:2px;
}

/*label*/

.radLabelCss_Vista
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}
