/*
Description: Styling the printing style for web pages
Style name: print.css
Version: 0.1
Credits: Hartija Print CSS Framework, thanks for the inspiration.

Using MentariCSS Framework
Get it from http://www.mentaricss.com
Licensed under GPL
*/

body				{ width:100% !important; margin:0 !important; padding:0 !important; line-height: 1.4; word-spacing:1.1pt; letter-spacing:0.2pt; font-family: helvetica, arial, verdana; color: #000; background: none; font-size: 12pt; }

/* Headings */
h1,h2,h3,h4,h5,h6	{ font-family: Helvetica, Arial, sans-serif; }
h1					{ font-size:19pt; }
h2					{ font-size:17pt; }
h3					{ font-size:15pt; }
h4,h5,h6			{ font-size:12pt; }

/* Others */
code 				{ font: 10pt Courier, monospace; } 
blockquote 			{ margin: 1.3em; padding: 1em; font-size: 10pt; }
hr 					{ background-color: #ccc; }
cite				{ font-style:normal; display:block; margin:10px 0;}

/* Images */
a img 				{ border:none; }

/* Links */
a:link:after,
a:visited:after 	{ content:" (" attr(href) ") "; font-size: 90%; }

/* Acronym & Abbreviation */
abbr:after,
acronym:after		{ content:" (" attr(title) ") "; font-size: 90%; }

/* Table */
table 				{ margin:1px; text-align:left; border:1px solid #999; border-left:none; border-top:none; position:relative; top:-3px; width:100%;  padding-bottom:0; border-collapse: separate; border-spacing: 0;}
th 					{ border-top:1px solid #999;  font-weight: bold; }
td 					{ border-top:1px solid #999; }
th,td 				{ padding:9px 18px 8px 10px; position: relative; border-left:1px solid #999; }
tfoot 				{ font-style:italic; }
caption 			{ background:#fff; margin-bottom:2em; text-align:left; }
thead 				{ display:table-header-group;}
tr 					{ page-break-inside:avoid;}