/* $Id: print.css,v 1.1 2006/07/21 12:44:40 spliffy Exp $ */

/* debug  ******************************************************************* */
/*div { border: 1px dotted gray ! important;}
ul  { border: 1px dotted red ! important;}
li  { border: 1px dotted blue ! important;} */

/* color scheme

background: white;
text: black;

background dark: #255b34
background light: ??

*/


/* page layout ************************************************************** */
body { font-family: arial, helpvetica, sans; }
#page-header {  padding: 0px; margin: 0px; border-bottom: 3px solid gray; }
#page-header-company { 
	padding: 0px; 
	margin: 0px; 
	border: 0px solid white;
	font-size: 80%;
}
#page-header-company div{ 
	padding: 0px; margin: 0px; border: 0px solid white;
	top: 6px; left: 0px;
}

#page-header-tagline {
	position: absolute;
	padding: 0px; margin: 0px; border: 0px solid white;
	top: 7px; right: 0px;
	
	font-weight: bold;
	letter-spacing : 0.2em;
	font-size: 80%;
}

#page-header-logo, #page-navigation, #navlist, #page-navigation a {display: none;}
#page-content {	margin-left: 0px;}
#page-footer {font-size: 12px; border-top: 1px solid gray;}

/* tables ******************************************************************* */
thead, tfoot {
	background-color: #eee;
}
table {
	Border-Collapse: Collapse;
	border-spacing: 0pt;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
}
table td, table th {
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	padding-left: 2px; 
	padding-right: 4px;
	margin: 0px;
}

table tbody tr td, table tbody tr td {
	font-size: 12px;
}

table thead tr th, table thead tr td, table tfoot tr td {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	font-style: italic;
}
table tfoot tr td {
	font-size: 9px;
	font-weight: normal;
}

/* content ****************************************************************** */
h1, h2, h3, h4, h5, h6, h7 {margin-top: 0px;}
h1 {border-bottom: 1px solid gray;}
h1 {font-size: 20px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 10px;}
h6 {font-size: 8px;}
h7 {font-size: 8px;}
