body {
    background-color: #3b3b47;
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 0.75em;
}
a {
    color: #5e5e66;
}
a:hover {
    color: #5e5e66;
}
a:visited {
    color: #2b2b33;
}
#wrapper {
    margin: 0 auto;
}
#wrapper div.header {
    background-image: url('../images/header.jpg');
    background-repeat: no-repeat;
    width: 1100px;
    height: 108px;
    margin: 0 auto;
}
div.header p.controls {
    margin: 0 auto;
    padding: 6px 10px 0 0;
    float: right;
    clear: both;
}
#wrapper div.nav {
    background-color: #272727;
    width: 1100px;
    height: 41px;
    margin: 0 auto;
    text-align: center;
}
div.nav ul {
    margin: 0 auto;
    list-style-image: url('../images/nav_divider.jpg');
    text-align: center;
}
div.nav ul li {
    display: inline;
}
#wrapper div.content {
    background-image: url('../images/contentbg.jpg');
    background-repeat: repeat-y;
    width: 1100px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 30px;
}
div.content div.contentarea {
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 1030px;
    border-bottom: 3px solid #3b3b47;
}
div.content div.contentarea h1 {
    background-image: url('../images/h1bg.jpg');
    width: 1000px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 120%;
}

div.content div.contentarea h1 .export {
  font-size: 75% !important;
  font-weight: 400;
  margin-right: 30px;
}

div.content div.contentarea h1 .export a {
  color: #ffffff;
  font-weight: 400;
}

div.content div.contentarea div.insidecontent {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
}
#wrapper div.footer {
    background-color: #292929;
    margin: 0 auto;
    width: 1065px;
    height: 46px;
    padding-left: 35px;
    color: #FFFFFF;
}
div.footer p {
    margin: 0 auto;
    line-height: 46px;
}

.hidden {
  display: none;
}

.twitter-typeahead {
  width: 100%;
  height: 100%;
}

.tt-input {
  background-color: white !important;
}

.tt-menu {
  width: 100%;
  background-color: white;
  border: 1px solid lightgray;
}

.tt-menu,
.tt-dataset {
  padding: 0;
}

.tt-suggestion {
  padding: 1em;
  margin: 0;
  cursor: pointer;
}

.tt-suggestion:hover,
.tt-suggestion:active,
.tt-cursor {
  background-color: gray;
  color: white;
}

.per-page-options a {
  font-weight: normal !important;
}

.per-page-options a.active {
  font-weight: bolder !important;
}
