examples_table.css 666 Bytes
table.ExamplesTable {
	border-width: 0;
	/*border-style: solid;
	border-color: gray;*/
	border-collapse: collapse;
	background-color: white;
	margin: 5px; 
}

table.ExamplesTable td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	background-color: #d9e5ed;
	text-align: left;
}

table.ExamplesTable td.ColumnHeader {
    background-color: #d8d8d8;
}

table.ExamplesTable td.ColumnHeader {
    text-align: center;
}

table.ExamplesTable td.RowHeader {
    text-align: left;
}

table.ExamplesTable td.EmptyCell {
    border-width: 0px;
    background-color: white;
}

table.ExamplesTable td.Semantic {
    background-color: #E9E9E9;
}