body {
      background-color: #444444;
      margin: 25px;
      font-family: monospace;
}

div.content {
      margin: 0;
      margin-bottom: 10px;
      background-color: #222222;
      border: 2px solid #333;
      padding: 5px 25px 25px 25px;
}

div.newsitem {
      margin-bottom: 10px;
      background-color: #191919;
      color: #00ff00;
      border: 1px dashed #005500;
      padding: 5px 5px 15px 5px;
}


div.blck {
      margin-bottom: 10px;
      background-color: #0f0f0f;
      color: #00ff00;
      border: 2px solid #005500;
      padding: 5px 25px 5px 25px;
}

h1.main {
      margin-bottom: 10px;
      background-color: #070707;
      color: #00ff00;
      border: 2px solid #005500;
      padding: 25px 25px 25px 25px;
}

h1 {
	text-decoration: none;
}


p.footer{
      width: 100%;
      padding-top: 8px;
      border-top: 1px solid #000;
}

a {
      text-decoration: none;
}

a:hover {
      text-decoration: underline;
}

div#flash .message {
     color: red;
}

table.ztable {
    border: 1px solid #00aa00;
}

td {
    border-bottom: 1px dashed #00aa00;
    border-right: 1px dotted #003300;
    margin: 0px;
}

th {
    border-bottom: 1px dashed #00aa00;
    border-right: 1px dotted #003300;
    margin: 0px;
    padding: 10px 10px 10px 10px;
    color: #11bb11;
}
th.header {
    border-bottom: 1px dashed #00aa00;
    border-right: 0px;
    border-left: none;
    margin: 0px;
    padding: 10px 10px 10px 10px;
    color: #11bb11;
}
td.header {
    margin: 0px;
}



tr.tr_odd {
    background: #555555;
}

tr.tr_even {
    background: #222222;
}

