:link, :visited {
  color: #1994d1;
}

body {
	min-width: 600px;
	background: url("/common/images/titlebar.png") repeat-x top left #fff;
	padding: 0 30px;
	color: #46494d;
}


#table-maintainers thead th { width: 25% }
#table-maintainers tbody td.green  { background: #afa }
#table-maintainers tbody td.even.green  { background: #bfb }
#table-maintainers tbody td.orange { background: #fea }
#table-maintainers tbody td.even.orange { background: #feb }
#table-maintainers tbody td.red { background: #faa }
#table-maintainers tbody td.even.red { background: #fbb }

#main_nav ul li a, #dev_nav ul li a, #logo a {
	border-bottom: 0px;
}

#dev_nav {
	width: 100%;
}

#dev_nav ul li a:hover {
	background: #27A3E1;
}

#head_container {
	height: 170px;
}

.nav ul {
  padding: 0;
}
