/*Telerik RadInput Web20 Skin*/

/*global*/

.RadInput_Web20,
.RadInputMgr_Web20
{
	vertical-align:middle;
	font:12px "segoe ui",arial,sans-serif;
}

.RadInput_Web20 table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_Web20 table.riTable td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_Web20 table td.riCell
{
	padding-right:4px;
}

.RadInput_Web20 textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_Web20 .riTextBox,
html body .RadInputMgr_Web20
{
	border:1px solid #6788be;
	padding:2px 1px 3px;
	background:#fff;
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Web20 .riEmpty,
html body .RadInput_Empty_Web20
{
	color:#777;
}

html body .RadInput_Web20 .riHover,
html body .RadInput_Hover_Web20,
html body .RadInput_Web20 .riFocused,
html body .RadInput_Focused_Web20
{
	border-color:#3f5f94;
}

html body .RadInput_Web20 .riRead,
html body .RadInput_Read_Web20
{
	border-color:#bebebe;
}

html body .RadInput_Web20 .riDisabled,
html body .RadInput_Disabled_Web20
{
	border-color:#bebebe;
	color:#777;
	cursor:default;
}

html body .RadInput_Web20 .riError,
html body .RadInput_Error_Web20,
.RadForm.rfdTextbox .RadInput_Web20 .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Web20[type="text"]
{
	border-color:#d24000;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

html body .RadInput_Web20 .riNegative,
html body .RadInput_Negative_Web20
{
	color:#444;
}

/*IE quirks mode*/
* html .RadInput_Web20 input.riTextBox,
* html input.RadInputMgr_Web20
{
	height /**/:22px;
}

/*buttons*/

.RadInput_Web20 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_Web20 a{position:static}/*IE6*/
*+html .RadInput_Web20 a{position:static}/*IE7*/

/*go*/

.RadInput_Web20 .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_Web20 .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_Web20 .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
	margin:0 1px;
}

.RadInput_Web20 .riUp
{
	background-position:4px -98px;
}

.RadInput_Web20 .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_Web20 a.riDown
{
	background-position:4px -199px;
	margin-top:3px;
}

* html .RadInput_Web20 a.riDown
{
	margin-top /**/:0;
}

.RadInput_Web20 a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_Web20 .riLabel
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}