/*Telerik RadInput Black Skin*/

/*global*/

.RadInput_bbt,
.RadInputMgr_bbt
{
	vertical-align:middle;
}

.RadInput_bbt
{
	font:11px "segoe ui",arial,sans-serif;
}

.RadInput_bbt table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_bbt table td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_bbt .riCell
{
	padding-right:4px;
}

.RadInput_bbt textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_bbt .riTextBox, html body .RadInputMgr_bbt
{
    background-position: #2f2f2f;
    border: 1px solid #121212;
    padding: 4px 0 4px 1px;
    background: #2f2f2f;
    color: #66FFFF;
    font: 11px "segoe ui" ,arial,sans-serif;
}

html body .RadInput_bbt .riEmpty,
html body .RadInput_Empty_bbt
{
	color:#808080;
}

html body .RadInput_bbt .riHover,
html body .RadInput_Hover_bbt
{
	border-color:#212121;
	color:#e6e6e6;
}

html body .RadInput_bbt .riFocused,
html body .RadInput_Focused_bbt
{
	border-color:#0c0c0c;
	background:#1f1f1f;
	color:#e6e6e6;
}

html body .RadInput_bbt .riRead,
html body .RadInput_Read_bbt
{
	border-color:#1c1c1c;
	background:#2b2b2b;
}

html body .RadInput_bbt .riDisabled,
html body .RadInput_Disabled_bbt
{
	border-color:#1c1c1c;
	background:#2b2b2b;
	color:#808080;
	cursor:default;
}

html body .RadInput_bbt .riError,
html body .RadInput_Error_bbt
{
	background:#2f2f2f url('Input/sprite.gif') 100% -147px no-repeat;
	color:#9d1414;
}

html body .RadInput_bbt .riNegative,
html body .RadInput_Negative_bbt
{
	color:#ddd;
}

/*buttons*/

.RadInput_bbt 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_bbt a{position:static}/*IE6*/
*+html .RadInput_bbt a{position:static}/*IE7*/

/*go*/

.RadInput_bbt .riBtn a
{
	width:20px;
	height:17px;
	line-height:17px;
	background-position:4px 3px;
}

/*spin*/

.RadInput_bbt .riSpin a
{
	width:14px;
	height:7px;
	line-height:7px;
	margin:0 1px;
}

.RadInput_bbt a.riUp
{
	background-position:-1px -49px;
}

.RadInput_bbt a.riDown
{
	background-position:-1px -99px;
	margin-top:3px;
}

/*label*/

.RadInput_bbt .riLabel
{	  
	margin:0 4px 0 0;
	color:#bdbdbd;
	white-space:nowrap;
}