/*Telerik RadInput Default Skin*/

/*global*/

.RadInput_QuickLinks,
.RadInputMgr_QuickLinks
{
	vertical-align:middle;
}

.RadInput_QuickLinks
{
	/*font:12px arial,sans-serif;*/
}

.RadInput_QuickLinks table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_QuickLinks td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_QuickLinks .riCell
{
	padding-right:4px;
}

.RadInput_QuickLinks textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_QuickLinks .riTextBox,
html body .RadInputMgr_QuickLinks
{
	border:1px solid #626262;
	padding:2px 0 0px 1px;
	background:#fff;
	color:#333;
	/*font:12px arial,sans-serif;*/
	height: 15px;
}

html body .RadInput_QuickLinks .riEmpty,
html body .RadInput_Empty_QuickLinks
{
	color:#999;
}

html body .RadInput_QuickLinks .riHover,
html body .RadInput_Hover_QuickLinks
{
	border-color:#000;
}

html body .RadInput_QuickLinks .riFocused,
html body .RadInput_Focused_QuickLinks
{
	border-color:#000;
	color:#000;	
}

html body .RadInput_QuickLinks .riRead,
html body .RadInput_Read_QuickLinks
{
	border-color:#c3c3c3;
}

html body .RadInput_QuickLinks .riDisabled,
html body .RadInput_Disabled_QuickLinks
{
	border-color:#a1a1a1;
	color:#999;/*gray - Safari*/
	cursor:default;
}

html body .RadInput_QuickLinks .riError,
html body .RadInput_Error_QuickLinks
{
	border-color:#f32800;
	background:#fff url('Input/sprite.gif') 100% -147px no-repeat;
	color:#f32800;
}

html body .RadInput_QuickLinks .riNegative,
html body .RadInput_Negative_QuickLinks
{
	color:#666;
}

/*buttons*/

.RadInput_QuickLinks a
{
	display:block;
	text-indent:-4444px;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:url('Input/sprite.gif') no-repeat;
}
* html .RadInput_QuickLinks a{position:static}/*IE6*/
*+html .RadInput_QuickLinks a{position:static}/*IE7*/

/*go*/

.RadInput_QuickLinks .riBtn a
{
	width:20px;
	height:17px;
	line-height:17px;
	background-position:4px 3px;
}

/*spin*/

.RadInput_QuickLinks .riSpin a
{
	width:13px;
	height:8px;
	line-height:8px;
	margin:0 1px;
}

.RadInput_QuickLinks .riUp
{
	background-position:3px -48px;
}

.RadInput_QuickLinks .riDown
{
	background-position:3px -98px;
	margin-top:3px;
}

/*label*/

.RadInput_QuickLinks .riLabel
{
	margin:0 4px 0 0;
	color:#333;
	white-space:nowrap;
}