#departments {
	text-align: center;
	margin-bottom: 2em;
}

table.workers {
	width: 100%;
	border-collapse: collapse;
}
table.workers td {
	padding: 4px 2px;
	border: 1px solid #fff;
}
table.workers td.gray {
	background: #efefef;
}
table.workers td.blue {
	background: #e0ebef;
}
table.workers td.spacer {
	height: 0px;
	overflow: hidden;
}
table.workers td.title {
	padding: 6px 2px;
	background: #D6E1E5;
}
table.workers td.title a {
	color: #ff7f00;
	font-weight: bold;
	text-decoration: none;
}
	table.workers td.title a:hover {
		text-decoration: underline !important;
	}
table.workers td.title a.new {
	background: url('/dsg/icon-new.gif') no-repeat center left;
	padding-left: 40px;
	display: block;
	height: 13px;
}
table.workers td.title a.get_info {
	background: #ff7f00;
	color: #fff;
	padding: 2px 4px;
	float: right;
	font-size: 90%;
	text-decoration: none;
}
table.workers td.title span {
	text-transform: uppercase;
	font-size: 80%;
}
