
/*******************************************************************************
*  bp-print.css : 2007-07-02 : bepress 3rd Party Journals print stylesheet
* ------------------------------------------------------------------------------
*  This is the set of print rules needed for 3rd Party Journal sites.
************* PLEASE DO NOT CHANGE THIS FILE *************************************/

body {
	background: white;
	font:12px/16px Arial, Verdana, Helvetica, sans-serif;
	margin:0 3%;
	text-align:left;
	width: auto !important;
	color:black; 
        padding:0;}

#printlogo { 
	margin:0;
	padding:0; }

#pagetitle { padding-bottom:25px; }

table { 
	width:100%; 
	margin:0 auto 15px; }

#logo,
#tabs, 
#sidebar,
#news,
#breadcrumb,
.divider,
#info-box,
#footer,
p.pdf,
.more {
	display: none !important; }
	
/* Typography
---------------------------------*/

h1 { 
	font:20px/24px Georgia, "Times New Roman", Times, serif;
	color:black;
	text-align:left;
	font-weight:normal;
	border-bottom:1px solid black; }

#pagetitle h1,
#pagetitle h1 a,
#header h6,
#header h6 a {  
	font:28px/28px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	border:0;
	color:black;
        padding:0;
        margin:0;}

h2 	{ 
	font:16px/22px Georgia, "Times New Roman", Times, serif;
	color:black;
	text-align:left;
	font-weight:normal;
	border:0; }

h3,
#pagetitle h4  { 
	font:14px/14px Georgia, "Times New Roman", Times, serif;
        padding:0;
	color:black;
	font-weight:bold; }

h3 { 	
        padding-top:10px;
	text-transform:uppercase; }

#pagetitle h4 { 	font-style:italic;}

h4  {
	font:12px/16px Georgia, "Times New Roman", Times, serif;
	color:black; 
	font-weight:normal;
	padding:0;}
	
p, 
pre, 
td { 
	padding:5px 0; 
	text-align:left;
	width: auto !important; }

/* Links
---------------------------------*/

a { 
	font-weight:bold;
	text-decoration:underline; 
	color:black;
	margin-right:10px;}

/*#content a:link:after,
#content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%; }*/
	
html.noted a:link:after,
html.noted a:visited:after {
	content: ''; }
    
p.pdf a,
a.ignore { 
	display:none; }

div  {
	margin: 0;
	text-align:left; 
	width: auto !important; }

.clear { 
	height:2px;
	width:auto !important;
	clear:both; }

#printfooter {
	  margin:20px auto;
	  border-top:1px dotted gray;
	  border-bottom:1px dotted gray; }

#printfooter p {
	  line-height:18px;
	  text-align:left;
	  padding:10px;}

#printfooter p strong {
        font-variant:small-caps;
        letter-spacing:2px;
        margin-right:20px; }