
a {
    color: #038;
    text-decoration: none;
  }

body {
    background-color: #fff;
    text-align: center;
    color: #002;
  }

H2 {
    color: #E20;
    font-size: 130%;
    letter-spacing: .2em;
  }

html, body, table, div, p, ul, li, input, select {
    font-size: 12px;
    color: #000;
  }

html, body, table, h2, h3, h4, div, p, ul, li, input {
    font-family: Arial, Helvetica, sans-serif;
  }

img {
    border: none;
  }

input, select, textarea {
    border: 1px solid #333;
    background-color: #FFF;
  }

.bar {
    color: #039;
    line-height: 18px;
    text-align: right;
  }

.bar a {
    color: #06B;
    padding-right: 10px;
    padding-left: 10px;
  }

.button {
    background-color: #EEE;
    width: auto;
  }

.comments_item {
    background-color: #FAFCFF;
    border: 1px solid #ABE;
  }

.error_message {
    color: #f00;
    font-weight: bold;
  }

.panel {
    color: #EEE;
  }

.panel h3 {
    color: #FFF;
    background-image: url("./images/mtop.png");
    background-repeat: no-repeat;
    text-align: left;
    text-indent: 10px;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: .3em;
    font-size: 100%;
    height: 20px;
    width: 100%;
  }

.panel_l1 li {
  }

.panel_l2 li {
  }

.panel ul {
    text-indent: 0;
    list-style: square;
  }

.picture_container {
    border: 1px solid #DDD;
    background-color: #F7F7F7;
    text-align: center;
  }

.title_input {
    background-color: transparent;
    color: #333;
    font-weight: bold;
    font-size: 130%;
  }

.toc {
    list-style: square;
  }

.toc_l1 {
  }

.toc_l2 {
  }

#bar_top_picture {
    margin-top: 3px;
    background-image: url("./images/raudmees_top.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #fff;
  }

#bottom_container {
    margin-top: 5px;
  }

#comments {
    list-style: none;
    font-size: 80%;
  }

#content_td {
  }

#design_table {
    border-top: 5px solid #7AD;
    border-bottom: 5px solid #7AD;
  }

#design_table td {
    vertical-align: top;
    margin: 0;
  }

#dir_list {
    list-style: none;
  }

#file_list {
    list-style: none;
  }

#left_td {
  }

#main_container {
    background-color: #fff;
    text-align: left;
  }

#top_container {
    margin-top: 5px;
  }

a:hover {
    background-color: #F5FAFF;
    color: #F70;
    text-decoration: underline;
  }

.bar a:hover {
    color: #F70;
  }

.button:hover {
    background-color: #FDC;
  }

