

.coreVisualTable {
	text-align: center;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	border: 1px solid black;	
}

.coreVisualTable {
	text-align: center;
	width: 90%;
	border: 1px solid black;	
}

.coreVisualTable table {
	width: 100%;
}

.coreVisualTable tr:nth-child(odd)      { background-color:green; }
.coreVisualTable tr:nth-child(even)      { background-color:red; }

.coreControlError {
	color: red;
}
.coreVisualTable th {
	background: navy;
	color: white;
}

