﻿/*Telerik RadInput Web20 Skin*/

/*global*/

.RadInput_Web20,
.RadInputMgr_Web20
{
	vertical-align:middle;
}

.RadInput_Web20
{
	font:12px arial,sans-serif;
}

.RadInput_Web20 table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_Web20 td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_Web20 .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;
	border-bottom-width:2px;
	padding:3px 0 2px 1px;
	background:#fefefe;
	color:#000;
	font:12px arial,sans-serif;
}

html body .RadInput_Web20 .riEmpty,
html body .RadInput_Empty_Web20
{
	color:#999;
}

html body .RadInput_Web20 .riHover,
html body .RadInput_Hover_Web20
{	
	border-color:#a5bedf;
	color:#242424;
}

html body .RadInput_Web20 .riFocused,
html body .RadInput_Focused_Web20
{	
	background:#fff;
}

html body .RadInput_Web20 .riRead,
html body .RadInput_Read_Web20
{	
	border-color:#929292;
	color:#333;
}

html body .RadInput_Web20 .riDisabled,
html body .RadInput_Disabled_Web20
{
	border-color:#929292;
	color:#999;
	cursor:default;
}

html body .RadInput_Web20 .riError,
html body .RadInput_Error_Web20
{	
	border-color:#f00;
	background:#fefefe url('WebResource.axd?d=TKE-LAo-jFcySnwNcsD6TNscjNZdAge_pQQGbawKGWar7FXnGdXDrxB6dWGQObrtd64IQGl7gAmEEor7j5fGQg2&t=633741057949783990') 100% -148px no-repeat;
	color:#f00;
}

html body .RadInput_Web20 .riNegative,
html body .RadInput_Negative_Web20
{	
	color:#333;
}

/*buttons*/

.RadInput_Web20 a
{
	display:block;
	text-indent:-4444px;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:url('WebResource.axd?d=TKE-LAo-jFcySnwNcsD6TNscjNZdAge_pQQGbawKGWar7FXnGdXDrxB6dWGQObrtd64IQGl7gAmEEor7j5fGQg2&t=633741057949783990') no-repeat;
}
* html .RadInput_Web20 a{position:static}/*IE6*/
*+html .RadInput_Web20 a{position:static}/*IE7*/

/*go*/

.RadInput_Web20 .riBtn a
{
	width:20px;
	height:17px;
	line-height:17px;
	background-position:4px 4px;
}

/*spin*/

.RadInput_Web20 .riSpin a
{
	width:13px;
	height:7px; 
	line-height:7px;
	margin:0 1px;
}

.RadInput_Web20 .riUp
{
	background-position:3px -49px;
}

.RadInput_Web20 .riDown
{
	background-position:3px -98px;
	margin-top:3px;
}

/*label*/

.RadInput_Web20 .riLabel
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}