﻿/* 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*/

.radEnabledCss_Vista,
.radEmptyMessageCss_Vista,
.radHoverCss_Vista,
.radFocusedCss_Vista,
.radReadOnlyCss_Vista,
.radDisabledCss_Vista,
.radNegativeCss_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;
}

.radEmptyMessageCss_Vista
{
	color:#808080;
	font-style:italic;
}

.radHoverCss_Vista 
{
	border-color:#5794bf #b7d5ea #c7e2f1 #c5daed;
}

.radFocusedCss_Vista
{
	border-color:#3d7bad #a4c9e3 #b7d9ed #b5cfe7;
}

.radReadOnlyCss_Vista,
.radDisabledCss_Vista
{
	border-color:#afafaf;
}

.radDisabledCss_Vista
{
	color:#808080;
	cursor:default;
}

.radInvalidCss_Vista 
{
	color:#ff4800;
}

.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=_66sQyqvTQ75YXgJQR-_Yjvc6wXcHGwKCJZSnB3pSFarYe3j2ELf74hUKPI3zY91IMZTM5qUYdkRKnO8ka41Mw2&t=633963213807656250') 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;
}
