/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

#top-menu {
  background-color: #202020;
  border-bottom: 1px solid #ddd;
}

#header {
  margin: 0px;
  background: #999 url(../images/top.png) repeat-x left top;
  height: 70px;
}

#header, #header a {
  color: #000;
}

#header h1 {
  background: url(../images/assertion-icon.png) no-repeat 4px top;
  padding-left: 50px;
  height: 36px;
  text-shadow: #ddd 1px 1px;
}

#main-menu ul { 
  margin-top: 10px;
}

#main-menu li a:hover { 
  background-color: #999;
  color: #fff;
}

#main-menu li a {
  color: #333;
}

#main-menu li a.selected, #main-menu li a.selected:hover {
  color:#000;
}

#content {
  margin-top: 10px;
}
