BODY{
  font-family: Tahoma;
  font-size: 10pt;
  padding: 0px;
  margin: 0px;
}

H1{
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
}

LI{
  font-size: 8pt;
}

A{
  text-decoration: none;
  color: #A0A0A0;
}

A:hover{
  text-decoration:  underline;
  color: #000000;
}

A IMG{
  border: none;
}

TABLE{
  width: 100%;
  border-collapse: collapse;
}

.main_table{
  border-collapse: collapse;
  width: 100%;
}

.main_table TD.left{
  width: 100px;
  vertical-align: bottom;
}

.main_table TD.center{
  vertical-align: top;
}

.main_table TD.right{
  width: 350px;
  vertical-align: top;
}

.main_table TR TD{
  padding: 5px;
}

.right_table TR TD{
  padding: 0px;
}

.header{
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.logo{
  padding-left: 50px;
  text-align: left;
  vertical-align: middle; 
}

.fast_login{
  width: 50%;
  text-align: right;
}

.fast_login TR TD{
  padding: 5px;
}

.main_box{
  width: 900px;
  margin: 0 auto;
}

.copyright{
  border-top: 1px solid #A0A0A0;
  font-size: 8pt;
  color: #A0A0A0;
  text-align: center;
}

.error_panel{
  background-image: url(/style/error.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 5px;
  padding-left: 42px;
  min-height: 30px;
  text-align: center;
  color: #000;
  border: 1px outset #808080;
  background-color: #FFD7D7;
  margin: 3px 30%;
  -moz-border-radius: 5px;
}

.info_panel{
  background-image: url(/style/info.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 5px;
  padding-left: 42px;
  text-align: center;
  min-height: 30px;
  border: 1px outset #808080;
  background-color: #E0F0FF;
  color: #000;
  margin: 3px 30%;
  -moz-border-radius: 5px;
}

.alert_panel{
  background-image: url(/style/alert.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 5px;
  padding-left: 42px;
  min-height: 30px;
  text-align: center;
  border: 1px outset #808080;
  background-color: #FFFFCE;
  color: #000;
  margin: 3px 30%;
  -moz-border-radius: 5px;
}

.panel_404{
  background-color: #FFFFCE;
  border: 1px solid #8A8D50;
  padding: 5px;
  -moz-border-radius: 5px;
  margin: 20px auto;
  width: 500px;
  color: #000;
}

.panel_404 DIV{
  background-image: url(/style/404.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #FFFFFE;
  border: 1px solid #000;
  padding:10px;  
}

.panel_need_login{
  background-color: #FFFFCE;
  border: 1px solid #8A8D50;
  padding: 5px;
  -moz-border-radius: 5px;
  margin: 20px auto;
  width: 500px;
  color: #000;
}

.panel_need_login DIV{
  background-image: url(/style/lock.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #FFFFFE;
  border: 1px solid #000;
  padding:10px;  
}

INPUT.login{
  background-image: url(/style/login.png);
  background-repeat: no-repeat;
  background-position: 2px center;
  padding-left: 22px;
  border: 1px inset #A0A0A0;
  height: 22px;
}

INPUT.password{
  background-image: url(/style/password.png);
  background-repeat: no-repeat;
  background-position: 2px center;
  padding-left: 22px;
  border: 1px inset #A0A0A0;
  height: 22px;
}
