﻿/*Telerik RadInput Common CSS*/

/*global*/

.RadInput,
.RadInputMgr
{
	vertical-align:middle;
}

.RadInput table
{
	border:0;
	vertical-align:bottom;
}

.RadInput table.riTable td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput table td.riCell
{
	padding-right:4px;
}

.RadInput textarea
{
	vertical-align:bottom;
	overflow:auto;
	resize:none;
}

/*textbox states*/

html body .RadInput .riTextBox,
html body .RadInputMgr
{
	border-width:1px;
	border-style:solid;
	padding:2px 1px 3px;
}

textarea.RadInputMgr
{
	overflow:auto;
}

/*buttons*/

.RadInput a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
}
* html .RadInput a{position:static}/*IE6*/
*+html .RadInput a{position:static}/*IE7*/

.RadInput .riSpin a
{
	margin:0 1px;
}

.RadInput a.riDown
{
	margin-top:3px;
}

* html .RadInput a.riDown
{
	margin-top /**/:0;
}

/*label*/

.RadInput .riLabel
{
	margin:0 4px 0 0;
	white-space:nowrap;
}

/*rtl*/

.RadInputRTL table td.riCell
{
	padding:0 0 0 4px;
}

.RadInputRTL .riLabel
{
	margin:0 0 0 4px;
}
/*Telerik RadInput Sitefinity Skin*/

/*global*/

.RadInput_AL,
.RadInputMgr_AL
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_AL .riTextBox,
html body .RadInputMgr_AL
{
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	background:#fff;
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_AL .riEmpty,
html body .RadInput_Empty_AL
{
	color:#afaeae;
}

html body .RadInput_AL .riHover,
html body .RadInput_Hover_AL,
html body .RadInput_AL .riFocused,
html body .RadInput_Focused_AL
{
	border-color:#abadb3;
}

html body .RadInput_AL .riRead,
html body .RadInput_Read_AL
{
	border-color:#dfdfdf;
}

html body .RadInput_AL .riDisabled,
html body .RadInput_Disabled_AL
{
	border-color:#dfdfdf;
	color:#afaeae;
	cursor:default;
}

html body .RadInput_AL .riError,
html body .RadInput_Error_AL
{
	background:#fff 100% -298px no-repeat url('../../images/global/Input/sprite.gif');
	color:#e50000;
}

.RadForm.rfdTextbox .RadInput_AL .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_AL[type="text"]
{
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	background:#fff 100% -298px no-repeat url('../../images/global/Input/sprite.gif');
	color:#e50000;
}

html body .RadInput_AL .riNegative,
html body .RadInput_Negative_AL
{
	color:#565656;
}

/*buttons*/

.RadInput_AL a
{
	background:transparent no-repeat url('../../images/global/Input/sprite.gif');
}

/*go*/

.RadInput_AL .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_AL .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_AL .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_AL a.riUp
{
	background-position:4px -98px;
}

.RadInput_AL a.riUp:hover
{
	background-position:4px -148px;
}

.RadInput_AL a.riDown
{
	background-position:4px -199px;
}

.RadInput_AL a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_AL .riLabel
{
	color:#000;
}

/*rtl*/

html body .RadInputRTL_AL .riError,
html body .RadInputRTL_Error_AL
{
	background-position:3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_AL .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_AL[type="text"]
{
	background-position:3px -298px;
}
