﻿/*Telerik RadInput SKR Skin*/

/*global*/

.RadInput_SKR,
.RadInputMgr_SKR
{
	vertical-align:middle;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

.RadInput_SKR table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_SKR table.riTable td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_SKR table td.riCell
{
	padding-right:4px;
}

.RadInput_SKR textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_SKR .riTextBox,
html body .RadInputMgr_SKR
{
	border:1px solid #84aa75;
	padding:2px 1px 4px 3px;
	background:#fff;
	color:#000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

html body .RadInput_SKR .riEmpty,
html body .RadInput_Empty_SKR
{
	color:#777;
}

html body .RadInput_SKR .riHover,
html body .RadInput_Hover_SKR
{
	
}

html body .RadInput_SKR .riFocused,
html body .RadInput_Focused_SKR
{
	border-color:#84aa75;
	background:#c8d4ba;
}

html body .RadInput_SKR .riRead,
html body .RadInput_Read_SKR
{
	border-color:#84aa75;
}

html body .RadInput_SKR .riDisabled,
html body .RadInput_Disabled_SKR
{
	border-color:#84aa75;
	color:#777;
	cursor:default;
}

html body .RadInput_SKR .riError,
html body .RadInput_Error_SKR
{
	border-color:#84aa75;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

html body .RadInput_SKR .riNegative,
html body .RadInput_Negative_SKR
{
	color:#444;
}

/*buttons*/

.RadInput_SKR 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_SKR a{position:static}/*IE6*/
*+html .RadInput_SKR a{position:static}/*IE7*/

/*go*/

.RadInput_SKR .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_SKR .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_SKR .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
	margin:0 1px;
}

.RadInput_SKR .riUp
{
	background-position:4px -98px;
}

.RadInput_SKR .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_SKR a.riDown
{
	background-position:4px -199px;
	margin-top:3px;
}

.RadInput_SKR a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_SKR .riLabel
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}