/* CodeWeavers Print Overrides Style Sheet */

/* reset body background */
body
{
    margin: 1em !important;
    background-color: #ffffff !important;
    background-image: none !important;
}

/* hide navigation */
#header, #nav, #nav_buy, #navbar, #footer { display: none !important; }

/* content well - reset  */
#content, #page
{
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent;
  background-image: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important; 
  -moz-box-shadow: none !important;
}

/* hide other areas we do not want to see */
#dlog { display: none !important; }
.alert { display: none !important; }
ul.toolbar, tr.frame_toolbar { display: none !important; }
table.sideMenu td.side { display: none !important; }

