a {
  text-decoration: none;
  color: #444;
  padding: 2px;
}

a:link {
}

a:active {
  color: #cc6666;
}

a:visited {
}

a:hover {
  color: black;
}

a.external {
  background-image: url(/css/site/external.png);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 13px;
}

body {
  font: 15px Verdana, Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1em;
}

h3 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.1em;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
}

hr {
  margin-bottom: 8px;
}

img {
  border: none;
}

input.login  {
  border-top: 1pt solid #cccccc;
  border-bottom: 1pt solid #cccccc;
  border-right: 1pt solid #cccccc;
  border-left: 1pt solid #cccccc;
  font-size: 12px;
  width:70px;
  margin:5px 10px 5px 25px;
}

li.internal {
  background-image: url(/css/site/internal.png);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 13px;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.clear {
  font-size: 1px;
  height: 1px
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

.code {
  font-family:Monaco, Courier, "Courier New", monospace;
  background-color: #eee;
  border:1px solid #999;
  border-width: 1px 0 0 1px;
  border-collapse: collapse;
  width: 90%;
  margin-left: 3%;
  margin-right: 7%;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
  padding: 10px;
  overflow: auto;
}

.formlabel {
  text-align: right;
  font-size: 0.8em;
  padding-right: 1em;
  font-weight: bold;
  vertical-align: bottom;
}

.legitimate {
  font-size: 1.5em;
  z-index: 5;
  color: #cc6666;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  left: 30px;
  top: 12px;
}

.pager {
  padding-top: 2em;
  padding-left: 1em;
  font-size: 0.9em;
  font-weight: bold;
}

.section {
  position: absolute;
  bottom: 2px;
  left: 30px;
  color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-size: 1.2em;
}

.sounding {
  font-size: 1.5em;
  position: absolute;
  left: 45px;
  top: 37px;
  z-index: 15;
  color: #6666cc;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.title {
  margin-left: 3%;
  font-size: 0.8em;
  font-weight: bold;
}

.debug {
  border-style: solid;
  border-width: 2px;
  border-color: red;
  padding: 5px;
  width: 80%;
  margin-left: 10%;
}

#container {
  margin-left: 10%;
  margin-right: 10%;
  width: 84%;
}

#header {
  background-image:url(/css/site/logo.gif);
  background-repeat: no-repeat;
  height: 128px;
  position: relative;
  -webkit-box-shadow: 10px 10px 25px #ccc;  
  -moz-box-shadow: 10px 10px 25px #ccc;  
  box-shadow: 10px 10px 25px #ccc;  
}

#login {
  margin-top: 0.5em;
}

#main {
  float: left;
  width: 80%;
  margin-bottom: 20px;
  padding-top: 1em;
}

#navigation {
  padding-top: 1.5em;
  padding-left: 1em;
  font-size: 0.8em;
}

#navigation ul {
  margin:0;
  padding:0;
  list-style:none;
}

#navigation li {
  display:inline;
  margin:0;
}

#sidebar {
  float: right;
  margin-top: 3em;
  margin-bottom:0;
  width: 16%;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

