/*Telerik RadInput Telerik Skin*/

/*global*/

.RadInput_webz,
.RadInputMgr_webz
{
	vertical-align:middle;
	font:12px "segoe ui",arial,sans-serif;
}

.RadInput_webz table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_webz table.riTable td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_webz table td.riCell
{
	padding-right:4px;
}

.RadInput_webz textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_webz .riTextBox,
html body .RadInputMgr_webz
{
	border:1px solid;
	border-color:#8f8f8f #b8b8b8 #b8b8b8 #8f8f8f;
	padding:2px 1px 3px;
	background:#ffffff;
	color:#000000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_webz .riEmpty,
html body .RadInput_Empty_webz
{
	color:#8a8a8a;
}

html body .RadInput_webz .riHover,
html body .RadInput_Hover_webz,
html body .RadInput_webz .riFocused,
html body .RadInput_Focused_webz
{
	border-color:#bf9f00 #b29500 #a88c00;
}

html body .RadInput_webz .riRead,
html body .RadInput_Read_webz
{
	border-color:#d1d1d1;
}

html body .RadInput_webz .riDisabled,
html body .RadInput_Disabled_webz
{
	border-color:#d1d1d1;
	color:#8a8a8a;
	cursor:default;
}

html body .RadInput_webz .riError,
html body .RadInput_Error_webz
{
	border-color:#d600d3;
	background:#ffffff 100% -298px no-repeat url('Input/sprite.gif');
	color:#d600d3;
}

html body .RadInput_webz .riNegative,
html body .RadInput_Negative_webz
{
	color:#575757;
}

/*buttons*/

.RadInput_webz 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_webz a{position:static}/*IE6*/
*+html .RadInput_webz a{position:static}/*IE7*/

/*go*/

.RadInput_webz .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_webz .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_webz .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
	margin:0 1px;
}

.RadInput_webz .riUp
{
	background-position:4px -98px;
}

.RadInput_webz .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_webz a.riDown
{
	background-position:4px -199px;
	margin-top:3px;
}

.RadInput_webz a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_webz .riLabel
{
	margin:0 4px 0 0;
	color:#000000;
	white-space:nowrap;
}