/*
 * General settings
 */
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 110%;
  background-color: #f7f7f7;
  color: #000000;
}

/*
 * No underline for links
 */
a:link {
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  text-decoration: none;
  cursor: pointer;
}

/*
 * General layout
 */
.font {
  font-size: 13px;
}
.none {
  display: none;
}
td.infotable {
  background: #EDEDED;
  border: 1px solid #707070;
  font-weight: bold;
  font-size: 14px;
}
td.infotable:hover {
  background: #d0d0d0;
}
table.dates {
  font-size: 13px;
  border: 1px solid #000000;
}
tr.head {
  background: #aeaeae;
}
tr.today {
  background: #ffff00;
}
tr.row0 {
  background: #ffffff;
}
tr.row1 {
  background: #d7d7d7;
}
div.content {
  padding-left: 50px;
  padding-right: 50px;
  font-size: normal;
}

div.news {
  padding-left: 8%;
  padding-right: 8%;
  margin-bottom: 2em;
}

h3.newstitle {
  margin: 0;
  position: relative;
  top: -0.7em;
  left: 15px;
  font-size: 90%;
  border: 1px solid #909090;
  background: white;
  padding: 0 0.5em;
  padding-bottom: 1px;
  display: inline;
}

div.newsbody {
  border: 1px solid #909090;
  background-color: #d7dbd7;
}

div.datesbody {
  border: 1px solid #909090;
  background-color: #aeaeae;
}

div.newscontent {
  padding-left: 8%;
  padding-right: 8%;
  margin-top: -1em;
  font-size: normal;
}

div.date {
  padding-left: 0;
  padding-right: 0;
  margin-top: -0.5em;
  font-size: normal;
}


/*
 * Navigation
 * --------------------------------------------------
 */
div.navigation {
  padding: 0 0;
  border-bottom: 1px solid #707070;
}
div.navigation ul {
  padding: 3px 0;
  margin-left: 20px;
  margin-bottom: 0px;
  font: bold 14px Verdana, Sans-Serif;
}
div.navigation ul li {
  list-style: none;
  margin: 0;
  display: inline;
}
div.navigation ul li a {
  padding: 3px 0.5em;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #707070;
  background: #EDEDED;
  text-decoration: none;
}
div.navigation ul li a:link, div.navigation ul li a:visited {
  color: #404080;
}
div.navigation ul li a:link:hover, div.navigation ul li a:visited:hover {
  color: #000000;
  background: #d0d0d0;
  border-color: #000000;
}
div.navigation ul li a:link:hover#current, div.navigation ul li a:visited:hover#current {
  color: #000000;
  border-color: #707070;
  border-bottom: 1px solid #e8f1fe;
}
div.navigation ul li a#current {
  color: #000000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}

/*
 * Footer
 */
div.footer {
  clear: both;
  border-top: 1px solid #707070;
}
div.footerleft {
  float: left;
  font-size: xx-small;
}
div.footerright {
  float: right;
  font-size: xx-small;
}
