﻿/*Telerik RadInput WebBlue Skin*/

/*global*/

.RadInput_WebBlue,
.RadInputMgr_WebBlue
{
	vertical-align:middle;
}

.RadInput_WebBlue
{
	font:12px arial,sans-serif;
}

.RadInput_WebBlue table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_WebBlue table td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_WebBlue .riCell 
{
	padding-right:4px;
}

.RadInput_WebBlue textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_WebBlue .riTextBox,
html body .RadInputMgr_WebBlue
{
	border:1px solid #8b9cac;
	padding:2px 0 2px 1px;
	background:#fff;
	color:#333;
	font:12px arial,sans-serif;
}

html body .RadInput_WebBlue .riEmpty,
html body .RadInput_Empty_WebBlue
{
	color:#999;
}

html body .RadInput_WebBlue .riHover,
html body .RadInput_Hover_WebBlue
{
	background:#f0f2f4;
}

html body .RadInput_WebBlue .riFocused,
html body .RadInput_Focused_WebBlue
{
	border-color:#69798c;
	background:#f0f2f4;
}

html body .RadInput_WebBlue .riRead,
html body .RadInput_Read_WebBlue
{
	border-color:#bdbdbd;
}

html body .RadInput_WebBlue .riDisabled,
html body .RadInput_Disabled_WebBlue
{
	border-color:#bdbdbd;
	color:#999;
	cursor:default;
}

html body .RadInput_WebBlue .riError,
html body .RadInput_Error_WebBlue
{
	border-color:#ff9000;
	background:#fff url('WebResource.axd?d=f52bQRFEOBPailoCZcLEeNyo4XfF1ElsFZzZv3Y9DkmA3m_tZ9rj0yb0p1oBImMzjWLoJiyq631iiou8KKLceA2&t=633674468160000000') 100% -148px no-repeat;
	color:#ff9000;
}

html body .RadInput_WebBlue .riNegative,
html body .RadInput_Negative_WebBlue
{
	color:#666;
}

/*buttons*/

.RadInput_WebBlue a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:url('WebResource.axd?d=f52bQRFEOBPailoCZcLEeNyo4XfF1ElsFZzZv3Y9DkmA3m_tZ9rj0yb0p1oBImMzjWLoJiyq631iiou8KKLceA2&t=633674468160000000') no-repeat;
	text-indent:-4444px;
	text-align:left;
	text-decoration:none;
	direction:ltr;
}
* html .RadInput_WebBlue a{position:static}/*IE6*/
*+html .RadInput_WebBlue a{position:static}/*IE7*/

/*go*/

.RadInput_WebBlue .riBtn a
{
	width:20px;
	height:18px; 
	line-height:18px;
	background-position:4px 4px;
}

/*spin*/

.RadInput_WebBlue .riSpin a
{
	width:12px;
	height:6px; 
	line-height:6px;
	margin:0 1px;
}

.RadInput_WebBlue .riUp
{
	background-position:3px -49px;
}

.RadInput_WebBlue .riDown
{
	background-position:3px -99px;
	margin-top:3px;
}

/*label*/

.RadInput_WebBlue .riLabel
{
	margin:0 4px 0 0;
	color:#333;
	white-space:nowrap;
}