/* ---------------------------------------------------------------------------

	Berman Bros., Inc. Print Styles
	http://bermanbros.com
	
	author: nGen Works
	http://ngenworks.com

--------------------------------------------------------------------------- */

body {
	margin: .6in;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 11pt;
}

h1, h2, h3 {
}

h6 { font-size: 100%; margin: 0; padding: 0; }

#skip,
#nav, 
#sidebar,
#foot,
.callout_associations {
	display: none;
}
	
a:link, a:visited { 
	color: #999; 
}	

table {
	border: 1px solid #999;
	margin-bottom: .25in;
	padding: .1in;
}

table td img {
	padding: 5px;
	clear: both;
}

table td a img,
table td a:link img,
table td a:visited img,
table td a:hover img {
	border: none;
}


tr { margin: 0; padding: 0; }

th {
	margin: 0;
	padding: 10px;
	text-align: left;
	/* padding: 5px; */
	width: 30%;
}

td {
	margin: 0;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	font-size: 80%;
}

td.note {
	font-size: 100%;	
	font-weight: bold;
	font-style: italic;
	border: 1px solid #999;
}

.col4 {
	width: 10%;
	text-align: center;
}

tr.table_info th.table_title {
	padding: 5px;
	font-size: 150%;
	text-align: left;
	line-height: 1.2em;
}

tr.table_columns th {
	padding-top: .25in;
	text-align: left;
	border-bottom: 2px solid #000;
	vertical-align: bottom;
	color: #000;
	font-size: 90%;
}

#logo a img,
#logo a:link img,
#logo a:visited img,
#logo a:hover img,
#logo a:active img {
	border: none;
}

.content_img {
	float: none;
	border: none;
	display: block;
	margin-bottom: .1in;
}

/* print URLs after link text */

#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}
	
	
/* ---------------------------------------------------------------------------

	SIFR

--------------------------------------------------------------------------- */
	
	/*=:project
	    scalable Inman Flash Replacement (sIFR) version 3.

	  =:file
	    Copyright: 2006 Mark Wubben.
	    Author: Mark Wubben, <http://novemberborn.net/>

	  =:history
	    * IFR: Shaun Inman
	    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
	    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

	  =:license
	    This software is licensed and provided under the CC-GNU LGPL.
	    See <http://creativecommons.org/licenses/LGPL/2.1/>    
	*/


	/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

	.sIFR-flash {
	  display: none !important;
	  height: 0;
	  width: 0;
	  position: absolute;
	  overflow: hidden;
	}

	.sIFR-alternate {
	  visibility: visible !important;
	  display: block !important;
	  position: static !important;
	  left: auto !important;
	  top: auto !important;
	}