div#DSS_EmployeeTable {
	max-height: 600px;
}

div#DSS_EmployeeToolbar {
	background-color: #004;
	padding: 8px;
}
table.DSS_EmployeeTable {
  width: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

table.DSS_EmployeeTable tr:nth-child(even) {
	background: #ccc
}
table.DSS_EmployeeTable tr:nth-child(odd) {
	background: #ddd
}

table.DSS_EmployeeTable th {
  background-color: #444;
  color: white;
  padding: 3px;
}

table.DSS_EmployeeTable td {
  padding: 3px;
}

img.DSS_EmployeePic {
  height: 50px;
}

tr.DSS_Inactive {
	display: none;
  background: #333  !important;
  border: 1px solid black;
}
