TABLE.tableConfigurationHeader{
	width : 100%;
	
	border-left : 1px solid #819a9f;
	border-right : 1px solid #819a9f;
	border-top : 1px solid #819a9f;
	border-bottom : 1px solid #819a9f;
	
	margin-top : 10px;

}

TD.tdConfigurationHeaderCaption{
			font-weight : bold;
			width : 150px;
			vertical-align : top;
		}
		

TABLE.tableConfigurationParts{
	width : 100%;
	border-left : 1px solid #819a9f;
	border-right : 1px solid #819a9f;
	border-top : 1px solid #819a9f;
	border-bottom : 1px solid #819a9f;
	margin-top : 10px;
}

TD.tdConfigurationPartsCaption {
	height : 20px;
	background-color : #819a9f;
	padding-left : 5px;
	font-weight : bold;
	color : #FFFFFF;
}

TABLE.tableConfigurationPartsContent{
	width : 100%;
	border : 0px;
	padding : 0px;
	spacing : 0px;
}
TD.tdConfigurationParts{
	background-color : #ffffff;
}

INPUT.wizard_button_configuration{
	background-color : #e8eced;
	color : #000000;
	
	border-left : 1px solid #819a9f;
	border-right : 1px solid #819a9f;
	border-top : 1px solid #819a9f;
	border-bottom : 1px solid #819a9f;
	
	font-size : 8pt;
	font-family : verdana;
}
