﻿/* Telerik RadInput Black Skin */

.radInput_bdsm
{
	font: normal 11px "segoe ui",arial,verdana,tahoma,sans-serif;	
	vertical-align: middle;
}

.radInput_bdsm table,
.radInput_bdsm table td
{	
	border: 0;
	margin: 0;
	padding: 0;
	overflow:visible;
}

.radInput_bdsm textarea
{
	vertical-align:bottom;
	overflow:auto;
}

.radInput_bdsm .spinImgCell
{
	vertical-align:middle;
}

.radInput_bdsm td.inputCell
{
	padding:0 4px 0 0;
}

/* SPIN BUTTONS */
.radInput_bdsm a.spinbutton
{
	display:block;
	text-indent:-9999px;
	width:14px;
	height:8px; 
	line-height:8px;
	background:url('Img/SpinButtonSprites.gif') center 2px no-repeat;
	font-size:1px;
	position:relative;
	z-index:2; 	
	_position:static;
	outline:none;	
}
*+html .radInput_bdsm a.spinbutton
{
	position:static;
}

.radInput_bdsm a.up
{
	background-position:center 1px;
}

.radInput_bdsm a.down
{
	background-position:center -8px;
}

.radInput_bdsm a.gobutton
{
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 20px; 
	line-height: 20px;
	background: transparent url('Img/button.gif') no-repeat;
	font-size: 1px;
	position: relative; 
	_position: static; 
	outline: none;
}
*+html .radInput_bdsm a.gobutton
{
	position: static;
}

/* INPUT STYLES SETTINGS */

.radEnabledCss_bdsm,
.radEmptyMessageCss_bdsm,
.radHoverCss_bdsm,
.radFocusedCss_bdsm,
.radNegativeCss_bdsm,
.radDisabledCss_bdsm,
.radInvalidCss_bdsm
{
	font: normal 11px/12px "segoe ui",arial,verdana,tahoma,sans-serif;
	padding:2px 0 2px 1px;
}

.radEnabledCss_bdsm 
{
	color:#666;
	border:solid 1px #242424;
	background:#1a1a1a;
}

.radHoverCss_bdsm 
{
	color:#666;	
	border:solid 1px #303030;
	background:#1a1a1a;
}

.radDisabledCss_bdsm
{
	color:#444;
	border:solid 1px #222;
	background:#1a1a1a;
}

.radEmptyMessageCss_bdsm
{
	color: #666;
	border:1px solid #242424;
	background:#1a1a1a;
}

.radFocusedCss_bdsm
{
	border:1px solid #373737;
	color:#b4b4b4;
	background:#1a1a1a;
}

.radNegativeCss_bdsm 
{
	color:#666;
	border:solid 1px #242424;
	background:#1a1a1a;
}

.radInvalidCss_bdsm 
{
	border:1px solid #444;
	color: #ddd;
	background:#1a1a1a;
}

.radLabelCss_bdsm
{	  
	color: #666;
	font: normal 11px "segoe ui",arial,tahoma,sans-serif;
	white-space:nowrap;
}

.radHint_bdsm 
{
	background:#292929;
	border:1px solid #070707;
	margin:5px 0 0 5px;
	padding:4px;
	font:normal 11px "segoe ui",arial,tahoma,sans-serif;
	text-align:left;
	color:#717171;
}

.radHint_bdsm a,
.radHint_bdsm a:visited,
.radHint_bdsm a:hover
{
	margin: 2px;
	color: black;
	text-decoration: none;
	color:#717171;
}

