body {
  font-family: verdana, arial, helvetica, sans-serif;
}

h1 {
  /*font-size: 1.8em;*/
  border-bottom: 1px solid #638FBD;
}

h2 {
  font-size: 1.4em;
}

pre {
  padding: 1em;
  border: 1px dashed #729fcf;
  background: #fafafa;
}

a {
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div#wrapper {
  width: 100%;
}

hr {
  border: 0pt none;
  color: black;
  background-color: black;
  height: 1px;
}

/**************************************************************************
 * Header *
 **************************************************************************/
#header {
  background: #729fcf url(images/logo2.png) no-repeat bottom left;
  color: #ffffff;
  font-size: 14px;
  padding: 40px 10px 5px 0px;
  text-align: right;
}

#header * {
  color: #ffffff;
}

#header #top-menu-login {
  background-image: url(/ui/icons/16x16/lock.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 18px;
}

#header #top-menu-logout {
  background-image: url(/ui/icons/16x16/action_logout.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 18px;
}


/**************************************************************************
 * Body *
 **************************************************************************/
#body {
  font-size: 1.4em;
}

div#body {
  text-align: left;
  padding: 15px;
}

h2#whatsnew {
  color: red;
}


/**************************************************************************
 * Column Left */
#columnleft {
  vertical-align: top;
  width: 522px;
}

#columnleft h4 a {
  color: #000;
  text-decoration: none;
}

/**************************************************************************
 * Column Right */
#columnright {
  vertical-align: top;
  padding-left: 30px;
  width: 261px;
}

#columnright div {
  margin-bottom: 30px;
}

#columnright div.old span, div.old a {
  color: #555;
}

