/*Telerik RadInput vengeance Skin*/

/*global*/

.RadInput_vengeance,
.RadInputMgr_vengeance
{
}

.RadInput_vengeance
{
	display: block;
	background: none;
	/*border: 1px solid #707070;
	width: 151px;*/
	margin: 0px 0px 4px 0px;
}

.RadInput_vengeance table
{
}

.RadInput_vengeance td
{
	border:0;
	padding:0;
	overflow:visible;/*RadGrid*/
}

.RadInput_vengeance .riCell 
{
	padding-right:4px;
}

.RadInput_vengeance textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_vengeance .riTextBox,
html body .RadInputMgr_vengeance
{
	color: #707070;
	border: solid 1px #707070;
	padding:2px 0 2px 1px;
	font-size: .8em;
	background:none;
}

html body .RadInput_vengeance .riEmpty,
html body .RadInput_Empty_vengeance
{
}

html body .RadInput_vengeance .riHover,
html body .RadInput_Hover_vengeance
{
	background:none;
	border: solid 1px #7a7a7a;
	color: #7a7a7a;
}

html body .RadInput_vengeance .riFocused,
html body .RadInput_Focused_vengeance
{
	border-color:#888888;
	background:none;
	color: #888888;
}

html body .RadInput_vengeance .riRead,
html body .RadInput_Read_vengeance
{
	border-color:#707070;
}

html body .RadInput_vengeance .riDisabled,
html body .RadInput_Disabled_vengeance
{
	border-color:#bdbdbd;
	color:#999;
	cursor:default;
}

html body .RadInput_vengeance .riError,
html body .RadInput_Error_vengeance
{
}

html body .RadInput_vengeance .riNegative,
html body .RadInput_Negative_vengeance
{
	color:#666;
}

/*buttons*/

.RadInput_vengeance a
{
	display:block;
	text-indent:-4444px;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
}
* html .RadInput_vengeance a{position:static}/*IE6*/
*+html .RadInput_vengeance a{position:static}/*IE7*/

/*go*/

.RadInput_vengeance .riBtn a
{
	width:20px;
	height:18px; 
	line-height:18px;
	background-position:4px 4px;
}

/*spin*/

.RadInput_vengeance .riSpin a
{
	width:12px;
	height:6px; 
	line-height:6px;
	margin:0 1px;
}

/*.RadInput_vengeance .riUp
{
	background-position:3px -49px;
}

.RadInput_vengeance .riDown
{
	background-position:3px -99px;
	margin-top:3px;
}*/

/*label*/

.RadInput_vengeance .riLabel
{
	margin:0 4px 0 0;
	color:#333;
	white-space:nowrap;
}
