html, body
{
  height: 100%;
}

body
{
  font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, sunsans-regular;
  margin: 0px 0px 0px 0px;
}

div#page
{
  min-height: 100%;
  margin: 0px 0px -22px 0px;
  padding: 0px;
}


div#main
{
  margin: 0px;
  padding: 0px;
}


div#menu
{
  float: left;
  width: 160px;
  margin: 0px 0px 0px 10px;
  padding: 10px 0px 0px 0px;
}

div#menu img
{
  margin-left: 5px;
}


div#content
{
  margin: 0px 30px 0px 200px;
  padding: 20px 0px 30px 0px;
  font-size: 120%;
}


div#content h1
{
  margin: 0px 0px 1.5em 0px;
  padding: 4px 0px 6px 8px;
  background-color: #DFEFFF;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  font-size: 120%;
  font-family: sans-serif;
  color: #000;
}


table.show_form th {
  text-align: right;
  padding: 2px 0em 2px 2px;
  font-size: 1em;
}

table.show_form td {
  padding: 2px 1em 2px 1em;
  font-size: 1em;
}

table.show_form {
  background-color: #EEE;
  border: 1px solid #666;
  padding: 8px;
  margin-bottom: 1em;
}

table.edit_form th {
  text-align: right;
  padding: 2px 0em 2px 2px;
  font-size: 1em;
}

table.edit_form td {
  padding: 2px 1em 2px 1em;
  font-size: 1em;
}

table.edit_form {
  background-color: #EEE;
  border: 1px solid #666;
  padding: 8px;
  margin-bottom: 1em;
}



div#footer
{
  clear: both;
  height: 20px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #DFEFFF;
  position: relative;
  overflow: hidden;
}


div#copyright
{
  font-size: 10px;
  padding: 3px 10px 3px 10px;
  overflow: hidden;
}


.login ul, .menu_red ul, .menu_green ul, .menu_blue ul
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  font-size: 100%;
}

.login li, .menu_red li, .menu_green li, .menu_blue li
{
  margin: 0px 0px 3px 0px;
  width: 100%;
}


fieldset.login
{
  position: relative;
  background-color: #FFE5CC;
  border: 1px solid #AA0000;
  font-size: 90%;
  margin: 5px 0px 15px 0px;
  padding: 10px 5px 5px 5px;
}

.login legend
{
  position: absolute;
  top: -7px;
  background-color: #FFE5CC;
  border: 1px solid #AA0000;
  font-weight: bold;
  padding: 1px 3px 1px 3px;
  margin: 0px;
}

div.login_text
{
  border: 2px inset #FFCCAA;
  background-color: #FFCCAA;
  color: #000000;
  margin: 0px 0px 5px 0px;
  padding: 0px 1px 0px 1px;
}

.login_text input
{
  border: 0px;
  background-color: #FFCCAA;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 80%;
  width: 100%;
}


input.login_submit
{
  border-width: 2px;
  border-color: #FFCCAA;
  background-color: #AA0000;
  color: #FFFFFF;
  margin: 0px 0px 0px 0px;
  padding: 0px 1px 0px 1px;
  font-weight: bold;
  font-size: 90%;
  width: 100%;
}



fieldset.menu_blue, fieldset.menu_green, fieldset.menu_red
{
  position: relative;
  border: 1px solid;
  font-size: 90%;
  margin: 5px 0px 15px 0px;
  padding: 10px 5px 5px 5px;
}


.menu_blue legend, .menu_green legend, .menu_red legend
{
  position: absolute;
  top: -7px;
  border: 1px solid;
  font-size: 100%;
  font-weight: bold;
  padding: 1px 3px 1px 3px;
  margin: 0px;
}


.menu_blue a:link, .menu_blue a:visited, .menu_blue a:active, .menu_blue a:focus,
.menu_green a:link, .menu_green a:visited, .menu_green a:active, .menu_green a:focus,
.menu_red a:link, .menu_red a:visited, .menu_red a:active, .menu_red a:focus
{
  display: block;
  padding: 2px 0px 2px 5px;
  border-left: 5px solid;
  color: #000000;
  text-decoration: none;
}

.menu_blue a:hover, .menu_blue .active a:link, .menu_blue .active a:visited, .menu_blue .active a:active, .menu_blue .active a:focus,
.menu_green a:hover, .menu_green .active a:link, .menu_green .active a:visited, .menu_green .active a:active, .menu_green .active a:active,
.menu_red a:hover, .menu_red .active a:link, .menu_red .active a:visited, .menu_red .active a:active, .menu_red .active a:active
{
  display: block;
  padding: 2px 0px 2px 5px;
  border-left: 5px solid;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}


fieldset.menu_blue
{
  background-color: #CCE5FF;
  border-color: #0000AA;
}

fieldset.menu_green
{
  background-color: #D8FFD8;
  border-color: #00AA00;
}

fieldset.menu_red
{
  background-color: #FFE5CC;
  border-color: #AA0000;
}


.menu_blue legend
{
  background-color: #CCE5FF;
  border-color: #0000AA;
}

.menu_green legend
{
  background-color: #D8FFD8;
  border-color: #00AA00;
}

.menu_red legend
{
  background-color: #FFE5CC;
  border-color: #AA0000;
}

.menu_blue a:link, .menu_blue a:visited, .menu_blue a:active, .menu_blue a:focus
{
  border-left-color: #0000AA;
  background-color: #A0CCFF;
}

.menu_green a:link, .menu_green a:visited, .menu_green a:active, .menu_green a:focus
{
  border-left-color: #00AA00;
  background-color: #B6FFB6;
}

.menu_red a:link, .menu_red a:visited, .menu_red a:active, .menu_red a:focus
{
  border-left-color: #AA0000;
  background-color: #FFCCA0;
}


.menu_blue a:hover, .menu_blue .active a:link, .menu_blue .active a:visited, .menu_blue .active a:active, .menu_blue .active a:focus
{
  border-left-color: #0000AA;
  background-color: #0000AA;
}

.menu_green a:hover, .menu_green .active a:link, .menu_green .active a:visited, .menu_green .active a:active, .menu_green .active a:active
{
  border-left-color: #00AA00;
  background-color: #00AA00;
}

.menu_red a:hover, .menu_red .active a:link, .menu_red .active a:visited, .menu_red .active a:active, .menu_red .active a:active
{
  border-left-color: #AA0000;
  background-color: #AA0000;
}





p.title
{
  color: #000080;
  font-weight: bold;
  font-size: 150%;
  margin-top: 0px;
}

p.subtitle
{
  color: #000080;
  font-weight: bold;
  font-size: 120%;
}


div.content
{
  border: 1px solid #C0C0C0;
  background-color: #F0F0F0;
  text-align: justify;
  vertical-align: top;
  margin: 0px 0px 10px 0px;
  padding: 5px 20px 5px 20px;
  clear: right;
}


img.image_right_in_content
{
  border: 1px solid #000000;
  float: right;
  margin: 2px 0px 2px 12px;
}


table.cl
{
  width: 100%;
  margin: 0px;
}

tr.cl_header
{
  background-color: #AA0000;
  color: #FFFFFF;
  font-weight: bold;
}

tr.cl_header td
{
  padding: 3px;
}

tr.cl_odd
{
  background-color: #FFE5CC;
  bolor-bottom: 1px solid #AA0000;
  color: #000000;
}

tr.cl_even
{
  background-color: #FFCCA0;
  bolor-bottom: 1px solid #AA0000;
  color: #000000;
}

tr.cl_odd td, tr.cl_even td
{
  padding: 1px 3px 1px 3px; 
}

a:link { color: #000080; text-decoration: underline; }
a:visited { color: #000080; text-decoration: underline; }
a:hover { color: #FF0000; text-decoration: underline; }
a:active { color: #00FF00; text-decoration: underline; }
a:focus { color: #0000FF; text-decoration: underline; }
img { border: 0px; }


div.visitor_ip
{
  border: 0px;
  margin: 0px 0px 10px 10px;
  padding: 5px 0px 0px 0px;
  font-size: 70%;
  float: right;
}

.strong
{
  font-weight: bold;
}
