/* mainpage.css */


.SiteLeft {
  width: 33%;
}

#Content {
  border: 1px solid #455661;
  background: white;
}
 
.SiteContent {
  padding-top: 10px;
}
.SiteMenuSection {
  background: #ECEEEF;
  height: 600px;
  display: table-cell;
}

.SiteRight {
  width: 33%;
}

#StructureTable td {
  vertical-align: top;
}

#AdBanner {
  width: 120px;
}

#MainContent {
  width: 100%;
}

#MainContent .fieldError {
  background: #ECCAB8;
}