* {
  margin: 0;
}

a {
  text-decoration: none;
}

body {
  font-family: sans-serif;
  font-size: 12pt;
}

body.test {
  background-image: none;
  text-align: center;
}

div#top {  background-repeat: no-repeat;
  background-position: top center;
  height: 212px;
  background-image: url(http://superflac.com/superflac.com.png);

}

div.unhidden {display:block;}

img {
  border: 0px;
  vertical-align: middle;
}

span.unhidden {display:inline;}

td.left_td {
  text-align: right;
}


td.right_td {
  text-align: left;
}


#center_column {
  width: 720px;
  margin: 0 auto;
  text-align: left;
}

#comment {
  position: absolute;
  overflow: hidden;
  width: 224px;
  height: 126px;
  text-align: center;
  left: -298px;
}

#comment_words {
  position: relative;
  padding-top: 6px;
  padding-left: 18px;
  font-family: monospace;
}

#folders {

}

#inner_bar {
  width: 1px;
  height: 20px;
  background-color: #00AA00;
}

#login {
  position:relative;
  padding: 8px;
  margin-left: -200px;
  width: 216px;
  text-align: right;
}

#logout {
  position:absolute;
  top: 0px;
  right: 0px;
  padding: 8px;
  float:right;
}

#main {
  position: relative;
  height: 100%;
  text-align: center;
}
#new_account {
  position: absolute;
  text-align: right;
  top: 140px;
  left: 96px;
  width: 202px;
}

#outer_bar {
  text-align: left;
  width: 300px;
  height: 20px;
  padding: 0px;
  border: 1px solid #666633;
}

#search {
  position: absolute;
  top: 139px;
  left: -140px;
  width: 202px;
  text-align: right;
}

#terms {
  font-size: 10pt;
}

#upload_download {
  position: absolute;
  text-align: center;
  top: 128px;  /* 54px without .COM */
  left: 86px;
  width: 210px;
}


.inner_bar {
  background-color: #00AA00;
}

.h1 {
  font-size: 22pt;
}

.h2 {
  font-size: 18pt;
}

.h3 {
  font-size: 16pt;
}

.h4 {
  font-size: 14pt;
}

.hidden_pic {display:none;}


.hidden {display:none;}

.offset_left {
  position: absolute;
  top: 0px;
  left: 50%;
}
.no_comment {
  background-image: none;
}

.no_comment_words {
  display:none;

}

.pointer {
  cursor: pointer;
}

.show_comment {
  background-image: url(comment.png);
  background-repeat: no-repeat;
}

.squish_right {
  width: 0px;
  overflow: visible;
  float:right;
  text-align: left;
}

.upload_form {
  width: 300px;
}

.show_comment_words {
  display:block;
}

.submit_button {
  border: 1px solid #b19a8a;
  background-color: #d5c9c1;
  font-size: 16pt;
  float: left;
  padding: 4px;
  cursor: pointer;
}

.submit_button:hover {
  border: 1px solid #d5c9c1;
  background-color: #eae4e0;
}


