/* Telerik RadInput Black Skin */

/*global*/

.radInput_MotalaFK
{
	font:11px "segoe ui",arial,tahoma,sans-serif;
	vertical-align:middle;
}

.radInput_MotalaFK table,
.radInput_MotalaFK table td
{
	border:0;
}

.radInput_MotalaFK table
{
	vertical-align:bottom;
}

.radInput_MotalaFK table td
{
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.radInput_MotalaFK td.inputCell
{
	padding-right:4px;
}

.radInput_MotalaFK textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .radInput_MotalaFK .radEnabledCss_MotalaFK,
html body .radInput_MotalaFK .radEmptyMessageCss_MotalaFK,
html body .radInput_MotalaFK .radHoverCss_MotalaFK,
html body .radInput_MotalaFK .radFocusedCss_MotalaFK,
html body .radInput_MotalaFK .radReadOnlyCss_MotalaFK,
html body .radInput_MotalaFK .radDisabledCss_MotalaFK,
html body .radInput_MotalaFK .radNegativeCss_MotalaFK,
html body .radInput_MotalaFK .radInvalidCss_MotalaFK
{
	border:1px solid #121212;
	padding:4px 0 5px 1px;
	background:#2f2f2f;
	color:#bdbdbd;
	font:11px "segoe ui",arial,tahoma,sans-serif;
}

html body .radInput_MotalaFK .radEmptyMessageCss_MotalaFK
{
	color:#808080;
}

html body .radInput_MotalaFK .radHoverCss_MotalaFK
{
	border-color:#191919;
	color:#e6e6e6;
}

html body .radInput_MotalaFK .radFocusedCss_MotalaFK
{
	border-color:#0c0c0c;
	background:#1f1f1f;
	color:#e6e6e6;
}

html body .radInput_MotalaFK .radReadOnlyCss_MotalaFK,
html body .radInput_MotalaFK .radDisabledCss_MotalaFK
{
	border-color:#1c1c1c;
	background:#2b2b2b;
}

html body .radInput_MotalaFK .radDisabledCss_MotalaFK
{
	color:#808080;
	cursor:default;
}

html body .radInput_MotalaFK .radInvalidCss_MotalaFK
{
	color:#9d1414;
}

html body .radInput_MotalaFK .radNegativeCss_MotalaFK
{
	color:#ddd;
}

/*buttons*/

.radInput_MotalaFK a
{
	display:block;
	text-indent:-4444px;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:url('Input/sprite.gif') no-repeat;
}
* html .radInput_MotalaFK a{position:static}/*IE6*/
*+html .radInput_MotalaFK a{position:static}/*IE7*/

/*go*/

.radInput_MotalaFK a.gobutton
{
	width:20px;
	height:17px;
	line-height:17px;
	background-position:3px 3px;
}

/*spin*/

.radInput_MotalaFK a.spinbutton
{
	width:14px;
	height:8px;
	line-height:8px;
	margin:0 1px;
}

.radInput_MotalaFK a.up
{
	background-position:2px -34px;
}

.radInput_MotalaFK a.down
{
	background-position:2px -65px;
	margin-top:2px;
}

/*label*/

.radLabelCss_MotalaFK
{	  
	margin:0 4px 0 0;
	color:#bdbdbd;
	white-space:nowrap;
}
