/* $Id: print.css,v 1.3 2008/01/06 15:50:31 johnalbin Exp $ */

/* White background, black text, arial font, decent font size */
  body
  {
    background-color: #fff;
    color: #000;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-size: 12pt;
    width: 100%;
    zoom:82%; /* this works for ie6 */
  }

  @page {
	  margin-left: .5in;
	  margin-right:.25in;
	  margin-bottom:-1in;
  }

/* Change the layout to remove columns */
  html body
  {
  	/*margin: 0; */
    background: transparent;
    width: auto;
  }

  p, td {
  	font-size: 10pt !important;
	color: #000;
	line-height: 120%;
  }

  h2 {
    /* font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif; */
  	color: #6E6E6E;
  	font-size: 12pt;
  	line-height: 120%;
  	font-weight: bold;
  }

  h4 {
    /*font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;*/
  	color: 	#A9A9A9;
  	font-size: 14pt;
  	line-height: 120%;
  	font-weight: bold;
  }
  #searchContent {
  	font-size: 10pt;
	color: #fff;
  }
  table {
 	font-size: 10pt;
  }

  #page
  {
    margin: 0;
    width: 100%;
  }

  #main, #container, .sidebar
  {
    float: none; /* Don't float floating things */
    width: 99%;
    overflow: visible;

  }
  #logo, #changeText, #topTabs, .breadcrumb {
  	display:none;
  }


  /* document details */
/*  #metadataGrid {
  	width: 800px !important;
  } */
  .focusBox3 {
  	display: none;
  }
  /* end document details */


  /* Hide sidebars and nav elements */
  #tabs, #menu, #footer-wrapper,
  .tabs, .links, .breadcrumb, .pager
  {
    visibility: hidden;
    display: none;
  }

/* Style links */
  a:link, a:visited
  {
    color: #2E2E2E;
    line-height: 120%;
    font-size: 10pt !important;
    background: transparent;
    text-decoration: underline !important;
  }

  /* Don't underline header */
  #header a:link, #header a:visited
  {
    text-decoration: none !important;
  }

table	 {page-break-inside: auto;}

/* override gxt */

  .x-tab-panel,  .pad-text, .x-tab-panel-body, .x-grid3-viewport,
  .x-grid3,  /* x-grid3 override will affect ie printing layout*/
  .x-panel-bwrap, .x-panel-body-noborder /* for ff search result printing*/
  {
   overflow: visible !important;
  }
