/* Telerik RadInput TV1 Skin */

.radInput_TV1,
RadInputMgr_TV1
{
	vertical-align:middle;
}

.radInput_TV1
{
	font:11px "segoe ui",arial,sans-serif;
}

.radInput_TV1 table
{
	border:0;
	vertical-align:bottom;
}

.radInput_TV1 table,
.radInput_TV1 table td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.radInput_TV1 td.inputCell 
{
	padding: 0 4px 0 0;		
}

.radInput_TV1 textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_TV1 .riTextBox,
html body .RadInputMgr_TV1
{
	border:1px solid #B5B5B5;
	padding:4px 0 4px 1px;
	background:#EFEFEF;
	color:#000;
	font:11px arial,arial,sans-serif;
}

html body .RadInput_TV1 .riEmpty,
html body .RadInput_Empty_TV1,
html body .RadInput_TV1 .riRead,
html body .RadInput_Read_TV1
{
	color:#929292;
}

html body .RadInput_TV1 .riHover,
html body .RadInput_Hover_TV1
{
	border-color:#E7E7E7;
	background:#E7E7E7;
}

html body .RadInput_TV1 .riFocused,
html body .RadInput_Focused_TV1
{
	border-color:#B5B5B5;
	background:#EFEFEF;
}

html body .RadInput_TV1 .riDisabled,
html body .RadInput_Disabled_TV1
{
	border-color:#929292;
	color:#929292;
	cursor:default;
}

html body .RadInput_TV1 .riError,
html body .RadInput_Error_TV1
{
	background:#EFEFEF url('Input/sprite.gif') 100% -147px no-repeat;
	color:#E7E7E7;
}

html body .RadInput_TV1 .riNegative,
html body .RadInput_Negative_TV1
{
	/*color:#61644b;*/
}

/*buttons*/

.RadInput_TV1 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_TV1 a{position:static}/*IE6*/
*+html .RadInput_TV1 a{position:static}/*IE7*/

/*go*/

.RadInput_TV1 .riBtn a
{
	width:20px;
	height:17px;
	line-height:17px;
	background-position:4px 3px;
}

/*spin*/

.RadInput_TV1 .riSpin a
{
	width:14px;
	height:8px;
	line-height:8px;
	margin:0 1px;
}

.RadInput_TV1 a.riUp
{
	background-position:-1px -49px;
}

.RadInput_TV1 a.riDown
{
	background-position:-1px -99px;
	margin-top:3px;
}

/*label*/

.RadInput_TV1 .riLabel
{	  
	margin:0 4px 0 0;
	color:#3D3D3D;
	white-space:nowrap;
}