﻿
/*global*/

.RadInput_Lancaster,
.RadInputMgr_Lancaster
{
	vertical-align:middle;
}

.RadInput_Lancaster
{
	font:11px Tahoma;
}

.RadInput_Lancaster table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_Lancaster table td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_Lancaster .riCell
{
	padding-right:4px;
}

.RadInput_Lancaster textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_Lancaster .riTextBox,
html body .RadInputMgr_Lancaster
{
	border:1px solid #7e2136;
	padding:2px 0 2px 1px;
	background:#fff;
	color:#242424;
	font:11px Tahoma;
}

html body .RadInput_Lancaster .riEmpty,
html body .RadInput_Empty_Lancaster
{
	color:#828282;
}

html body .RadInput_Lancaster .riHover,
html body .RadInput_Hover_Lancaster
{
	border:1px solid #7e2136;
	background:#fffde8;
	color:#666666;
}

html body .RadInput_Lancaster .riFocused,
html body .RadInput_Focused_Lancaster
{
	border-color:#000000;
	background:#fffde8;
}

html body .RadInput_Lancaster .riRead,
html body .RadInput_Read_Lancaster
{
	border-color:#cbdffa;
	background:#f1f7ff;
}

html body .RadInput_Lancaster .riDisabled,
html body .RadInput_Disabled_Lancaster
{
	border-color:#e2edfc;
	background:#f0f7ff;
	color:#828282;
	cursor:default;
}

html body .RadInput_Lancaster .riError,
html body .RadInput_Error_Lancaster
{
	border:1px solid #ffad55;
	background:#fff url('../Images/Input/sprite.gif') 100% -148px no-repeat;
	color:#e00;
	width:20px;
}

html body .RadInput_Lancaster .riNegative,
html body .RadInput_Negative_Lancaster
{
	color:#333;
}

/*buttons*/

.RadInput_Lancaster a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:url('../Images/Input/sprite.gif') no-repeat;
	text-indent:-4444px;
	text-align:left;
	text-decoration:none;
	direction:ltr;
}
* html .RadInput_Lancaster a{position:static}/*IE6*/
*+html .RadInput_Lancaster a{position:static}/*IE7*/

/*go*/

.RadInput_Lancaster .riBtn a
{
	width:20px;
	height:17px; 
	line-height:17px;
	background-position:4px 4px;
}

/*spin*/

.RadInput_Lancaster .riSpin a
{
	width:12px;
	height:6px;
	line-height:6px;
	margin:0 1px;
}

.RadInput_Lancaster a.riUp
{
	background-position:3px -49px;
}

.RadInput_Lancaster a.riDown
{
	background-position:3px -99px;
	margin-top:3px;
}

/*label*/

.RadInput_Lancaster .riLabel
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}
