body {
}

img {
  border-style: none;
}

#separator{
  width: 100%x;
  border-top: 1px solid #aaa;
  clear: both;
  float: left;
}

#content_navigation a{
  text-decoration: underline;
  color: #666;
  font-weight: bold;
}

#content_navigation a:hover{
  text-decoration: none;
}
#content_navigation a:visited{
  color: #666;
}
#content_navigation ul {
  list-style-type: none;
  display: block;
  padding: 4px;
  width: 500px;
}
#content_navigation ul li {
  float: left;
  padding: 4px;
  background: #eee;
  margin-left: 5px;
}

#content_message{
  clear: both;
  padding: 4px;
  padding-top: 10px;
}

#content_form {
  clear: both;
  padding: 4px;
  padding-top: 10px;
}
#form_row {
  width: 600px;
  float: left;
  padding: 4px;
}
#form_row label{
  font-family: Arial;
  font-size: 9pt;
  width: 150px;
  float: left;
  text-align: right;
  padding: 4px;
}
#content_table{
  clear: both;
  padding: 4px;
}
#content_table table{
  padding: 2px;
  font-size: 8pt;
}
#content_table table th{
  border-bottom: 1px solid gray;
  font-size: 12px;
}

#content_table table td{
  width: 150px;
}
#content_table table td.ctr{
  text-align: center;
}

#pagination {
  font-family: Arial;
  font-size: 9pt;
  clear: both;
  float: left;
  width: 700px;
}
