/* WRAPPER SETTINGS */

.radInput_rtp
{
	font: normal 11px Arial, Verdana, Tahoma, Sans-Serif;	
	vertical-align: middle;	
	margin: 0;
	padding: 0;	
	border-collapse:collapse;
}

.radInput_rtp table,
.radInput_rtp table td
{	
	border: 0;
	margin: 0;
	padding: 0;
	border-style: none;
	overflow: visible;
}

.radInput_rtp table
{
	vertical-align: bottom;
}

.radInput_rtp .inputCell input,
.radInput_rtp .inputCell textarea
{
	margin: 0;
	padding: 3;		
}

.radInput_rtp .inputCell
{	
	padding-right: 6px;	
}

/* SPIN BUTTONS */
.radInput_rtp a.spinbutton
{
	display: block;
	text-indent: -9999px;
	width: 17px;
	height: 9px;
	line-height: 9px;
	background: transparent url('Input/SpinButtonSprites.gif') no-repeat;
	font-size: 1px;
	outline: none;
	position: relative;
	_position: inherit; /*IE fix*/
}
*+html .radInput_rtp a.spinbutton
{
	position: inherit;
}

.radInput_rtp a.spinbutton.up
{
	background-position: center 0;
	margin-top: 3px;
}

.radInput_rtp a.spinbutton.down
{
	background-position: center -9px;
	height: 6px;
}

.radInput_rtp a.gobutton
{
	display: block;
	text-indent: -9999px;
	width: 16px;
	height: 17px; 
	line-height: 17px;
	background: transparent url('Input/button.gif') no-repeat;
	font-size: 1px;
	position: relative;
	_position: inherit; /*IE fix*/
	outline: none;
}
*+html .radInput_rtp a.gobutton
{
	position: inherit; /*IE fix*/
}

/* END OF WRAPPER SETTINGS */



/* INPUT STYLES SETTINGS */
.radEnabledCss_rtp 
{
	color: #333;
	border: solid 1px #626262;
}

.radHoverCss_rtp 
{
	color: #333;
	border: solid 1px #000;
}

.radDisabledCss_rtp
{
	color: #ccc;
	border: solid 1px #aeaeae;
}

.radDisabledCss_rtp a.gobutton,
.radDisabledCss_rtp a.spinbutton
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	opacity: .3; 
	-moz-opacity: .3;
	cursor: no-drop;
}

.radEmptyMessageCss_rtp
{
	color: #333;
	border: solid 1px #666666;
}

.radFocusedCss_rtp
{
	border: solid 1px #000;
	color: #000;	
}

.radNegativeCss_rtp
{
    border: 1px solid #666666;
    color: #333;
}

.radInvalidCss_rtp 
{
	background-image: url('Input/errorSign.gif');
	background-position: center right;
	background-repeat: no-repeat;
	border: solid 1px #f32800;
	color: #f32800;
}

.radLabelCss_rtp
{	  
	color: #000;
	font-size: small;
	white-space:nowrap;
}
