/* INSPECTION WIZARD */

/* Contains the wizard tabs */
table.wizardTabs {
	width: 100%;
	margin: 0 auto;
	table-layout: auto;
	border-spacing: 0px;
	border-collapse: collapse;
}

/* describes the property info, customer info, etc tabs */
table.wizardTabs td {
	background-color: #004071;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	font-size: 9px;
	border-left: 1px solid #ffffff;
	padding: 3px 10px 3px 10px;
	text-align: center;
	white-space: nowrap;
}

/** Remove the left table cell's border so table can be flush against side */
table.wizardTabs td#first {
	border-left: 0px;	
}

/* describes the "STEP ONE", etc text */
table.wizardTabs .wizardStepTxt {
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 2.5px;
}

/* describes a tab in 'active' state */
table.wizardTabs td.activeTab {
	background-color: #f5934a;
	color: #004071
}

.priceQuote {
	font-size: 14px;	
}




/* /INSPECTION WIZARD */
