/* table wizard tables */
table.tblWiz {
	border-collapse: collapse;
	border-spacing: 0px;
}

table.tblWiz,
tbody.tblWiz td,
thead.tblWiz td, thead.tblWiz th, tfoot.tblWiz th, tfoot.tblWiz td {
	border: solid #3d3d3d 1px;
	vertical-align: top;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

thead.tblWiz td, thead.tblWiz th, tfoot.tblWiz th, tfoot.tblWiz td {
	background-color: #dedede;
}
