/* **************************************************

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
  [-] Images
  [-] Links
  [-] Tables
  [-] Others

===================================================== */


/* [-] Hidden web elements - Hide all unnecessary elements from the printer
=========================================================================================== */

#header, #mainNav, #left, #footer, #session_banner, #page_tools, #backTop, #newsletter, #area span.datetime {
		display: none !important;
}
.flash, .flash object, .flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}



/* [-] Custom print header - Use for print masthead
=========================================================================================== */
.header {} /*insert custom print header here */


/* [-] General body settings
=========================================================================================== */
body {
	margin: 0;
	padding: 0;
	background-color:#FFF;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    line-height: 1.4;
    word-spacing:1.1pt;
    letter-spacing:0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt;
}


/* [-] Headings
=========================================================================================== */
h1 {
	margin-top:0px;
	margin-bottom:3px;
	text-decoration: none; 
	font-weight: Bold; 
	font-style: normal; 
	font-size: 19pt;
	letter-spacing: -1px;
	line-height: 0.97em;
}

h2 { 
	margin-top:0.85em;
	margin-bottom:0.27em;
	font-size: 17pt;
	line-height: 1.2em;
	letter-spacing: -1px;
}

h3 { 
	font-size: 15pt;
	line-height: 1.15em;
	margin: -0.15em 0 0.15em 0;
}

h4, h5, h6 { 
	margin-top:10px;
	margin-bottom:2px;
	color: #333; 
	text-decoration: none; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 12pt;
	line-height: 1;
}


/* [-] Body content
=========================================================================================== */

body {
	padding: 10px;
	font-family:"Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 1.5em;
}


p {
	color: #333; 
	line-height: 1.56em;
	font-size: 10pt; 
	margin-bottom: 0.8em;
}

/* [-] Images
=========================================================================================== */
img { float: left; margin: 1em 1.5em 1.5em 0; }
a img { border: none; }


/* [-] Links
=========================================================================================== */
a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline;color:#333; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
a[href^="http://"] {color:#000; }


/* [-] Tables
=========================================================================================== */
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
tr {page-break-inside: avoid;} 


/* [-] Others - use for other global repeated custom classes
=========================================================================================== */
.small_text {color:#999; font-size:9px}
.text_align_left {text-align:left}
.text_align_right {text-align:right}
.text_align_center {text-align:center}
.float_left {float:left}
.float_right {float:right}

