.login_table {
  font: 11pt Trebuchet MS, sans-serif;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
.login_table tbody{
  font: inherit;
}
.login_table tr{
  font: inherit;
}
.login_table .head{
  font: 13pt Trebuchet MS, sans-serif;
  text-align: center;
  background-color: #369;
  background-image: url(../pics/menubg.png);
  border-width: 1px;
  border-style: solid;
  border-color: #036;
  height: 18px;
  padding: 0px;
  text-transform: none;
  color: #ffffff;
}
.login_table .row0{
}
.login_table .row1{
}
.login_table td{
  font: inherit;
  width: 50%; 
  padding: 0px 2px 0px 2px;
}
.login_table .cell_label{
  padding: 0px 2px 0px 2px;
  text-align: right;
}
.login_table .cell_input{
  padding: 0px 2px 0px 2px;
  text-align: center;
}
.login_table .form_label {
  font: 11pt Trebuchet MS, sans-serif;
  font-weight: normal;
  width: 100%;
  color: #000000;
}
.login_table .form_label_err {
  font: 11pt Trebuchet MS, sans-serif;
  font-weight: normal;
  width: 100%;
  color: #ff0000;
  cursor: help;
}
.login_table .form_input_text {
  font: bold 11pt Trebuchet MS, sans-serif;
  font-weight: normal;
  width: 100%;
  color: #000000;
}
.login_table .form_input_submit {
  font: bold 11pt Trebuchet MS, sans-serif;
  font-weight: normal; 
  width: 100px;
  color: #000000;
}



.logout_table {
  font: 11pt Trebuchet MS, sans-serif;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
}
.logout_table tbody{
  font: inherit;
}
.logout_table tr{
  font: inherit;
}
.logout_table .row0{
}
.logout_table .row1{
}
.logout_table td{
  font: inherit;
  width: 50%;
  padding: 0px;
}
.logout_table .cell_label{
  padding: 0px;
  text-align: right;
}
.logout_table .cell_input{
  padding: 0px;
  text-align: center;
}
.logout_table .form_label {
  font: 11pt Trebuchet MS, sans-serif;
  font-weight: normal;
  width: 100%;
  color: #000000;
}
.logout_table .form_input_submit {
  font: bold 11pt Trebuchet MS, sans-serif;
  font-weight: normal; 
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}



