/*  
Theme Name: Hydrate2O - Print Styles
Description: Hydrate2O setup for printing
Version: 2005.01.24
Author: Stan Smith
*/


/* =Structure
----------------------------------------------- */
body {
  margin:.45in .5in;
  padding:0;
  font:small Arial,Sans-serif;
}


/* =Header
----------------------------------------------- */
#header {
  margin:0;
	background-color:#fff;
}
#header img {
  display:none;
}
#header span.printOnly, .printOnly, span {
	display:inline;
	padding:0;
	margin:0;
	background-color:#fff;
}


/* Things To =Show
----------------------------------------------- */
#page-content, #topnav li {
	float:none;
}
.printOnly {
	display:inline;
}
#page-content li {
		margin-bottom:1em;
}
#footnotes {
	margin-top:1em;
	font-size:80%;
	font-style:italic;
}
#ptTable {
	width:100%;
	border-top:2px solid #000;
	border-left:2px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	margin-top:10px;
	margin-bottom:1em;
}
#ptTable td, th {
	padding:3px;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	text-align:left;
}
.qualTable, .teamTable, .teamPtTable, .lfsTable, .leaderTable, .builderTable {
	font-size: 13pt;
	font-weight: bold;
	text-align:center;
}
.hide {
	display:table;
}
.imgHolder {
	padding-bottom: 1em;
	border-bottom:1px solid #072a5e;
	text-align:center;
}
.tableFootnote {
	font-size:9pt;
}
#footnotes {
	font-size:9pt;
	font-style:italic;
}


/* Things To =Hide
----------------------------------------------- */
#showhide {
	display:none;
}
#printPage {
	display:none;
}
.rightImg {
	display:none;
}
#langNav {
 display:none;
}


/* =Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin:1em 0 .5em;
  font-family:Arial, Helvetica, sans-serif;
  clear:both;
}
#header span {
	font-weight:bold;
	font-size:140%;
  margin:1em 0 .5em;
	color:#000;
}


/* =Links
----------------------------------------------- */
a {
  color:black;
  text-decoration:none;
}
a img {
  border-width:0;
}



/* =Footer
----------------------------------------------- */
#footer img {
	display:none;
}
#footer {
	font-size:80%;
	margin-top:.5in;
	text-align:right;
}
#footer span.printOnly {
	display:inline;
}

