/*
File:		PRINT.CSS
Project:	ITX Design - The Host Group
Author:		Fran Hanyok
Creation:	02.16.2009
Copyright:	Lighthouse Information Systems, Inc.
Notes:		print media formatting
*/


/* -------------------- */
/*
utilize existing styles
*/

@import url(content.css);

/*
comment out unused stylesheets
@import url(form.css);
@import url(listing.css);
*/

/* -------------------- */
/*
defaults
*/

body {
	margin: .2in 0;
	padding: 0;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 10pt;
	background-color: #fff;
	color: #000;
	}
	
div 			{ margin: 0; padding: 0; }
img 			{ border: 0; }
table 			{ border-collapse: collapse; }
cite			{ font-style: italic; }
blockquote		{ font-style: italic; }

abbr, acronym, dfn { 
	border-bottom: 1px dotted #666;
	font-style: normal;
	}
	
a:link 		{ color: #3333CC; text-decoration: underline; }
a:visited 	{ color: #3333CC; text-decoration: underline; }
a:hover 	{ color: #339999; text-decoration: underline; }
a:active 	{ color: #339999; text-decoration: underline; }

/* -------------------- */
/*
hide - show elements
*/

#lhinfodevelopment,
#menu,
#column,
#foot ul,
#lighthouse,
.displayoff {
	display: none;
	}

#foot p {
	display: block;
	}

/* -------------------- */
/*
typography
*/

h1, h2, h3, h4, h5, h6 { 
	padding: 0;
	}
	
h1 {
	font-size: 16pt;
	margin: 0 0 .2em 0;
	}
	
h2 {
	font-size: 14pt;
	margin: 0 0 .1em 0;
	}
	
h3 {
	font-size: 12pt;
	margin: 0 0 .1em 0;
	}
	
h4 {
	font-size: 10pt;
	margin: 0 0 .2em 0;
	}
	
h5 {
	font-size: 10pt;
	margin: 0 0 .2em 0;
	}
	
h6 {
	font-size: 10pt;
	margin: 0 0 .2em 0;
	}
	
p {
	margin: 0 0 1.3em 0;
	padding: 0;
	line-height: 1.5em;
	}
	
/* -------------------- */
/*
layout
*/

#container,
#lighthouse {
	width: 6.5in;
	margin: 0 auto;
	}
	
#head {
	padding-bottom: .1in;	
	}
	
#page {
	margin-left: .35in;
	padding: .1in 0;
	border-top: 2px solid #eee;
	}
	
#foot {
	clear: both;
	margin-left: .35in;
	padding-top: .1in;
	border-top: 2px solid #eee;
	font-style: italic;
	}
	
/* -------------------- */
/*
style adjustments
*/

p.message {
	padding: 0;
	background-color: transparent;
	border-style: none;
	color: #000;
	font-style: italic;
	}
	
/* -------------------- */
/*
form adjustments
*/

fieldset {
	border-color: #eee;
	background-color: #fefefe;
	background-image: none;
	}

legend span {
	color: #333;
	}
	
fieldset dl {	
	border-color: #ccc;
	}

/* -------------------- */
/*
list adjustments
*/

table.list {
	border-top-color: #eee;
	}

table.list thead th {
	border-color: #ccc;
	background-color: #fefefe;
	background-image: none;
	}
	
table.list tbody td {
	border-color: #ddd;
	}
	
tr.listalt {
	background-color: #fafafa;
	}
	
/* -------------------- */
/*
detail adjustments
*/

table.tableDetail {
	background-color: transparent;
	border-top-color: #eee;
	}
	
table.tableDetail thead th {
	background-color: #fbfbfb;
	background-image: none;
	border-bottom-color: #ddd;
	}
	
table.tableDetail tbody th {
	color: #222;
	background-color: #fefefe;
	border-right-color: #ccc;
	}

/* -------------------- */

