@import url(../../../stylesheets/application.css);

html { 
  overflow-y: scroll; 
}

body {
  background-color: #FDFDFD;
  border: 0;
  color: #252525;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin:  0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  min-width: 900px;
}

.center {
  margin: 0 auto !important;
  width: 960px !important;
}

p {
  font-size: 11px;
  line-height: 1.5em;
  text-align: justify;
}

#browser, #activity dl {
  font-family: monospace !important;
}

#browser .author {
  padding: 2px 8px;
}

#activity .description {
  font-family: monospace;
  font-style: normal;
}

#top-menu-wrapper {
  background:none repeat scroll 0 0 #2b2c2d;
}

#top-menu {
  padding: 5px 2px 0 6px;
  font-style: normal;
}

#main-menu {
  margin-right: -480px;
}

#header-wrapper {
  background:none repeat scroll 0 0 #3c3d40;
}

#header, #top-menu {
  background: none;
}

#main-menu li a:hover {
  background: none repeat scroll 0 0 #808387;
}

a, a:link, a:visited {
  color: #ff004f;
}

.nodata, .warning { 
  background-color: #FF9E9A;
  border-color: #875452;
  color: #a6212c;
}

#main, div.issue, #footer {
  background: none;
}

table.list tbody tr:hover {
  background-color: #fff;
}

#quick-search select {
  display: none;
}

#quick-search input {
  background-color:#252525;
  border:1px solid #454545;
  color:#E5E3DD;
  padding:3px;
}