/*Telerik RadInput customRed Skin*/

/*global*/

.RadInput_customRed,
.RadInputMgr_customRed
{
	vertical-align:middle;
}

.RadInput_customRed
{
	/*font:12px arial,sans-serif;*/
	font-size: 1em;
}

.RadInput_customRed table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_customRed table td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_customRed .riCell 
{
	padding-right:4px;
}
.RadInput_customRed textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_customRed .riTextBox,
html body .RadInputMgr_customRed
{
	border:1px solid #667d90;
	padding:1px 0 1px 1px;
	background:#fff;
	color:#333;
	font-size: 1em;
	/*font:12px arial,sans-serif;*/
}

html body .RadInput_customRed .riEmpty,
html body .RadInput_Empty_customRed
{
	color:#999;
}

html body .RadInput_customRed .riHover,
html body .RadInput_Hover_customRed
{
	border-color:#E84242;
}

html body .RadInput_customRed .riFocused,
html body .RadInput_Focused_customRed
{
	border-color:#E84242;
	color:#000;
}

html body .RadInput_customRed .riRead,
html body .RadInput_Read_customRed
{
	border-color:#ccc;
}

html body .RadInput_customRed .riDisabled,
html body .RadInput_Disabled_customRed
{
	border-color:#ccc;
	color:#999;
	cursor:default;
}

html body .RadInput_customRed .riError,
html body .RadInput_Error_customRed
{
	border-color:#f32800;
	background:#fff url('Input/sprite.gif') 100% -147px no-repeat;
	color:#f32800;
}

html body .RadInput_customRed .riNegative,
html body .RadInput_Negative_customRed
{
	color:#666;
}

/*buttons*/

.RadInput_customRed a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:url('Input/sprite.gif') no-repeat;
	text-indent:-4444px;
	text-align:left;
	text-decoration:none;
	direction:ltr;
}
* html .RadInput_customRed a{position:static}/*IE6*/
*+html .RadInput_customRed a{position:static}/*IE7*/

/*go*/

.RadInput_customRed .riBtn a
{
	width:20px;
	height:18px; 
	line-height:18px;
	background-position:4px 4px;
}

/*spin*/

.RadInput_customRed .riSpin a
{
	width:11px;
	height:8px; 
	line-height:8px;
	margin:0 1px;
}

.RadInput_customRed .riUp
{
	background-position:3px -48px;
}

.RadInput_customRed .riDown
{
	background-position:3px -98px;
	margin-top:2px;
}

/*label*/

.RadInput_customRed .riLabel
{
	margin:0 4px 0 0;
	color:#333;
	white-space:nowrap;
}