/* Smart Publishing PRINT-PREVIEW CSS, by Marc Pelchat, January 2007 */
/* ================================================================= */

  .ViewShow a,
  .ViewHide a {
    display: none
  }

  div.chartNo,
  div.mapNo,
  div.tableNo {
    margin-left: 0px;
  }

  div.chartTitle,
  div.mapTitle,
  div.tableT {
    margin-left: 0px;
  }

  form,
  input {
    display: none;
  }

  .ViewElement div.toc2 {
     font-weight: normal;
  }

  div.toc1 {
    float:left;
    width:0%;
  }

  div.toc2 {
     font-weight: bold;
  }

  div.row {
    margin-left: 20px;
  }

  div.tableContainer {
    border: none;
    overflow: visible;
   }

  thead.fixedHeader tr,
  td,
  th,
  .Pas_Scroll {
     border: none;
  }
  
  table {
         border:none;
		 }



