#button {
 padding: 0;
}

#button li {
 display: inline;
}

#main-nav {
    height: 34px;
}

#button li a {
 font-size: 14px;
 text-decoration: none;
 float: left;
 padding: 10px;
 background-color: #2175bc;
 color: #fff;
 margin-right: 1px;
}
 
#button li a:hover {
 background-color: #2586d7;
 margin-top: -2px;
 padding-bottom: 12px;
}

#main-nav ul li .selected {
 background-color: #2586d7;
 margin-top: -2px;
 padding-bottom: 12px;
}

#content {
    border-top: 4px solid #2586d7;
}

.table {
  width: 100%;
  margin-bottom: 10px; }
  .table th, .table td {
    padding: 5px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #e0e0e0; }
  .table th {
    font-weight: bold;
    padding: 6px;
    background: #f2f2f2;
    color: #4d4d4d; }
  .table thead th {
    vertical-align: bottom; 
      text-align: center;
  }
  .table caption + thead tr:first-child th, .table caption + thead tr:first-child td {
    border-top: 0; }
  .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td {
    border-top: 0; }
  .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #d9d9d9; }
  .table .table {
    background-color: white; }
  .table td.highlight {
    background: #ebebeb; }
  .table td.highlight-even {
    background: #f7f7f7; }
  .table td.no-border {
    border-left: none;
    border-right: none; }
    
.table-bordered {
  border: 1px solid #e0e0e0;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .table-bordered th, .table-bordered td {
    border-left: 1px solid #e0e0e0;
     }
  .table-bordered caption + thead tr:first-child th {
    border-top: 0; }
  .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td {
    border-top: 0; }
  .table-bordered colgroup + thead tr:first-child th {
    border-top: 0; }
  .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td {
    border-top: 0; }
  .table-bordered thead:first-child tr:first-child th {
    border-top: 0; }
  .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }
  .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child {
    -webkit-border-radius: 2px 0 0 0;
    -moz-border-radius: 2px 0 0 0;
    border-radius: 2px 0 0 0; }
  .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child {
    -webkit-border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    border-radius: 0 2px 0 0; }
  .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child {
    -webkit-border-radius: 0 0 0 2px;
    -moz-border-radius: 0 0 0 2px;
    border-radius: 0 0 0 2px; }
  .table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child {
    -webkit-border-radius: 0 0 2px 0;
    -moz-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0; }
  .table-bordered tfoot:last-child tr:last-child > td:last-child {
    -webkit-border-radius: 0 0 2px 0;
    -moz-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0; }
  .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0; }
  .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-radius: 0 0 2px 0;
    -moz-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0; }
  .table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child {
    -webkit-border-radius: 2px 0 0 0;
    -moz-border-radius: 2px 0 0 0;
    border-radius: 2px 0 0 0; }
  .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-radius: 2px 0 0 0;
    -moz-border-radius: 2px 0 0 0;
    border-radius: 2px 0 0 0; }
  .table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child {
    -webkit-border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    border-radius: 0 2px 0 0; }
  .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    border-radius: 0 2px 0 0; }