/*Telerik RadInput Default Skin*/

/*global*/

.radInput_CashCall
{
	font:12px arial,tahoma,sans-serif;
	vertical-align:middle;
}

.radInput_CashCall table,
.radInput_CashCall table td
{
	border:0;
}

.radInput_CashCall table
{
	vertical-align:bottom;
}

.radInput_CashCall td
{
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.radInput_CashCall td.inputCell
{
	padding-right:4px;
}

.radInput_CashCall textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

.radEnabledCss_CashCall,
.radEmptyMessageCss_CashCall,
.radHoverCss_CashCall,
.radFocusedCss_CashCall,
.radReadOnlyCss_CashCall,
.radDisabledCss_CashCall,
.radNegativeCss_CashCall,
.radInvalidCss_CashCall
{
	/*border:1px solid #626262;
	padding:3px 0 3px 1px;
	background:#fff;
	color:#333;
	font:12px arial,tahoma,sans-serif;
*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	background-color: #c9edff;
}

.radEmptyMessageCss_CashCall
{
	color:#999;
	font-style:italic;
}

.radHoverCss_CashCall 
{
}

.radFocusedCss_CashCall
{
}

.radReadOnlyCss_CashCall
{
	border-color:#c3c3c3;
}

.radDisabledCss_CashCall
{
	border-color:#a1a1a1;
	color:#999;/*gray - Safari*/
	cursor:default;
}

.radInvalidCss_CashCall 
{
	/*border-color:#f32800;*/
	background:url('Input/sprite.gif') 99% -183px no-repeat;
	background-color: #c9edff;
}

.radNegativeCss_CashCall 
{
	color:#666;
}

/*buttons*/

.radInput_CashCall a
{
	display:block;
	text-indent:-4444px;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:url('Input/sprite.gif') no-repeat;
}
* html .radInput_CashCall a{position:static}/*IE6*/
*+html .radInput_CashCall a{position:static}/*IE7*/

/*go*/

.radInput_CashCall a.gobutton
{
	width:20px;
	height:17px;
	line-height:17px;
	background-position:3px 4px;
}

/*spin*/

.radInput_CashCall a.spinbutton
{
	width:13px;
	height:7px;
	line-height:7px;
	margin:0 1px;
}

.radInput_CashCall a.up
{
	background-position:3px -35px;
}

.radInput_CashCall a.down
{
	background-position:3px -65px;
	margin-top:2px;
}

/*label*/

.radLabelCss_CashCall
{
	margin:0 4px 0 0;
	color:#333;
	white-space:nowrap;
}
