﻿.autoWashTable
{

}

.autoWashOn
{
	background-position: center;
	background-image: url(   '/images/css/green_check_mark.gif' );
	background-repeat: no-repeat;
	width: 110px;
	border-bottom: solid 1px #949494;
}

.autoWashOff
{
	width: 110px;
	border-bottom: solid 1px #949494;
}

.autoWashLabel
{
	width: 308px;
	padding: 5px;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: solid 1px #949494;	
}
.autoWashHeader
{
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(  '/images/css/bluebox.gif' );	
}
.autoWashMoney
{
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #800000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-image: url( '/images/css/yellowback.gif' );	
}

