/* Telerik RadInput WebBlue Skin */

.radInput_CashAmerica
{
	font:9pt verdana,arial,sans-serif;
	vertical-align:middle;
	color:#000000;
}

.radInput_CashAmerica table
{
	vertical-align:bottom;
}

.radInput_CashAmerica table,
.radInput_CashAmerica table td
{
	border: 0;
	margin: 0;
	padding: 0;
	overflow:visible;
}

.radInput_CashAmerica td.inputCell 
{
	padding: 0 4px 0 0;	
}

.radInput_CashAmerica textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/* SPIN BUTTONS */

.radInput_CashAmerica .spinImgCell
{	
	vertical-align:middle;
}

.radInput_CashAmerica a.spinbutton
{
	display: block;
	text-indent: -9999px;
	width: 12px;
	height: 8px; 
	line-height: 8px;
	background: transparent url('Img/SpinButtonSprites.gif') no-repeat;
	font-size: 1px;
	position: relative;
	_position: static; /*IE fix*/
	outline: none;
	z-index:2;
}
*+html .radInput_CashAmerica a.spinbutton
{
	position: static;
}

.radInput_CashAmerica a.up
{
	background-position: center 2px;
}

.radInput_CashAmerica a.down
{
	background-position: center -6px;
}

.radInput_CashAmerica a.gobutton
{
	
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 17px; 
	line-height: 17px;
	background: transparent url('Img/button.gif') no-repeat;
	font-size: 1px;
	position: relative;
	_position: static; /*IE fix*/
	outline: none;
}
*+html .radInput_CashAmerica a.gobutton
{
	position:static;
}

/* INPUT STYLES SETTINGS */

.radEnabledCss_CashAmerica,
.radHoverCss_CashAmerica,
.radDisabledCss_CashAmerica,
.radEmptyMessageCss_CashAmerica,
.radFocusedCss_CashAmerica,
.radNegativeCss_CashAmerica,
.radInvalidCss_CashAmerica
{
	font:7.8pt verdana,arial,sans-serif;
	padding:1px 0 1px 1px;
	color:Black;
}


.radEnabledCss_CashAmerica 
{
	color: #afbec5;
	border: solid 1px #afbec5;
	background-color: #fff;
}

.radHoverCss_CashAmerica 
{
	color: #899aa2;
	border: solid 1px #899aa2;
	background-color: #fff;
}

.radDisabledCss_CashAmerica
{
	color: #d7d9db;
	border: solid 1px #afbec5;
	background: #f7f8f9;
}

.radEmptyMessageCss_CashAmerica
{
	color: #B0C2D2;
	border: solid 1px #899aa2;
	background: #fff;
}


.radFocusedCss_CashAmerica
{
	background-color: Blue;
	color: #000000;
	border: solid 1px #899aa2;
}


.radNegativeCss_CashAmerica
{
	color: #003399;
	border: solid 1px #afbec5;
	background: #f7f8f9;
}

.radInvalidCss_CashAmerica
{
	color: #003399;
	border: solid 1px #afbec5;
	background: #eaf0f1;
}

.radLabelCss_CashAmerica
{
	color: #afbec5; 
	padding-right: 5px;
	white-space:nowrap;
}

.radHint_CashAmerica 
{
	background: infobackground;
	margin-top: 5px;
	border: solid 1px black;
	text-align: left;
	overflow: auto; 
}

.radHint_CashAmerica a,
.radHint_CashAmerica a:visited,
.radHint_CashAmerica a:hover
{
	margin: 2px;
	color: black;
	text-decoration: none;
	font-size: small;
}
