#wrapper { /* Contains and centers all elements */ 
  font: 14px "Lucida Grande", Geneva, Verdana, sans-serif;
  line-height: 20px;
  text-align: left;
}

/* Toolbar and search box
=====================================*/
#toolbarcontainer {
  display:none;
}
#buttons {  
  display:none;
}
#header {
  display:none;
}
#customheader {
  display:none;
}
#nav {
  display:none;
}
#menupage {
  display:none;
}
#content { /* Text area */
  text-align: left;
}
#uploads {
  width: 535px;
  font: 12px "Lucida Grande", Geneva, Verdana, sans-serif;
  color: #5e5e5e;
}
#uploads h1, #comments h1 {
  margin: 5px 0 0 5px;
  font: 14px "Lucida Grande", Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: #5e5e5e; 
  text-transform: uppercase;
}
#comments {
  font: 12px "Lucida Grande", Geneva, Verdana, sans-serif;
  color: #5e5e5e;
  text-align: left;
}
#comments p {
  text-align: left;
  margin: 0 0 15px 7px;
  line-height: 17px;
  color: #888;
}
#comments p.top {
  color: #5e5e5e;
  margin: 5px 0 5px 7px;
}
.atc { /* For image attachments to comments */
  margin: -5px 0 15px 8px;
}
.main_left { /* Main table header left side */
  height: 30px;
}
.main_right { /* Main table header right side */
  height: 30px;
}
.atc_top { /* Attachment table header */
  height: 23px;
  text-transform: uppercase;
  font-weight: bold;  
}
.table_sm { /* Uploads list table */
  border: 1px solid #cfcfcf;
  margin: 10px 0 15px 0;
  text-align: left;
}
.dark { /* darker table row */
  height: 50px;
  background-color: #f7f7f7;
}
.dark_descr { /* darker table description row */
  height: 20px;
  background-color: #f7f7f7;
}
.dark_descr td {
  padding: 0px 10px 10px 20px;
}
.dark_cmt { /* darker comment row */
  background-color: #f7f7f7;
}
.light { /* lighter table row */
 height: 50px;
 background-color: #fff;
}
.light_descr { /* lighter table description row */
 height: 20px;
 background-color: #fff;
}
.light_cmt { /* lighter comment row */
 background-color: #fff;
}
.light_descr td {
  padding: 0px 10px 10px 20px;
}
.title { /* Title uploaded file */
  font-weight: bold;
  padding-left: 10px;
}
.description {
  height: 10px;
  color: #888;
  margin-top: 5px;
}
p.description {
  margin: 12px 0 0 0;
}
.comments, .uploads { /* Sets bottom margin for the two tables */
  margin: 15px 0 15px 0;
}
#uploads a, #comments a {
  text-decoration: none;
  color: #5e5e5e;
}
#uploads a:hover, #comments a:hover {
  text-decoration: underline;
  color: #5e5e5e;
}
#footer {
  display:none;
}
h1, h2, h3 {
  font-weight: normal;
}
h1 { /* The main header on each page */
  font: 24px "Lucida Grande", Geneva, Verdana, sans-serif;
}
h2 { /* The main header on each page */
  font: 20px "Lucida Grande", Geneva, Verdana, sans-serif;
}
h3 { /* The main header on each page */
  font: 16px "Lucida Grande", Geneva, Verdana, sans-serif;
}
h4 {
  font-weight: bold;
}
p {
}
hr {
  color: dimgray;
  background-color: dimgray;
  height: 1px;
  border: 0;
}
img {
  border: 0;
}
#menuh-container {
  display:none;
}
#menuh {
  display:none;
}
#adminBody {
  margin-top:16px;
  background: #9bc7de;
  font: 12px "Lucida Grande", Geneva, Verdana, sans-serif;
  color: #777;
  line-height: 20px;
}
#adminBody p, #adminBody td, #adminBody li, #adminBody div {
  font: 14px "Lucida Grande", Geneva, Verdana, sans-serif;
}
#adminMainTable {
  border: 1px solid #777;
  background-color: #fcfaf6;
}
#adminMainCell {
  padding: 18px;
}
#adminMenuTable {
}
#adminMenuRow {
}
#adminMenuLeftCell {
}
#adminMenuRightCell {
}
#adminMenuSpacerRow {
}
.adminHR {
	color: #969696;
	height: 1px;
  margin-top: 0;
}
#adminMenuContentBlock {
}
/* Edit Screen Page Properties */
.propertyBlock {
  margin-top: 10px;
}
.propertyHelp {
  padding-left: 7px;
  margin-bottom: 20px;
}
.noprint {
  display:none;
}

