/*Telerik RadInput Web20 Skin*/

/*global*/

.RadInput_fullerton,
.RadInputMgr_fullerton
{
	vertical-align:middle;
	font:12px "segoe ui",arial,sans-serif;
}

.RadInput_fullerton table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_fullerton table.riTable td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_fullerton table td.riCell
{
	padding-right:4px;
}

.RadInput_fullerton textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_fullerton .riTextBox,
html body .RadInputMgr_fullerton
{
	border:1px solid #bfa967;
	padding:2px 1px 3px;
	background:#ffffff;
	color:#000000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_fullerton .riEmpty,
html body .RadInput_Empty_fullerton
{
	color:#787878;
}

html body .RadInput_fullerton .riHover,
html body .RadInput_Hover_fullerton,
html body .RadInput_fullerton .riFocused,
html body .RadInput_Focused_fullerton
{
	border-color:#947f40;
}

html body .RadInput_fullerton .riRead,
html body .RadInput_Read_fullerton
{
	border-color:#bfbfbf;
}

html body .RadInput_fullerton .riDisabled,
html body .RadInput_Disabled_fullerton
{
	border-color:#bfbfbf;
	color:#787878;
	cursor:default;
}

html body .RadInput_fullerton .riError,
html body .RadInput_Error_fullerton,
.RadForm.rfdTextbox .RadInput_fullerton .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_fullerton[type="text"]
{
	border-color:#d19d00;
	background:#ffffff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b2912d;
}

html body .RadInput_fullerton .riNegative,
html body .RadInput_Negative_fullerton
{
	color:#454545;
}

/*IE quirks mode*/
* html .RadInput_fullerton input.riTextBox,
* html input.RadInputMgr_fullerton
{
	height /**/:22px;
}

/*buttons*/

.RadInput_fullerton a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:transparent no-repeat url('Input/sprite.gif');
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
}
* html .RadInput_fullerton a{position:static}/*IE6*/
*+html .RadInput_fullerton a{position:static}/*IE7*/

/*go*/

.RadInput_fullerton .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_fullerton .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_fullerton .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
	margin:0 1px;
}

.RadInput_fullerton .riUp
{
	background-position:4px -98px;
}

.RadInput_fullerton .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_fullerton a.riDown
{
	background-position:4px -199px;
	margin-top:3px;
}

* html .RadInput_fullerton a.riDown
{
	margin-top /**/:0;
}

.RadInput_fullerton a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_fullerton .riLabel
{
	margin:0 4px 0 0;
	color:#000000;
	white-space:nowrap;
}