﻿/* Print Stylesheet for PCNs
 *
 * Created by Vanessa Chung
 * vanessa.chung@iomer.com
 * June 9, 2008
 */
 
 
html, form {height:100%;}

body {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;/*18px;*/
	line-height: 1.4em;
	color: #000;
	background-color: #fff;
	height:100%;
}

/* Text styles */

.jobDetail h4 {
	margin: 0 0 10px;
	line-height: 1.4em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #4a3226; /* Dark brown */
	margin: 15px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #9e9793; /* Lighter brown */
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #c76636; /* Orange */
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #4a3226; /* Dark brown */
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.2em;
	margin: 0;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
}

p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.4em;
	color: #000000;
}

a, a:link, a:visited {
	color: #0067b1; /* Bright blue */
	text-decoration: underline;
}

/* Hidden elements */

.noprint, #pageControls, #leftColumn, #leftColumnBtm, #PCNglobal, #PCNmainNav, #PCNfooter {
	display: none;
}

/* Formatting printable content elements */

#PCNlogoPrint {
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px dotted #343434;
	margin-bottom: 20px;
}

#PCNcontainer, #PCNmain, #PCNcontent, #PCNcontent #centerArea, #PCNcontent #bodyArea, #PCNcontent #rightArea, #rightColumn, #PCNbreadcrumb {
 	float: none !important;
	width: 100%;
	margin: 0;
	padding: 0;
}
/* 'FIX' to prevent the ENTIRE table from moving to the start of a new page in IE */
table.jobDetail div,
table.jobDetail h4 { display:inline; font-size: 12pt; }
/* /'FIX' */

#PCNbreadcrumb {
	font-size: 10pt;
	padding-bottom: 20px;
}
 
#PCNcontent #centerArea {
	padding-bottom: 20px;
}

/* Web part styles */

.ms-WPHeader td {
	border-bottom: none;
	border-top: none;
	padding: 30px 0 15px 0;
}

.ms-WPTitle img {
	display: none;
	padding-right: 0;
}

.ms-WPTitle,
.ms-WPTitle a:link,
.ms-WPTitle a:visited {
	font-size: 14pt;
}

.ms-WPBody, #PCI_content .ms-WPBody td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.3em;
}

.ms-HoverCellInActive {
	display: none;
}

.ms-vh, .ms-vh2, .ms-vh-icon, 
.ms-vh-icon-empty, .ms-vhImage, 
.ms-gb, .ms-gb2, .ms-gbload, 
.ms-vb, .ms-vb2, .ms-vb-tall, 
.ms-GRFont, .ms-vb-user, 
table.ms-disc td, .ms-vh2-nofilter, 
.ms-vh2-nograd, .ms-vh3-nograd, 
.ms-vh2-nograd-icon, .ms-vh2-nofilter-icon, 
.ms-pb, .ms-pb-selected, .ms-ph {
	font-size: 14pt;
	line-height: 1.3em;
}

th .ms-vb, th.ms-vh2-nograd, th.ms-vh2-nograd-icon, td.ms-addnew a {
	font-size: 12pt;
	line-height: 1.3em;
}

object {width:100%!important;height:auto!important;}


table.jobDetail th {
	vertical-align: top;
	white-space: nowrap;
	text-align: left;
}
table.jobDetail h4 {
	white-space: nowrap;
	margin: 0 0 10px;
}

table.jobDetail td {
	vertical-align: top;
}

