/* Common */
body {
  background: repeat-x #808080 url(../img/bg.gif) 0 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
}

/* Layout */
div#wrapper {
  width: 984px;
  background-color: #dadada;
  border: 2px solid #fff;
  margin: 10px auto 0 auto;
  font-size: 0.6875em;
  -moz-border-radius-topright: 10px;
  -khtml-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -khtml-border-radius-bottomleft: 10px;
}

div#header {
  border-bottom: 2px solid #fff;
  background: repeat-x url(../img/header.jpg) 100px 0;
  height: 91px;
  overflow: hidden;
  -moz-border-radius-topright: 10px;
  -khtml-border-radius-topright: 10px;
}

div#logo {
  background: none #fff;
  padding: 15px 0 8px 14px;
  width: 180px;
}

/* Navigation */
div#nav {
  width: 180px;
  float: left;
  padding-top: 15px;
}

div#nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

div#nav li {
  margin: 3px 0;
  background-color: #fff;
  padding: 3px 0 3px 16px;
  font-weight: bold;
  border: 2px solid #fff;
  border-left: none;
  font-size: 0.9091em;
  -moz-border-radius-bottomright: 6px;
  -khtml-border-radius-bottomright: 6px;
}

div#nav li a, div#nav li a:visited, div#nav li a:link, div#nav li a:hover {
  color: #818181;
}

div#nav li.active {
  background-color: #a1312f;
}

div#nav li.active a, div#nav li.active a:visited, div#nav li.active a:link, div#nav li.active a:hover {
  color: #fff;
}

/* Body */
div#body {
  background-color: #fff;
  color: #4e4e4e;
  margin: 15px 10px 10px 190px;
  padding: 10px;
}

div#body a, div#body:link {
  color: #962a2a;
}

div#body a:visited {
  color: #751926;
}

div#body a:hover {
  color: #b63a32;
}

div#body h1 {
  margin: 10px 0;
  padding: 6px 0;
  color: #000;
  border-bottom: 1px solid #a1312f;
  font-size: 1.28em;
}

div#body h2 {
  margin: 8px 0;
  padding: 0;
  color: #000;
  font-size: 1.19em;
}

div#footer {
  clear: both;
}

div#discl {
  width: 984px;
  margin: 0 auto;
  font-size: x-small;
  color: #ddd;
}

/* Please wait */
div#pw_layer {
  background-color: #000;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 20;
  display: none;
}

div#pw_hint {
  width: 100%;
  position: fixed;
  opacity: 0.8;
  top: 30%;
  left: 35%;
  z-index: 99;
  font-size: large;
  font-weight: bold;
  color: #fff;
}

/* SVN table */
table.svn {
  width: 650px;
  border-spacing: 0;
}

table.svn th {
  color: #fff;
  background-color: #a11;
  border: none;
  border-left: 1px solid #fff;
  margin: 0;
}

table.svn td {
  background-color: #dadada;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: none;
  margin: 0;
  padding: 2px 7px;
}

table.svn td.log {
  border-top: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  background-color: #eee;
}

table.svn td.log div {
  display: none;
}

