/* WRAPPER SETTINGS */

.radInput_NotRequired
{
	vertical-align: middle;
	float: left;
	height: 40px;
}

.radInput_NotRequired table
{
	border: 0;
	margin: 0;
	padding: 0;
}

.radInput_NotRequired .inputCell
{
	padding: 0 0px 0 0; *padding:0px14px00;/*IE*/
}

/* SPIN BUTTONS */
.radInput_NotRequired a.spinbutton
{
	display: block;
	text-indent: -9999px;
	width: 17px;
	height: 9px;
	line-height: 9px;
	background: transparent url(  'Img/SpinButtonSprites.gif' ) no-repeat;
	font-size: 1px;
	outline: none;
	position: relative; *position:inherit;/*IE fix*/
}

.radInput_NotRequired . .
a.spinbutton.up
{
	background-position: center 0;
	margin-top: 3px;
}

.radInput_NotRequired . .
a.spinbutton.down
{
	background-position: center -9px;
	height: 6px;
}

.radInput_NotRequired a.gobutton
{
	display: block;
	text-indent: -9999px;
	width: 18px;
	height: 17px;
	line-height: 17px;
	background: transparent url(  'Img/button.gif' ) no-repeat;
	font-size: 1px;
	position: relative; *position:inherit;/*IE fix*/
outline:none;
}

/* END OF WRAPPER SETTINGS */



/* INPUT STYLES SETTINGS */
.radEnabledCss_NotRequired
{
	color: #333;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	padding-left: 5px;
	margin-left:3px;
	
}

.radHoverCss_NotRequired
{
	color: #333;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	padding-left: 5px;
	margin-left:3px;
}

.radDisabledCss_NotRequired
{
	color: #ccc;
	font-size: 12px;
	height: 18px;
	font-weight: bold;
	padding-left: 5px;
}

.radDisabledCss_NotRequired a.gobutton, .radDisabledCss_NotRequired a.spinbutton
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	opacity: .3;
	-moz-opacity: .3;
	cursor: no-drop;
}

.radEmptyMessageCss_NotRequired
{
	color: #333;
}

.radFocusedCss_NotRequired
{
	color: #000;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	padding-left: 5px;
	margin-left:3px;
}

.radNegativeCss_NotRequired
{
	color: #333;
}

.radInvalidCss_NotRequired
{
	background-image: url(  'Img/errorSign.gif' );
	background-position: center right;
	background-repeat: no-repeat;
	color: #f32800;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	padding-left: 5px;
}

.radLabelCss_NotRequired
{
	color: #000;
	font-size: small;
}

.radHint_NotRequired
{
	background: infobackground;
	margin-top: 5px;
	text-align: left;
	overflow: auto;
}

.radHint_NotRequired a, .radHint_NotRequired a:visited, .radHint_NotRequired a:hover
{
	margin: 2px;
	color: black;
	text-decoration: none;
	font-size: small;
}

