﻿h1
{
  color: White;
  background-color: Teal;
}
h2
{
  color: Teal;
  background-color: lightgrey;
}

body
{
 font-family: tahoma, helvetica, sans-serif;
 color : Teal;
 font-size:large;
}

table
{
 border: 0px;
 border-collapse: collapse;
}

.home
{
 font-size: large;
 color: ForestGreen;
 margin: 0px;
 /*border-bottom-style: solid;
 border-bottom-width: 1px;
 border-color: black;*/
}

.ad
{
 text-align: right;
 font-size: small;
 color: gray;
}

.ad1
{
 text-align: center;
 color: black;
 font-size: x-large;
 font-family: sans-serif, serif;
 font-weight: bolder;
}

.ad2
{
 text-align: center;
 color: DarkSlateGray;
 font-size: large;
 font-family: sans-serif, serif;
 font-weight: bold;
}

.adtable
{
 border: 1px solid black;
 border-collapse: collapse;
}

.subcell
{
 border-bottom-width: 1px;
 border-color: black;
 border-bottom-style: solid;
}

.blocked
{
 color: red;
 border-bottom-width: 1px;
 border-color: black;
 border-bottom-style: solid;
}

.subform
{
 margin-bottom: 0;
}

.leftcol
{
  width: 100px;
}

.loginleftcol
{
  /*width: 100px;*/
  text-align: right;
}

.inurl
{
  width: 640px;
}

.infooter
{
  /*width: 800px;*/
}

.ljuserpass
{
  width: 250px;
}

.timezone
{
  width: 400px;
}

.mail
{
  width: 400px;
}


.comments
{
 font-size: small;
 font-style: normal;
 font-weight: normal ;
 color: gray;
}

.incomments
{
  align: 'left';
}

.inprotected
{
  align: 'left';
}

.special
{
  color: green;
}

.message
{
  color : Black;
  font-size:large;
  font-style: normal;
  font-weight: normal;
}

.attention
{
  color: lightgrey;
}

.submitbutton
{
  color : Black;
  font-size:medium;
  font-style: normal;
  font-weight: bold;
}

.changebutton
{
  color : Teal;
  font-size: x-small;
  font-style: normal;
  font-weight: normal;
  width: 150px;
}

.footer
{
  font-size:x-small;
  color: Black;
  text-align: center;
}

.helptext
{
  font-size: x-small;
  font-style: normal;
  color: Gray;
}

.rettext
{
  color: Gray;
  font-size: small;
}

.news
{
  font-size: xx-small;
  font-style: italic;
  color: DimGray;
}

.statvaluecell
{
  color: Black;
  text-align: center;
}

.stattable
{
  border-collapse: separate;
  caption-side: top;
  border-color: silver;
  border-width: 4px;
}

.statcell
{
  border-width: 4px;
}

