﻿/* PCI Print Style Sheet
 *
 * Created by Vanessa Chung
 * vanessa.chung@iomer.com
 * January 7, 2008
 *
 */
 
body {
 	background-color: #ffffff;
	color: #000000;
 }

/* Text Styles */ 

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: #a55227; /* Orange */
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4a3226; /* Dark brown */
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #4a3226; /* Dark brown */
}

p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.3em;
}
 
a:link, a:visited {
	text-decoration: underline;
}

/* Hidden elements */
 
#PCI_header, #PCI_content .container #PCI_logoBottom, #PCI_content #leftColumn, #leftHomeColumn, #pageControls, #fifthNav, #PCI_breadcrumb, #PCI_footer, div.mapPrintablePageLinks {
 	display: none !important;
 }
 
/* Formatting printable content elements */

#PCI_print_header {
	display: block;
}

#PCI_content, #PCI_content .container, #PCI_content #contentColumn, #PCI_content .homeColumn {
 	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.3em;
 }

#ARHA_map, #PCI_content #primaryCare {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

#ARHA_map ul {
	display: none;
}
 
/* Home page feature */

.Home-FeatureLabel {
	font-size: 18px;
}

.Home-FeatureTitle {
	font-size: 24px;
	padding-top: 24px;
}

.Home-FeatureText {
	font-size: 20px;
}

/* Web part styles */

#PCI_content .ms-WPHeader td {
	border-bottom: none;
	border-top: none;
	padding: 30px 0 15px 0;
}

#PCI_content .ms-WPTitle img {
	display: none;
	padding-right: 0;
}

#PCI_content .ms-WPTitle,
#PCI_content .ms-WPTitle a:link,
#PCI_content .ms-WPTitle a:visited {
	font-size: 20px;
}

#PCI_content .ms-WPBody, #PCI_content .ms-WPBody td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	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: 20px;
	line-height: 1.3em;
}

#PCI_content, th .ms-vb, th.ms-vh2-nograd, th.ms-vh2-nograd-icon, td.ms-addnew a {
	font-size: 18px;
	line-height: 1.3em;
}

/* Custom CQW styles */

.featuredItem {
	padding: 0;
}

.featureLabel, .description, .eventDetail, .newsDetail,
.link-item, .pcnInfo {
	font-size: 20px;
	line-height: 1.3em;
}

.link-item a, .link-item a:link, .link-item a:visited,
.pcnInfo a:link, .pcnInfo a:visited {
	font-size: 20px;
	line-height: 1.3em;
	text-decoration: underline;
}

.description .more a:link, .description .more a:visited {
	font-size: 18px;
	line-height: 1.3em;
	text-decoration: underline;
}

.aidLink {
	font-size: 18px;
	line-height: 1.3em;
}

/* Used by CQWPs in conjunction with the Maps */
.pageBreak { page-break-after: always; }

div.summaryWrapper, div.detailsWrapper {
	font-size: 16px;
	line-height: 1.2em;
}
.ms-WPBody .cbq-layout-main div.groupheader {
	font-size: 18px;
	line-height:1.2em;
}