/* standard elements */
* {
  margin: 0;
  padding: 0;
}
a {
  color: #00b;
  text-decoration: none;
}
a:hover {
  color: #06c;
}
html, body {
  height: 100%;
}
body {
  background-color: #466;
  color: #222;
  font: normal 0.8em Arial,sans-serif;
}
form {
  padding: 0px 0px 6px 8px;
}
input {
  color: #444;
  font: normal 1em Arial,sans-serif;
}
p,ul {
  font-size: 0.9em;
  padding-bottom: 10px;
}
h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 1.5em;
}
h1,h2,h3 {
  color: #242;
  padding-top: 6px;
  margin-bottom: 4px;
}
img {
  border-width: 0px;
}

/* content */
#main {
  width: 100%;
  background-color: #cfc;
  border-collapse: collapse;
}
#header-image, #title-top,
#title-bottom, #title, #menu, #menu-bottom,
#content, #content-left, #footer {
  border: 2px solid #362;
}
#header-image {
  width: 259px;
  height: 150px;
  background: url("/images/old_style/image2.png") no-repeat;
}
#title-top, #title-bottom {
  height: 22px;
  background: url("/images/old_style/decor.gif");
}
#title-top {
  border-bottom: 0px dotted #362 !important;
}
#title-bottom {
  border-top: 0px dotted #362 !important;
  border-bottom-width: 0px !important;
}
#flags {
  margin-top: 1px;
  float: left;
}
#flags span {
  display: block;
  float: left;
  margin-left: 4px;
  border: 1px solid #362;
}
#flags img, #help img {
  display: block;
}
#help {
  margin-top: 1px;
  float: right;
}
#help .help_span {
  display: block;
  float: left;
  margin-right: 4px;
}
#help .help_logout {
  padding-top: 3px;
}
#help .help_logout a {
  font-weight: bold;
  color: #373;
}

#title {
  border-width: 0px 2px !important;
  text-align: center;
  height: 107px;
}
#title h1 {
  padding: 0px 10px;
  color: #373;
  font: bold 1.5em verdana,sans-serif;
  text-transform: uppercase;
}
#title h2 {
  color: #373;
  font: bold 1.2em verdana,sans-serif;
  padding: 5px 10px;
}

#menu {
/*  background: #466;*/
  vertical-align: top;
}
#menu div {
  width: 100%;
  background: #def;
  padding: 3px 0px;
  border-bottom: 1px solid darkgreen;
}
#menu ul {
  margin: 0px 3px;
  padding: 0px;
}
#menu li {
  list-style: none;
}
#menu li a {
  height: 21px;
  display: block;
  padding: 8px 10px;
  font-weight: bold;
  color: #042;
  text-transform: uppercase;
  background: url("/images/old_style/button.png") no-repeat;
  cursor: pointer;
}
#menu .menu-hover a {
  color: #ee2;
  background: url("/images/old_style/button_hover.png") no-repeat;
}
#logo {
  margin: 10px 0px;
  text-align: center;
  background-color: #466 !important;
  background-color: #cfc !important;
  border-width: 0px !important;
}
#logo img {
  border: 1px solid darkgreen;
}

#content {
  background-color: #fff;
  padding: 10px 20px;
  vertical-align: top;
}
#content li {
  margin-left: 25px;
}
#content-left {
  border-top-width: 0px !important;
  width: 5px;
  background: url("/images/old_style/decor.gif");
}

#footer {
  height: 40px;
  color: #343;
  font-weight: bold;
  text-align: right;
}
#footer div {
  padding: 8px;
}
