body {
  font-family:  Verdana;
  font-size: 8pt;
  margin: auto;
  text-align: center;
  background-color: #fdfdfd;
}
#logo {
  float:left;
  text-align: left;
  width: 100%;
  padding-left: 10;
  padding-bottom: 5;
  background-color: #FFCE00;
}
#userinfo {
  clear: right;
  float: right;
  height: 20px;
  vertical-align: bottom;
  margin-top: 20px;
  margin-right: 20px;
}
#langs {
  position: relative;
  top: -20px;
  float: right;
  height: 20px;
  vertical-align: top;
  margin-top: 0px;
  margin-right: 20px;
}
#langs ul {
  list-style:none;
  margin: 0;
  padding: 0;
}
#langs li {
 display: inline; 
 padding-right: 8px;
 padding-left: 8px;
 border-right: 1px solid #000000;
}

#langs a {
 color: #FFFFFF;
 font-size: 8pt;
 font-weight: normal;
}
#langs a:hover {
  color: #EE7625;
}

#title {
  background-color: #000000;
  border-bottom: 2px solid #ffce00;
  border-top: 2px solid #ffce00;
  color: #fff;
  font-size: 11pt;
  font-weight: bold;
  clear: right;
  padding-left: 40px;
  padding-top: 3px;
  padding-bottom:3px;
  text-align: left;
  height: 20px;
  width: 100%;
}
#topmenu {
  position: relative;
  top: -90px;
  bottom: 0px;
  text-align: left;
  margin-top: 0px;
  background-color: #C5C9CA;
  width: 100%;
  vertical-align: middle;
  height: 22px;
  padding-top: 6px;
}
#topmenu ul {
  list-style:none;
  margin: 0;
  padding: 0;
  height: 20px;
}
#topmenu li {
 display: inline; 
 padding-right: 8px;
 padding-left: 8px;
 border-right: 1px solid #000000;
}
#topmenu a {
 color: #000000;
 font-size: 8pt;
 font-weight: normal;
}

#topmenu a:hover {
 color: #F0B13C;
}

#menu {
  bottom: 0px;
  text-align: left;
  margin-top: 0px;
  background-color: #C5C9CA;
  width: 100%;
  vertical-align: middle;
  height: 22px;
  padding-top: 6px;
}
#menu ul {
  list-style:none;
  margin: 0;
  padding: 0;
  height: 20px;
}
#menu li {
 display: inline; 
 padding-right: 8px;
 padding-left: 8px;
 border-right: 1px solid #000000;
}
#menu a {
 color: #000000;
 font-size: 8pt;
 font-weight: normal;
}

#menu a:hover {
 color: #FFFFFF;
}

#wrapper {
 clear: both;
 margin: 0 auto;
 display: inline-block;
 padding-top: 5px;
 padding-bottom: 20px;
}
#content {
 display: table;
 text-align: center;
 padding: 10px;
 padding-top: 20px;
}
#upload {
  display: table-cell;
  width: 500px;
  text-align: left;
  padding-top: 20px;
}
#uploadbutton {
  text-align: center;
  margin: 0 auto;
}
#downloadbutton {
  text-align: center;
  margin: 0 auto;
}

#footer {
  clear: both;
  background-color: #FFCE00;
  position: fixed;
  bottom: 0px;
  height: 20px;
  width: 100%;
  font-weight: bold;
  font-size: 8pt;
  xborder-top: 2px solid #000;
  text-align: center;
  color: #FFFFFF;
}
a {
  color: #000;
  font-weight: bold;
  font-size: 8pt;
  text-decoration: none;
}
a:visited {
  color: #004159;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #f0813c;
  font-weight: bold;
  text-decoration: none;
}
input, textarea {
  color: #555555;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 8pt;
}
.file {
  color: #555555;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 10pt;
  width: 300px;
}
fieldset {
  border: 1px solid #004159;
  width: 25em;
}
legend {
  color: #000;
  background-color: #FFCE00;
  border: 1px solid #004159;
  padding: 2px 6px;
  font-size: 8pt;
  font-weight: bold;
} 

.submit,button {
  font-size: 8pt;
  color: #fafafa;
  background-color: #000;
  border-left: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #555555;
  border-bottom: 1px solid #555555;
  font-weight: bold;
}
img {
  border: 0px;
}
#dbtable {
  border: 1px solid #000;
}
#dbtable th {
  background-color: #000;
  color: #ffffff;
  font-weight: bold;
}
#dbtable #row1 {
  padding: 2px;
  background-color: #fafafa;
  text-align: center;
  vertical-align: middle;
}
#dbtable #row2 {
  padding: 2px;
  background-color: #ededed;
  text-align: center;
  vertical-align: middle;
}
#message {
  clear: both;
  text-align: left;
}
#error {
  color: #ff0000; 
  font-weight: bold;
  text-align: left;
}
#toolbar {
  display: block;
  text-align: left;
}

td {
  font-size: 8pt;
}

th {
  font-size: 8pt;
}
