body {
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: 25px;
  margin-right: 25px;
}
body,
input,
textarea,
td {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}
form {
  margin: 0px;
  padding: 0px;
}
textarea {
  width: 550px;
  height: 180px;
}
a:link {
  color: #0000ee;
  text-decoration: none;
}
a:visited {
  color: #0000ee;
  text-decoration: none;
}
a:active {
  color: #0000ee;
}
a:hover {
  color: #767676;
}
hr {
  height: 1px;
  color: #cccccc;
  background-color: #cccccc;
}
table {
  text-align: left;
  border: none;
  border-collapse: collapse;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin: 5px 0px;
}
td {
  margin: 0px;
  padding: 2px 4px;
  border-bottom: none;
  border-right: none;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.tabs {
  font-weight: bold;
  background-color: #f2f2f2;
}
.adhead {
  float: right;
  color: #cccccc;
}
.logout {
  margin-bottom: 20px;
  margin-top: 5px;
}
.logout a {
  border: 1px solid #c9c9c9;
  padding: 0px 4px 1px;
  background-color: #f5f5f5;
}
h4 {
  font-size: 12px;
  padding: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 9px;
  margin-left: 0px;
}
.upload {
  color: #0000ee;
  cursor: hand;
}
a.upload:hover {
  color: #0000ee;
  cursor: hand;
}
ul.upmedia {
  margin-bottom: 0px;
  margin-top: 0px;
}

#bottom {
  clear: both;
  border-top: 1px solid #ccc;
  padding: 3px 0 0;
  margin: 2em 0 0;
}
