@charset "utf-8";

html, body {
  margin: 0px;
  padding: 0px;

  background-color: none;
  color: black;

  font-family: "Lucida Grande", Arial, sans-serif;
  font-size: 12px;
}


/*
  Site header:
*/
div#siteHeader {
  display: none;
}


/*
  Page header:
*/
div#pageHeader {
  background-color: none;
  border-bottom: 1px solid black;
}
div#pageHeader div.center-layout div.title {
  font-size: 14px;
}
div#pageHeader div.center-layout div.tabs {
  display: none;
}



/*
  Trace/breadcrumb:
*/
div.breadcrumbs {
  display: none;
}
