/* 
PROJECT: Karuna
Filename: print.css
DATE: September 24th 2007
Author: Malcolm Elsworth
*/

body {
	font-size: 12pt;
	font-family: arial, sans-serif;
	}

table {
	width: 100%;
	}
	
th {
	background: #555;
	color: #fff;
	padding: 5px;
	border-left: 1px solid #fff;
	}
	
.alCenter {
	text-align: center;
	}

td.first,
th.first {
	border-left: none;
	}

td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	}

tr.even {
	background: #f4f4f4;
	}
	
tr.noBorder td {
	border-bottom: 0px !important;
	}
	
	


#skipto,
#masthead,
#banner,
#navSection,
.pageControls,
#footer {
	display: none;
	}