﻿/* WRAPPER SETTINGS */

.radInput_MDGreen
{
	vertical-align: middle;	width:auto;
}

.radInput_MDGreen table
{	
	border: 0;
	margin: 0;
	padding: 0;	
}

.radInput_MDGreen .inputCell 
{		
	padding: 0 2px 0 0;
	*padding: 0 4px 0 0; /*IE*/	
}

/* SPIN BUTTONS */
.radInput_MDGreen 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_MDGreen a.spinbutton.up
{
	background-position: center 0;
	margin-top: 3px;
}

.radInput_MDGreen a.spinbutton.down
{
	background-position: center -9px;
	height: 6px;
}

.radInput_MDGreen a.gobutton
{
	display: block;
	text-indent: -9999px;
	width: 16px;
	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_MDGreen, 
.radHoverCss_MDGreen,
.radDisabledCss_MDGreen,
.radFocusedCss_MDGreen,
.radInvalidCss_MDGreen 
{
  width: auto; font-family: arial; font-size: 12px; border: 1px solid #c6c7d2; border-top: 1px solid #c6c7d2; padding: 2px;
}

.radDisabledCss_MDGreen
{
	color: #ccc;
	border: solid 1px #aeaeae;
}

.radDisabledCss_MDGreen a.gobutton,
.radDisabledCss_MDGreen a.spinbutton
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	opacity: .3; 
	-moz-opacity: .3;
	cursor: no-drop;
}

.radEmptyMessageCss_MDGreen
{
	color: #333;
	border: solid 1px #aeaeae;
}


.radNegativeCss_MDGreen 
{
	border: solid 1px #aeaeae;
	color: #333;
}

.radInvalidCss_MDGreen 
{
	background-image: url('Img/errorSign.gif');
	background-position: center right;
	background-repeat: no-repeat;
	border: solid 1px #f32800;
	color: #f32800;
}

.radLabelCss_MDGreen
{	  
	color: #000;
	font-size: small;
	white-space:nowrap;
}

.radHint_MDGreen 
{
	background: infobackground;
	margin-top: 5px;
	border: solid 1px black;
	text-align: left;
	overflow: auto; 
}

.radHint_MDGreen a,
.radHint_MDGreen a:visited,
.radHint_MDGreen a:hover
{
	margin: 2px;
	color: black;
	text-decoration: none;
	font-size: small;
}

