@import url('sen.full.min.css');
@import url('navigation.css');
@import url('api-content.css');
@import url('default.css');

#page
{
  background: white;
}

#db-header
{
  height: 1px;
  background: black;
  padding: 0px;
}

#db-header * {
    display: none !important;
}

#db-header h1
{
  display:        inline;
  margin-left:    10px;
  padding-top:    29px;
  padding-bottom: 0px;
  border:         none;
  color:          #FFFFFF;
}

#db-header span
{
  float: left;
  padding-left: 10px;
  height: 50px;
}

#db-header div.docblox
{
  float: left;
  background: transparent url('../images/icon48x48.png') top left no-repeat;
  padding-left: 60px;
  height: 50px;
}

div#menubar
{
  float: right;
}

ul#menu li
{
  border: none;
}

#menu a
{
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

#menu a:hover
{
  background: #111;
  color: red;
}

table#overview th
{
  text-align: left;
}

table#overview td
{
  border: none;
}