/*Telerik RadInput PaxRed Skin*/

/*global*/

.radInput_PaxRed
{
	font:8pt verdana, arial, helvetica, sans-serif;
	vertical-align:middle;
}

.radInput_PaxRed table,
.radInput_PaxRed td
{
	border:0;
}

.radInput_PaxRed table
{
	vertical-align:bottom;
}

.radInput_PaxRed td
{
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.radInput_PaxRed td.inputCell
{
	padding:0 4px 0 0;
}

.radInput_PaxRed textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

.radEnabledCss_PaxRed,
.radEmptyMessageCss_PaxRed,
.radHoverCss_PaxRed,
.radFocusedCss_PaxRed,
.radReadOnlyCss_PaxRed,
.radDisabledCss_PaxRed,
.radNegativeCss_PaxRed,
.radInvalidCss_PaxRed
{
	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_PaxRed
{
	color:#b6b6b6;
	font-style:italic;
}

.radHoverCss_PaxRed
{
	border-color:#aaa;
}

.radFocusedCss_PaxRed
{
	border-color:#666;
	color:#000;
}

.radReadOnlyCss_PaxRed,
.radDisabledCss_PaxRed
{
	background: #eee;
	border: solid 1px #d5d4c8;
}

.radDisabledCss_PaxRed
{
	color:#b6b6b6;
	cursor:default;
}

.radInvalidCss_PaxRed
{
	border-color:yellow;
	color:#fff;
	background: #ffcccc;
}

.radNegativeCss_PaxRed
{
	color:#474542;
}

/*buttons*/

.radInput_PaxRed a
{
	display:block;
	text-indent:-4444px;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
}
* html .radInput_PaxRed a{position:static}/*IE6*/
*+html .radInput_PaxRed a{position:static}/*IE7*/

/*go*/

.radInput_PaxRed .gobutton
{
	background:url('Input/sprite.png') no-repeat;
	width:40px;
	height:22px;
	line-height:22px;
}

.radInput_PaxRed .gobutton:hover
{
	background:url('Input/sprite.png') no-repeat;
	background-position: 0 -60px;
	width:40px;
	height:22px;
	line-height:22px;
}

.radInput_PaxRed .gobutton:active,
.radInput_PaxRed .gobutton:focus
{
	background:url('Input/sprite.png') no-repeat;
	background-position: 0 -81px;
	width:40px;
	height:22px;
	line-height:22px;
}

/*spin*/

.radInput_PaxRed .spinbutton
{
	width:11px;
	height:8px;
	margin:0 2px;
	background:url('Input/sprite.png') no-repeat;
}

.radInput_PaxRed a.up
{
	background-position:2px -24px;
}

.radInput_PaxRed a.down
{
	background-position:2px -48px;
	margin-top:2px;
}

/*label*/

.radLabelCss_PaxRed
{
	margin:0 4px 0 0;
}
