/***************
 *
 *  Overrides wizard.css with neutral fonts/colors
 *
 ***************/
 
table.wizardTabs {
	margin-top: 20px;
	width: 85%;
}

/* describes the property info, customer info, etc tabs */
table.wizardTabs td {
	background-color: #bfbfbf;
	color: #636363;
	border: 1px solid #808080;
	background: transparent url(../../images/neutral/wizardTab_bg.gif) repeat right top;
}

table.wizardTabs td#first {
	border-left: 1px solid #808080;
}

/* describes a tab in 'active' state */
table.wizardTabs td.activeTab {
	background-color: #808080;
	background: transparent url(../../images/neutral/wizardTabActive_bg.gif) repeat right top;
	color: #ffffff
}


