/* CodeWeavers Print Overrides Style Sheet */

/* hide non printable areas */
ul.toolbar { display: none; }
#topbar { display: none; }
#sidebar { display: none; }
#navbar { display: none; }
#sidebanner { display: none; }
#logo { display: none; }
#dlog { display: none; }

/* Content Well */
#content
{
  width: auto;
  margin: 0;
  padding: 0;
}

/* Content Well Home Page */
#content_home
{
  position: static;
  width: auto;
  margin: 0;
  padding: 0;
}

/* black rounded corner box */
div.bbox div.box-left { background: none; }
div.bbox div.box-right { background: none; }
div.bbox div.box-contents { margin: 0px; }
div.bbox div.box-header { background: none; }
div.bbox div.box-header div.tleft { background: none; height: 0; }
div.bbox div.box-header div.tright { background: none; height: 0; }
div.bbox div.box-footer { background: none; }
div.bbox div.box-footer div.bleft { background: none; height: 0; }
div.bbox div.box-footer div.bright { background: none; height: 0; }

