﻿/* Global Elements */

* {
  color: #6E6E6E;
  border: 0;
  margin: 0;
  padding: 0;
}

html, body {
  font: normal 13px Verdana, Arial, Helvetica, Sans-Serif;
  background-color: #215489;
  height: 100%;
}

.sidebar_highlight a, .contrib_details a {
  color: #254a71;
  text-decoration: none;
}

.wrapper {
  height: 100%;
  width: 988px;
  margin: 0 auto;
  display: table;
  padding-bottom: 25px;
}

.center {
  position: relative;
  left: 99px;
  height: auto;
  width: 790px;
  float: left;
}

/* Navigation */

.navbar {
  width: 790px;
  height: 29px;
  background: url('../images/navbg.png') repeat-x;
  border-bottom: 1px solid #ccc;
}

.nav {
  list-style: none;
  float: left;
}

.nav li {
  float: left;
  border-right: 1px solid #ccc;
  text-align: center;
}

.nav li a {
  font-size: 16px;
  display: block;
  color: #999999;
  text-decoration: none;
  width: 130.6px;
  line-height: 29px;
}

.nav li a:hover {
  background-color: #e3e3e3;
  color: #999999;
}

.nav li a#current {
  background-image: url('../images/navbgselected.png');
  color: #ffffff;
}

.sidebar {
  float: left;
  width: 179px;
}

.sidebar_highlight {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 8px;
  padding-top: 4px;
  text-align:center;
  background-color: #f7f7f7;
}

ul {
  list-style-position: inside;
  list-style-type: circle;
}

.content {
  float: right;
  width: 591px;
  padding: 10px;
}

.content p {
  margin-bottom: 15px;
}

.contentnosb {
  width: 770px;
  padding: 10px;
}

h2 {
  color:#396ca2;
  margin-bottom: 10px;
  font-family: Georgia, Arial, Sans-Serif;
}

.headertext {
  font-weight:bold;
  font-size:20px;

}

/* Main Page Elements */

.footersearch {
  width: 80%;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  clear:both;
}

.footersearch:hover {
  border-color:#444
}

.footersearch a {
  margin: 0;
  display: block;
  height: 30px;
  padding-top: 10px;
  vertical-align: middle;
  text-decoration: none;
}

/* Searching Elements */

.search {
  background-color: #f1f1f1;
  width: 80%;
  position: relative;
  border: 1px solid #A7A7A7;
  padding: 8px;
  margin: 0 auto;
  overflow: auto;
}

.searchleft {
  width: 50%;
  float: left;
}

.searchright {
  width: 45%;
  float: right;
  text-align: right;
}

.searchleft label {
  text-align: right;
}

label {
  display: block;
}

.searchtxt {
  border: 1px solid #B1B1B1;
  padding: 3px;
  margin: 2px;
  width: 160px;
}

.searchleft select {
  border: 1px solid #B1B1B1;
  padding: 2px;
  margin: 2px;
  width: 168px;
}

.searchright select {
  border: 1px solid #B1B1B1;
  padding: 2px;
  margin: 2px;
  width: 70px;
}

.searchbox {
  margin-right: 4px;
}

.searchbtn {
  border: 1px solid #9D9D9D;
  background-color: #FFFFFF;
  padding: 3px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 125px;
}

/* Results Table Elements */

.searchdownload {
  width: 80%;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: left;
  margin: 0 auto;
  font-size: 16px;
  clear:both;
  margin-bottom: 15px;
  height: 56px;
  cursor: hand;
}

.searchdownload:hover {
  border-color:#444
}

.searchdownload img {
  float: left;
  vertical-align: top;
  margin-right: 8px;
  vertical-align:top;
}

.searchdownload a {
  margin: 8px;
  display: block;
  text-decoration: none;
  margin-top: 8px;
}

.sortingTable {
  background-color: #ededed;
  border: 1px solid #ccc;
  width: 95%;
  margin: 0 auto;
}


.sortingTable thead tr th {
  background-color: #92b2d4;
  border: 1px solid #fff;
  color: #fff;
  padding: 2px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

.sortingTable thead tr th.ascending {
  background-image: url('../images/asc.gif');
}

.sortingTable thead tr th.descending {
  background-image: url('../images/desc.gif');
}

.sortingTable a {
  text-decoration: none;
}

tr.odd {
  background-color: #f1f1f1;
}

tr.over {
  background-color: #d4e0ec;
  cursor: pointer;
}

.sortingTable tbody tr td {
  padding: 3px;
}

#paging {
  width: 95%;
  margin: 0 auto;
  margin-top: 3px;
  height: 30px;
  text-align: right;
}

.pagelink {
  color: #4073C4;
  cursor: pointer;
  margin-right: 3px;
}

.selectedpage {
  color: #AB662A;
  margin-right: 3px;
}

/* Overlay Elements */

.nominee_overlay {
  display: none;
  width: 576px;
  font-size: 12px;
  z-index: 1000;
}

.nominee_overlay .close {
  position: absolute;
  left: 5px; top: 5px;
  cursor: pointer;
  height: 35px;
  width: 35px;
}

#overlay {
  background: url('../images/white_close.png') no-repeat;
  color: #000000;
  padding: 40px;
  padding-top: 19px;
  height: 453px;
}

.contentWrap {
  height: 396px;
  margin-left:-17px;
}

.contentDL {
  height: 41px;
  width: 576px;
  position: absolute;
  bottom: 20px;
}

.overlay_disp_name {
  margin-left: 35px;
  font: bold 18px Verdana;
  color: #0B4078;
}

.overlay_disp_side {
    margin-top: 5px;
    width: 160px;
    float: left;
}

.overlay_disp_main {
    float: left;
    padding: 10px;
    padding-left: 5px;
    width: 415px;
}

.overlay_list {
    list-style: none;
    background-color: #eeeeee;
    width: 100%;
    font-weight: bold;
    color: #999999;
}

.overlay_list li {
    padding: 8px;
    height: 49px;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    cursor: pointer;
}

.overlay_list li.current {
    background-color: #999999;
    color: #FFFFFF;
}

.overlay_details {
    padding: 0px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.overlay_details td {
    padding: 2px;
    width: 170px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.overlay_details td.cat {
    background-color: #e7edf4;
    width: 230px;
}

/* Contact Page Elements */
.contrib_details {
  width: 100%;
  background-color: #f8f8f8;
  border-top: 1px solid #c8d4db;
  border-bottom: 1px solid #c8d4db;
  padding: 8px;
  margin-bottom: 20px;
  margin-left:-8px;
}

.contrib_details h3 {
  float: left;
}

.contrib_details span {
  float: right;
  background-color: #eee;
  border: 1px solid #d1d1d1;
  padding: 2px 2px 2px 0px;
}

.contrib_details img {
  vertical-align: bottom;
  margin: 0px 4px 0px 4px;
}

.contrib_details p {
  clear: both;
  margin-top: 3px;
}

/* Download Page */

.download_container {
  margin-top: 15px;
  width: 85%;
  border: 1px solid #c8d4db;
  padding: 10px;
  margin: 0 auto;
  background-color: #f8f8f8;
  overflow: auto;
}

/* Chair Policy Page */

.chairTable {
  background-color: #ededed;
  border: 1px solid #ccc;
  width: 95%;
  margin: 0 auto;
  border-collapse: collapse;
}

.chairTable thead tr th {
  background-color: #92b2d4;
  border: 1px solid #ccc;
  color: #fff;
  padding: 2px;
  text-align: center;
}

.chairTable tbody tr td {
  padding: 3px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.chairText {
  width: 90%;
  margin: 0 auto;
  margin-top: 15px;
}

.chairText p {
  margin-top: 8px;
  text-indent: 20px;
}
