/*
 * style.css
 *
 * $Id: style.css 19 2008-10-10 12:37:19Z lars $
 * 
 *
 */

body { 
  color: black; 
  background: #e5f2ff;
  font-family:  Arial, sans-serif;
}

h1, h2, h3, h4 {
  font-family: Arial, sans-serif;
}

h1 {
  color: #323246;
  font-size: 175%;
  font-weight: bold;
}

h2 {
  color: black;
  font-size: 130%;
  font-weight: normal;
  border: 1px solid #cccccc;
  border-width: 0px 0px 1px 0px;
}

h3 {
  color: black;
  font-size: 100%;
  font-weight: bold;
  border: 1px solid #cccccc;
  border-width: 0px 0px 1px 0px;
}

h4 {
  color: black;
  font-size: 100%;
  font-weight: bold;
  border: 1px solid #cccccc;
  border-width: 0px 0px 1px 0px;
}

td.title {
  font-weight: bold;
  background: white;
  border: 1px solid #000000;
  padding: 10px;
}

td.sidebartop {
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #99ccff;
  text-align: left;
  font-weight: bold;
  border: 1px solid #000000;
}

td.sidebarcontent {
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: white;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

td.content {
  background: white;
  border: 1px solid #000000;
  text-align: justify;
  padding: 10px;
}

td.footer {
  background: white;
  border: 1px solid #000000;
  text-align: right;
  padding: 10px;
}

a:link {
  color: #000080;
  text-decoration: none;
  border-bottom: 1px dotted #000080;
}
        
a:visited {
  color: #660000;
  text-decoration: none;
  border-bottom: 1px dotted black;
}
        
a:hover {
  color: white;
  text-decoration: none;
  background-color: #000080;
  border-top: 1px dotted white;
  border-bottom: 1px dotted white;
}

a:active {
  color: #000080;
  text-decoration: none;
  border-bottom: 1px dotted #000080;
}

a.sidebar:link {
  color: black;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
}
        
a.sidebar:visited {
  color: black;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
}
        
a.sidebar:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-top: none;
  border-bottom: none;
}
        
a.sidebar:active {
  color: white;
  text-decoration: none;
  background-color: black;
  border-top: none;
  border-bottom: none;
}

a.copyleft:link {
  color: black;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
}
        
a.copyleft:visited {
  color: black;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
}
        
a.copyleft:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-top: none;
  border-bottom: none;
}
        
a.copyleft:active {
  color: white;
  text-decoration: none;
  background-color: black;
  border-top: none;
  border-bottom: none;
}

div.version { 
  text-align: right;
  color: #d3d3d3;
  font-size: 60%;
  text-align: right;
} 
