/* Telerik RadInput CustomVista skin */

/*global*/

.radInput_CustomVista
{
	font:11px "segoe ui",arial,sans-serif;
	vertical-align:middle;
}

.radInput_CustomVista table,
.radInput_CustomVista table td
{
	border:0;
}

.radInput_CustomVista table
{
	vertical-align:bottom;
}

.radInput_CustomVista td
{
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.radInput_CustomVista td.inputCell 
{		
	padding-right:4px;
}

.radInput_CustomVista textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

.radEnabledCss_CustomVista,
.radEmptyMessageCss_CustomVista,
.radHoverCss_CustomVista,
.radFocusedCss_CustomVista,
.radReadOnlyCss_CustomVista,
.radDisabledCss_CustomVista,
.radNegativeCss_CustomVista,
.radInvalidCss_CustomVista
{
	border:solid 1px;
	padding:3px 0 3px 1px;
	font:10px verdana;
	color:#000;
}

.radEnabledCss_CustomVista,
.radEmptyMessageCss_CustomVista
{
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
}

.radEmptyMessageCss_CustomVista
{
	color:#333;
}

.radHoverCss_CustomVista 
{
	border-color:#5794bf #b7d5ea #c7e2f1 #c5daed;
}

.radFocusedCss_CustomVista
{
	border-color:#3d7bad #a4c9e3 #b7d9ed #b5cfe7;
}

.radReadOnlyCss_CustomVista,
.radDisabledCss_CustomVista
{
	border-color:#aeaeae;
	background:#f0f0f0;
	color:#ccc;
}

.radNegativeCss_CustomVista 
{
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	color:#333;
}

.radInvalidCss_CustomVista 
{
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	color:#ff4800;
}

/*buttons*/

.radInput_CustomVista 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_CustomVista a{position:static}/*IE6*/
*+html .radInput_CustomVista a{position:static}/*IE7*/

/*go*/


.radInput_CustomVista a.gobutton
{
	width:20px;
	height:16px; 
	line-height:16px;
	background-position:3px 4px;
}

.radInput_CustomVista a.spinbutton
{
	width:13px;
	height:7px; 
	line-height:7px;
}

.radInput_CustomVista a.up
{
	background-position:2px -39px;
}

.radInput_CustomVista a.down
{
	background-position:2px -75px;
	margin-top:2px;
}

/*label*/

.radLabelCss_CustomVista
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}
