/**Background Color**/
body {
  background-color: #F7F7FF;
}
/**Header Styles**/
/* #header {
  padding: 10px;
  background-color: #fff;
  border-bottom: solid 5px #1B457F;
} */
#header{
  padding:0px;
}
#header img{
  width:100%;
}
#confTitles {
  color: #1B457F;
  margin-top: 5px;
  padding-right: 10px;
}
/**Footer Styles**/
#footer-wrapper {
  background-color: #221E1E;
  color: #A0A0A0;
}
/**Link Colors**/
/**Lighter Color**/
#tables table td > a,
#wswTableSort a,
#tabs li div,
#tZoneChanger li div {
  color: #0076c0;
}
#list-content,
#grid-sort,
.pagination li a,
.left_buttons button {
  color: #0076c0 !important;
}
.pagination li.active a {
  background-color: #0076c0;
  border-color: #0076c0;
  color: #fff;
}
.pagination li.active a:hover,
.pagination li.active a:focus {
  background-color: #A0A0A0;
  border-color: #A0A0A0;
}
.pagination li a {
  outline-color: #0076c0;
}
.pagination li a:hover,
.pagination li a:focus {
  background-color: #A0A0A0;
  border-color: #A0A0A0;
}
/**Darker Color**/
#tables table td > a:hover,
#wswTableSort a:hover,
#tabs li div:hover,
#tZoneChanger li div:hover {
  color: #A0A0A0;
}
#list-content:hover,
#grid-sort:hover,
.left_buttons button:hover {
  color: #A0A0A0 !important;
}
/*#tabs {
  width:1250px !important;
}*/