/*Telerik RadInput Dirisoft Skin*/

/*global*/

.RadInput_Dirisoft,
.RadInputMgr_Dirisoft
{
	vertical-align:middle;
	font:12px "segoe ui",arial,sans-serif;
}

.RadInput_Dirisoft table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_Dirisoft table.riTable td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_Dirisoft table td.riCell
{
	padding-right:4px;
}

.RadInput_Dirisoft textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_Dirisoft .riTextBox,
html body .RadInputMgr_Dirisoft
{
	border:2px solid #000;
	/*padding:2px 1px 3px;*/
	background:#fff;
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Dirisoft .riEmpty,
html body .RadInput_Empty_Dirisoft
{
	color:#777;
}

html body .RadInput_Dirisoft .riHover,
html body .RadInput_Hover_Dirisoft,
html body .RadInput_Dirisoft .riFocused,
html body .RadInput_Focused_Dirisoft
{
	border-color:#e40039;
}

html body .RadInput_Dirisoft .riRead,
html body .RadInput_Read_Dirisoft
{
	border-color:#bebebe;
}

html body .RadInput_Dirisoft .riDisabled,
html body .RadInput_Disabled_Dirisoft
{
	border-color:#bebebe;
	color:#777;
	cursor:default;
}

html body .RadInput_Dirisoft .riError,
html body .RadInput_Error_Dirisoft
{
	border-color:#d24000;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

html body .RadInput_Dirisoft .riNegative,
html body .RadInput_Negative_Dirisoft
{
	color:#444;
}

/*buttons*/

.RadInput_Dirisoft 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_Dirisoft a{position:static}/*IE6*/
*+html .RadInput_Dirisoft a{position:static}/*IE7*/

/*go*/

.RadInput_Dirisoft .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_Dirisoft .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_Dirisoft .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
	margin:0 1px;
}

.RadInput_Dirisoft .riUp
{
	background-position:4px -98px;
}

.RadInput_Dirisoft .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_Dirisoft a.riDown
{
	background-position:4px -199px;
	margin-top:3px;
}

.RadInput_Dirisoft a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_Dirisoft .riLabel
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}
