/**Background Color**/
body {
  background-color: #f6f6f6;
}
/**Header Styles**/
#header {
  padding: 10px;
  background-color: #6C0000;
}
#confTitles {
  color: #fff;
  margin-top: -3px;
}
#confTitles h1 {
  font-size: 20px;
  margin-bottom: 8px;
}
#confTitles h2 {
  font-size: 16px;
}
#confTitles h3 {
  font-size: 14px;
}
#confTitles h1,
#confTitles h2,
#confTitles h3 {
  line-height: 12px;
}
/**Footer Styles**/
#footer-wrapper {
  background-color: #6C0000;
  color: #fff;
}
/**Link Colors**/
/**Lighter Color**/
#tables table td > a,
#wswTableSort a,
#tabs li div,
#tZoneChanger li div {
  color: #f53232;
}
#list-content,
#grid-sort,
.pagination li a,
.left_buttons button {
  color: #f53232 !important;
}
.pagination li.active a {
  background-color: #f53232;
  border-color: #f53232;
  color: #fff;
}
.pagination li.active a:hover,
.pagination li.active a:focus {
  background-color: #6c0000;
  border-color: #6c0000;
}
.pagination li a {
  outline-color: #f53232;
}
.pagination li a:hover,
.pagination li a:focus {
  background-color: #6c0000;
  border-color: #6c0000;
}
/**Darker Color**/
#tables table td > a:hover,
#wswTableSort a:hover,
#tabs li div:hover,
#tZoneChanger li div:hover {
  color: #6c0000;
}
#list-content:hover,
#grid-sort:hover,
.left_buttons button:hover {
  color: #6c0000 !important;
}