/*Telerik RadInput Default Skin*/

/*global*/

.radInput_VAT
{
	font:11px arial,tahoma,verdana,sans-serif;
	vertical-align:middle;
}

.radInput_VAT table,
.radInput_VAT table td
{
	border:0;
}

.radInput_VAT table
{
	vertical-align:bottom;
}

.radInput_VAT td
{
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.radInput_VAT td.inputCell
{
	padding-right:4px;
}

.radInput_VAT textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

.radEnabledCss_VAT,
.radEmptyMessageCss_VAT,
.radHoverCss_VAT,
.radFocusedCss_VAT,
.radReadOnlyCss_VAT,
.radDisabledCss_VAT,
.radNegativeCss_VAT,
.radInvalidCss_VAT
{
	font:11px arial,tahoma,verdana,sans-serif;
	padding:2px 0 2px 1px;
	color:#333;
}

.radEnabledCss_VAT 
{
	border:1px solid #626262;
}

.radEmptyMessageCss_VAT
{
	border:1px solid #aeaeae;
}

.radHoverCss_VAT 
{
	border:1px solid #000;
}

.radFocusedCss_VAT
{
	border:1px solid #000;
	color:#000;	
}

.radReadOnlyCss_VAT
{
	background:#f3f3f3;
	border:1px solid #aeaeae;
}

.radDisabledCss_VAT
{
	color:gray;
	background:#eee;
	border:1px solid #aeaeae;
	cursor:default;
}

.radNegativeCss_VAT 
{
	border:1px solid #aeaeae;
}

.radInvalidCss_VAT 
{
	background:url('Input/sprite.gif') 99% -183px no-repeat;
	border:1px solid #f32800;
	color:#f32800;
}

/*buttons*/

.radInput_VAT 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_VAT a{position:static}/*IE6*/
*+html .radInput_VAT a{position:static}/*IE7*/

/*go*/

.radInput_VAT a.gobutton
{
	width:20px;
	height:17px;
	line-height:17px;
	background-position:3px 4px;
}

/*spin*/

.radInput_VAT a.spinbutton
{
	width:13px;
	height:7px;
	line-height:7px;
	margin:0 1px;
}

.radInput_VAT a.up
{
	background-position:3px -36px;
}

.radInput_VAT a.down
{
	background-position:3px -64px;
	margin-top:2px;
}

/*label*/

.radLabelCss_VAT
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}
