/*Telerik RadInput Misty Skin*/

/*global*/

.RadInput_Misty,
.RadInputMgr_Misty
{
	vertical-align:middle;
}

.RadInput_Misty
{
	font:12px arial,sans-serif;
}

.RadInput_Misty table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_Misty table td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_Misty .riCell 
{
	padding-right:4px;
}

.RadInput_Misty textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_Misty .riTextBox,
html body .RadInputMgr_Misty
{
	border:1px solid #b5b5b5;
	padding: 3px 0 3px 3px;
	background:#fff;
	color:#646464;
	font:12px arial,sans-serif;
	background-image:url(Images/Input/textbox_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

html body .RadInput_Misty .riEmpty,
html body .RadInput_Empty_Misty
{
	color:#999;
}

html body .RadInput_Misty .riHover,
html body .RadInput_Hover_Misty
{
	border-color:#76abd8;
}

html body .RadInput_Misty .riFocused,
html body .RadInput_Focused_Misty
{
	border-color:#76abd8;
	color:#000;
}

html body .RadInput_Misty .riRead,
html body .RadInput_Read_Misty
{
	border-color:#ccc;
}

html body .RadInput_Misty .riDisabled,
html body .RadInput_Disabled_Misty
{
	border-color:#ccc;
	color:#999;
	cursor:default;
}

html body .RadInput_Misty .riError,
html body .RadInput_Error_Misty
{
	border-color:#dc7772;
	/*background:#fff url('Images/Input/sprite.gif') 100% -147px no-repeat;
	color:#797979;*/
	
	background-image:url(Images/Input/textbox_bgerr.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

html body .RadInput_Misty .riNegative,
html body .RadInput_Negative_Misty
{
	color:#666;
}

/*buttons*/

.RadInput_Misty a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:url('Images/Input/sprite.gif') no-repeat;
	text-indent:-4444px;
	text-align:left;
	text-decoration:none;
	direction:ltr;
}
* html .RadInput_Misty a{position:static}/*IE6*/
*+html .RadInput_Misty a{position:static}/*IE7*/

/*go*/

.RadInput_Misty .riBtn a
{
	width:20px;
	height:18px; 
	line-height:18px;
	background-position:4px 4px;
}

/*spin*/

.RadInput_Misty .riSpin a
{
	width:11px;
	height:8px; 
	line-height:8px;
	margin:0 1px;
}

.RadInput_Misty a.riUp
{
	background-position:3px -48px;
}

.RadInput_Misty a.riDown
{
	background-position:3px -98px;
	margin-top:2px;
}

/*label*/

.RadInput_Misty .riLabel
{
	margin:0 4px 0 0;
	color:#333;
	white-space:nowrap;
}