/*Telerik RadInput D1040 Skin*/

/*global*/

.radInput_D1040
{
	font:8pt verdana, arial, helvetica, sans-serif;
	vertical-align:middle;
}

.radInput_D1040 table,
.radInput_D1040 td
{
	border:0;
}

.radInput_D1040 table
{
	vertical-align:bottom;
}

.radInput_D1040 td
{
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.radInput_D1040 td.inputCell
{
	padding:0 4px 0 0;
}

.radInput_D1040 textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

.radEnabledCss_D1040,
.radEmptyMessageCss_D1040,
.radHoverCss_D1040,
.radFocusedCss_D1040,
.radReadOnlyCss_D1040,
.radDisabledCss_D1040,
.radNegativeCss_D1040,
.radInvalidCss_D1040
{
	border:1px solid #ccc;
	padding:3px 0 4px 1px;
	background:#fff url("input/textboxBackground.gif") repeat-x;
	color:#666;
	font:8pt verdana, arial, helvetica, sans-serif;
}

.radEmptyMessageCss_D1040
{
	color:#b6b6b6;
	font-style:italic;
}

.radHoverCss_D1040
{
	border-color:#aaa;
}

.radFocusedCss_D1040
{
	border-color:#666;
	color:#000;
}

.radReadOnlyCss_D1040,
.radDisabledCss_D1040
{
	background: #eee;
	border: solid 1px #d5d4c8;
}

.radDisabledCss_D1040
{
	color:#b6b6b6;
	cursor:default;
}

.radInvalidCss_D1040
{
	border-color:yellow;
	color:#fff;
	background: red;
}

.radNegativeCss_D1040
{
	color:red;
}

/*buttons*/

.radInput_D1040 a
{
	display:block;
	text-indent:-4444px;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
}
* html .radInput_D1040 a{position:static}/*IE6*/
*+html .radInput_D1040 a{position:static}/*IE7*/

/*go*/

.radInput_D1040 .gobutton
{
	background:url('Input/sprite.png') no-repeat;
	width:40px;
	height:22px;
	line-height:22px;
}

.radInput_D1040 .gobutton:hover
{
	background:url('Input/sprite.png') no-repeat;
	background-position: 0 -60px;
	width:40px;
	height:22px;
	line-height:22px;
}

.radInput_D1040 .gobutton:active,
.radInput_D1040 .gobutton:focus
{
	background:url('Input/sprite.png') no-repeat;
	background-position: 0 -83px;
	width:40px;
	height:22px;
	line-height:22px;
}

/*spin*/

.radInput_D1040 .spinbutton
{
	width:11px;
	height:8px;
	margin:0 2px;
	background:url('Input/sprite.png') no-repeat;
}

.radInput_D1040 a.up
{
	background-position:2px -24px;
}

.radInput_D1040 a.down
{
	background-position:2px -48px;
	margin-top:2px;
}

/*label*/

.radLabelCss_D1040
{
	margin:0 4px 0 0;
}
