@CHARSET "ISO-8859-1";
/*-------- structure.css --------*/

html, body, .placeholder {
  border: none;
  color: #333333;
  font-family: Arial, "lucida console", sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.placeholder {
  min-width: 1024px;
  overflow: auto; /* forces the container to enclose its floated contents */
}

/* ------- General ------- */

.pane {
  vertical-align: top;
  margin-top: 0; 
  padding-top: 0;
}

.paneSpacing {
  width: 10px;
}

.pane.left{
  width: 220px;
}

.pane.right{
  width: 220px;
}

.middle {
  padding-left: 10px;
  padding-right: 10px;
}