/**Background Color**/
body {
  background-color: #f1f1f1;
}
/**Header Styles**/
#header {
  padding: 15px;
  background-color: #fff;
  border-bottom: solid 5px #dad9d6;
}
#confTitles {
  color: #005f7f;
  padding-right: 10px;
}
/**Footer Styles**/
#footer-wrapper {
  background-color: #005f7f;
  color: #fff;
}
/*#tables table td {
	padding:10px 6px !important;
}
#tables table td > a {
	padding:0 !important;
}
#tables table td em {
	color: #888;
}
#tables span.list-view {
	display:none !important;
}*/

#tabs {
  width:1750px !important;
}