/* **************************************************

Name: print.css
Description: Print-only stylesheet 
Create: 2008.09.XX
Update: 

***************************************************** */



/* contents===========================================

  [-] Hidden web elements
  [-] Custom print header (optional)
  [-] General body settings
  [-] Headings
  [-] Body Content
  [-] Media
  [-] Links
  [-] Tables
  [-] Others

===================================================== */


/* [-] Hidden web elements - Hide all unnecessary elements from the printer
=========================================================================================== */

h1 object, h2 object,#header,#footer,.wai,.pp_pic_holder,fieldset
{display: none !important}

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/*div {display:block!important;line-height:normal;opacity:1!important}*/


/* [-] Custom print header - Use for print masthead
=========================================================================================== */
.header {} /*insert custom print header here */

#header {}

/* [-] General body settings
=========================================================================================== */
body {
	margin: 0;
	padding: 0;
	background-color:#FFF;
    /*width:100% !important;
    margin:0 !important;
    padding:0 !important;*/
    line-height: 1.5;
    /*word-spacing:1.1pt;*/
    font-family: verdana,arial,helvetica,sans-serif; 
	color: #000; 
	background-image: none; 
	font-size: 100%;overflow:visible
}


/* [-] Headings
=========================================================================================== */
h1,h2,h3,h4,h5,h6{line-height:1.2; color: #000}

h1 {font-size:1.625em;page-break-after:avoid}

h2 {font-size: 1.375em;margin-bottom:5px}
h3 {font-size: 1.125em;}

h4, h5, h6 {font-size: 1em}


/* [-] Body content
=========================================================================================== */

p {
	color: #333; 
	line-height: 1.56em;
	margin-bottom: 0.8em;
}

ul,ol {margin-left:20px;page-break-inside:auto}
ul{list-style-type:disc}
ol{list-style-type:decimal}
blockquote {padding:0;margin:10px 0;font-weight:700}

/* [-] Images
=========================================================================================== */

img {float:none;}
a img { border: none; }


/* [-] Links
=========================================================================================== */

a:link, a:visited { background: transparent; font-weight: 700; text-decoration:none;color:#333; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: .9em; }
a[href^="http://"] {color:#000; }
small.printUrl {font-size:.9em}

/* [-] Tables
=========================================================================================== */

table { margin: 1px; text-align:left; border-top: 1px solid #333;border-right: 1px solid #333;}
th { border-bottom: 1px solid #333;border-left: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333;border-left: 1px solid #333; }
th,td { padding: 4px 10px 4px 5px; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
tr {page-break-inside: avoid;} 


