/**
Screen Style Sheet for the 
Multi-Rater Feedback Page on Sourceforge

Since the design is pretty crappy anyway, you are free
to copy it, as long as you keep the following statement
in tact:

Core CSS file copyright (c) 2006 Chris "OneSeventeen" Adams
http://mrf.sourceforge.net/
http://www.woventhorns.com
**/
body {
  font-family: verdana;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a {
  color: #0000CC;
}
a:hover {
  color: #CC0000;
}

#header h1, #navMenu h2 {
  display: none;
}
#header p {
  margin: 0;
  padding: 0;
}

#header {
  border-bottom: 1px solid #000;
  background: #FFF;
}

#navMenu {
  margin-bottom: 10px;
}

#navMenu ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 8px;
  background-color: #CCC;
}

#navMenu ul li {
  display: inline;
  margin: 0 5px;
}

#navMenu ul li a{
  padding: 1px 5px;
  text-decoration: none;
  color: #333;
}

#navMenu ul li a:hover {
  background-color: #666;
  color: #FFF;
  margin-top: 1px;
}

#navMenu ul li a.current{
  text-decoration: none;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #FFF;
  color: #000;
}

#navMenu ul li a.current:hover {
  background-color: #FFF;
  color: #000;
}

#content {
  margin: 0 10px;
}

#footer {
  border-top: 1px dashed #666;
  background: #CCC;
}

#footer a {
  text-decoration: none;
  color: #000;
}