/* ---------------------[standard page elements]---------------- */

/* page menu column */
@media print {
 #page_menucolumn {
   display:none !important;
 }
 div.page-contentcolumn {
   left:0px !important;
 }
}

div.page-menucolumn {
  position:absolute;
  left:0px;
  top:0px;
  width:150px;
}
div.imagebox-theme {
  width:150px;
  height:84px;
  text-align:center;
  overflow:hidden;
}
div.page-menu {
  width:150px;
  border-style:solid;
  border-width:1px 1px 1px 0px;
  border-color:green; /* green-plain */
  overflow:hidden;
  text-align:center;
  background-color:white;
}

/* page content column */

div.page-contentcolumn {
position:absolute;
left:150px;
top:0px;
}
div.content-header {
  border-style:solid;
  border-width:0px 0px 1px 0px;
  border-color:green; /* green-plain */
  height:84px;
  padding-right:3px;
}
div.pageid {
  float:left;
  width:160px;
  height:84px;
  overflow: hidden;
}
div.header-utilities {
  height:22pt;
  font-family: Arial,Tahoma,Geneva,sans-serif;
  font-size:8pt;
  text-align:right;
}
div.context-navbar {
}
div.header-contact-utilities {
  font-style:italic;
}
div.header-subjecttitle {
  font-family:"Comic Sans MS","Century Gothic",Charcoal,"Luxi Sans",sans-serif;
  color:green; /* green-plain */
  font-weight:bold;
  font-size: 18pt;
  line-height:18pt;
}
div.page-content {
}

div.page-footer {
  font-family: Arial,Tahoma,Geneva,sans-serif;
  font-size:8pt;
  font-style:italic;
  clear:both;
  border-style:solid;
  border-width:1px 0px 0px 0px;
  border-color:green; /* green-plain */
}
div.page-footer-utilities {
  text-align:right;
  float:right;
}
img.image-theme {
  border-width:0px;
  border-style:none;
  margin:0px;
  padding:0px;
}
img.image-pageid {
  float:left;
  clear:left;
}
span.menuitembox {
  width:150px;
}
img.image-menu {
  border-style:none;
  border-width:0px;
/*  height:25px; */
  filter:chroma(Color=#ffffff);
}

