/*Telerik RadInput MSI Skin*/
/*global*/
.radInput_MSI
{
	vertical-align:middle;
}
.radInput_MSI table,
.radInput_MSI table td
{
	border:0;
}
.radInput_MSI table
{
	vertical-align:bottom;
}
.radInput_MSI td
{
	padding:0;
	vertical-align:middle;
	overflow:visible;
}
.radInput_MSI td.inputCell
{
	padding-right:4px;
}
.radInput_MSI textarea
{
	vertical-align:bottom;
	overflow:auto;
}
/*textbox states*/
.radEnabledCss_MSI,
.radEmptyMessageCss_MSI,
.radHoverCss_MSI,
.radFocusedCss_MSI,
.radReadOnlyCss_MSI,
.radDisabledCss_MSI,
.radNegativeCss_MSI,
.radInvalidCss_MSI
{
	padding:2px 0 2px 1px;
}
.radEnabledCss_MSI 
{
	border: solid 1px #7F9DB9;
}
.radEmptyMessageCss_MSI
{
	border:1px solid #7F9DB9;
}
.radHoverCss_MSI 
{
	border:1px solid #aeaeae;
}
.radFocusedCss_MSI
{
	border: solid 1px #7F9DB9;
	color:#000;	
}
.radReadOnlyCss_MSI,
.radDisabledCss_MSI
{
	color:gray;
	background:#eee;
	border:1px solid #aeaeae;
}
.radNegativeCss_MSI 
{
	border:1px solid #aeaeae;
}
.radInvalidCss_MSI 
{
	background:url('Input/sprite.gif') 99% -183px no-repeat;
	border:1px solid #f32800;
	color:#f32800;
}
/*buttons*/
.radInput_MSI 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_MSI a{position:static}/*IE6*/
*+html .radInput_MSI a{position:static}/*IE7*/
/*go*/
.radInput_MSI a.gobutton
{
	width:20px;
	height:17px;
	line-height:17px;
	background-position:3px 4px;
}
/*spin*/
.radInput_MSI a.spinbutton
{
	width:13px;
	height:7px;
	line-height:7px;
	margin:0 1px;
}
.radInput_MSI a.up
{
	background-position:3px -36px;
}
.radInput_MSI a.down
{
	background-position:3px -64px;
	margin-top:2px;
}
/*label*/
.radLabelCss_MSI
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}