/* 
  Copyright : CSIR
  Author : Derek R Hohls 
  Date Created : 18 March 2007
  System : NFAQG Website
	Client: Dept. Environmental Affairs & Tourism, South Africa
  Type :  CSS Page  
  Purpose : Primary print page - override screen.css
*/
body,p,table,tr,td,th,ol,ul,li,a,caption {
  font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: black;
}

h1,h2,h3,h4 {
  color: black;
	border: none;
}
.noprint {
  display: none;
}
.web {
  display: none;
} 
.lead {
  color: black;
	font-style: italic;
}
.lead:first-letter {
}
#heading {
  font-size: 16pt;
	text-align: left;
	color: #396E9A;
	float: none;
}
#page-top-image {
  display:none;
}
#page-top-button {
  display:none;
}
#left-column-wrapper {
  display:none;
  width:0; 
}
#left-column {
  display:none;
  width:0;
}
#contact {
  display:none;
}
#right-column {
  display:none;
}
#center-column {
  margin-left: 0;
	margin-right: 2px;
  border: none;
}
#page-end {
  display:none;
} 
#page-wrapper {
  border: none;
}
#page-footer {
  text-align: center;
  border: none;
  font-family: Arial, sans-serif;
	font-size: 0.8em;
}	
.URL { 
  display: inline;
} 
.page-top-indent, .page-top-indent-head {
  margin-left: 0px;
}
.button {
  display: none;
}

/* ------------------------Table Appearance ------------------------------- */

table, td, th, caption {
  font-family: Arial, sans-serif;
	font-size: 0.9em;
	border: none;
}
caption {
  text-align: center;
  background-color: none;
	font-weight: bold;
	border-top: 2px solid black;
	color: black;
	font-size: 1.0em;
}
.even {
  background-color: #C0C0C0;
}
table {
 border-bottom: 1px solid black;
}
.table-layout, .table-layout th, .table-layout td, 
.table-layout-row, .table-layout-cell {
  border: none;
}
td {
  border-bottom: 1px solid black;
	padding: 0.25em;
}
th {
  background-color: none;
  border-top: 1px solid black;
  border-bottom: 2px solid black;
	font-size: 1.1em;
	font-weight: bold;
}
table a {
  text-decoration: none;
	font-size: 1.0em;
}
table td, table th {
  border-bottom: 1px solid black;
}


