#LangStatus .bar {
	height: 14px;
	border: none;
}

#LangStatus thead {
  text-align: center;
  font-weight: bold;
}

#LangStatus td.Maintainer {
  text-align: center;
}

#LangStatus table#StatusTable {
	margin-left: 1px;
}

#LangStatus .legend {
	width: 10px;
	height: 14px;
}

#LangStatus td span.green {
	color: green;
}

#LangStatus td span.red {
	color: red;
}

#LangStatus td.approved,
#ModuleStatus td.approved {
	color: green;
}
#LangStatus td.status {
	white-space: nowrap;
}


