﻿html, body 
{
   background: #fff;
   font-family: Arial, Verdana, Sans-Serif;
   font-size: 9pt;
}
#container 
{
   width: 300px;
   margin: 0;
}
#header 
{
   display: none;
}
#logged_in_as 
{
   display: none;
}
#menu 
{
   background: none;
   display: none;
}
#menu li.mainmenu_item
{
   width: auto;
   margin-right: 5px;
   float: left;
   list-style: none;
}
#menu li.mainmenu_item a
{
   font-size: 8pt;
   font-weight: 100;
   background: none;
}
#menu li.printbutton 
{
   display: none;
}
#menu li.mainmenu_item ul 
{
   display: none;
}
.imgtop, .imgright, .imgbottom, .imgleft 
{
   background: none;
   display: none;
}
img.content_bordercorner {
   display: none;
}
#content 
{
   width: 100%;
   clear: both;
}

.w2em { width: 2em; }
.w4em { width: 4em; }
