/* CSS Document */

/* import the collective css file */
@import "stylesheet_bareducators.css";

#table1, #table2, #tableContact {
	margin: 1em auto;
	font: .8em/135%  Verdana, Helvetica, Arial, Sans-Serif;
	border: 1px solid #8D8178;
	border-bottom: 0;
}
#table1 td, #table1 th, #table2 td, #table2 th  {
	padding: .5em 1em;
	border-bottom: 1px solid #B1A8A3;
}

#table1 th, #table2 th {
	font-weight: bold; 
	background: #e8e6e3;
	text-align: center;
}
#tableContact td {
	padding: 1em .5em;
}
.highlightRow {
	background: #e8e6e3;
}

.tableTitle {
	font-weight: bold;
	background: #e07d28;
	text-align: center;
}
.noBottomBorder {
	border-bottom: 0;
}
