/* -------------------------------------------------------------- 

   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color:#000;
  background: none;
  font-size: 10pt;
}

.container {
  background: none;
}

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }

a img { border:none; }
p img.top { margin-top: 0; }

td,th {text-align:left;}
.table_seperator {background-color:#000;height:2px;padding:0;}
.table_seperator td {border: 1px solid black;}

#nav-menu { display:none; }
#headerblock { display:none; }
.active_breadcrumb { font-size: 15pt; font-weight: bold;}
.fill_table {width:100%;}
.right_align_column{text-align:right;}
#id_date_from,#id_date_to {border: 0px solid black;margin:1em;padding:0;}
#id_get_records {display:none;}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}
