/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);
html {background: url("../images/backgrad.jpg") repeat-x;}
body {margin: auto; width:900px }
#top-menu {background: url("../images/header.jpg") no-repeat;; height:90px;}
#top-menu a.projects, #top-menu a.help {display:none;}
#top-menu a, #loggedas {opacity:.6}
#top-menu a:hover {opacity:1;}
#header {height:29px;margin:0;background: url("../images/headermenu.jpg");}
#header h1 {display: none;}
#footer {height:28px;background:url("../images/footer.jpg") no-repeat;border-top:none;}
#main-menu li {
  float:left;
  list-style-type:none;
  margin: none;;
  padding: 0px 8px 0px 8px;
  white-space:nowrap;
  line-height:26px;
}
#main-menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0px;
  opacity: .6;
}
#main-menu li a:hover {color:#fff;opacity: 1;background:none;}
#main-menu li a.selected, #main-menu li a.selected:hover {opacity: 1;border-bottom:solid 3px;background:none;color:#fff;}
#quick-search {opacity:.6;padding-top: 2px;}
