/*
	--------------------------------------------------
	PRINT STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/


/* =========================================================================== DIVS AND CLASSES THAT WILL NOT BE PRINTED OUT */

 #search, #topNav, #mainNav, #actionsContainer, #subNav, #topArea, #intFloatRight, #tableStyles, #homepageBannerContainer {
	display: none;
}


/* =========================================================================== STANDARD STYLES */

body {
	color: #333;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}

img { border: 0px; }

p { margin: 15px 0px; }


/* =========================================================================== DIVS RESTYLED FOR PRINT VERSION */


/* STRUCTURE STYLES */

body {
	background-color: #FFF;
}

#uber {
	margin: 15px;
}

#header {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px gray;
}

#footer {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px gray;
}

#footerNav, #esol { padding-top: 10px; }

.horizNavSeparator { padding: 0px 7px 0px 7px; }

#rightBanner{
	float: right;
}

#bannerBarWrapper{
	padding-top: 40px;
	clear: both;
}

.bannerBarArea{
	clear: left;
	width: 418px;
}

#uberOuter{
	clear: left;
}



/* CONTENT STYLES */

/* Text Styling */

body  {
    font: 13px/16px Arial, Helvetica, sans-serif;
    color: #414142;
}

#printArea,
#printArea .none {
    font-size: 13px;
    line-height: 16px;
}

#printArea h1 {
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 22px;
	border-bottom: 2px solid #D0D0D0;
	color: #0061AA;
}

#printArea #contentLeft h1,
#printArea #contentMiddle h1,
#printArea #contentRight h1{
	border-bottom: 1px solid #D0D0D0;
}

#printArea h2 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 20px;
	color: #0061AA;
}

#printArea #contentLeft h2,
#printArea #contentMiddle h2,
#printArea #contentRight h2{
    font-size: 16px;
    line-height: 20px;
	color: #414142;
}

#bannerBar h2{
	font-size: 16px;
	margin: 8px 0 0 0;
	line-height: 20px;
}

#bannerBar p{
	margin: 0;
}

#bannerBar p.button{
	margin: 10px 0 0 0;
	float: right;
}

#printArea h3 {
    margin: 15px 0;
    font-size: 13px;
    line-height: 16px;
}

#printArea h4,
#printArea h5,
#printArea h6 {
    margin: 15px 0;
    font-size: 13px;
    line-height: 16px;
}

#printArea .intro {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}
#printArea .caption {
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
}

#printArea table
{
      padding: 0 !important;
}

#printArea #contentLeft p,
#printArea #contentMiddle p,
#printArea #contentRight p{
	margin: 8px 0;
}

#printArea #contentLeft h2,
#printArea #contentMiddle h2,
#printArea #contentRight h2{
	margin: 15px 0 8px 0;
}

#printArea #contentLeft h3,
#printArea #contentMiddle h3,
#printArea #contentRight h3{
	color: #E2383F;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1px;
}

#printArea p.date {
	font-style: italic;
}


/* Link Colors */

a, a:link, a:visited {
    color: #114A97;
    text-decoration: underline;
}

a:hover, a:active {
    color: #114A97;
    text-decoration: none;
}

#contentInt a,
#contentInt a:link, 
#contentInt a:visited {
   font-style: italic;
   font-weight: bold;
}

#contentInt a:hover,
#contentInt a:active {
    color: #114A97;
    text-decoration: none;
	font-style: italic;
}

.button a{
	background:url(../images/structure/button_bg.jpg) repeat-x;
	height: 13px;
	padding: 3px 8px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

#bannerText{
	width: 570px;
	position: absolute;
	z-index: 99;
	padding: 30px 160px 20px 10px;
	height: 152px;
	overflow: hidden;
}

#bannerText h1{
	color: #E2383F;
	font-size: 16px;
	font-weight: bold;
}

#bannerText p{
	color: #106BAF;
	line-height: 20px;
	font-weight: bold;
}




/* Ensuring content-related lists display properly in content areas */

#contentLeft ul, #printArea ul { margin: 15px 0px 30px 30px; }
#contentLeft ol, #printArea ol { margin: 15px 0px 30px 30px; }
#contentLeft li, #printArea li { margin: 10px 0px 10px 0px; }


/* Image Placement */

img.imageleft {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #CACACA;
	padding: 2px;
}

img.imageright {
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #CACACA;
	padding: 2px;
}

/* Tabular Data Table */



.datatable {
	margin: 0px 0px 15px 0px;
	padding: 0;
	border: 1px solid #B6B4B4;
}

.datatable td { padding: 7px 10px; }

.datatable .titlerow {
	background: #e2f2ff;
	text-align: left;
	font-weight: bold;
	color: #294762;
}

.datatable .row { background: #F3F3F3; }

.datatable .altrow { background: #fff; }


/* Footer */

#footerText {
	overflow: hidden;
	text-align: center;
	padding: 5px 0 0 0;
}

#footerNav {
	margin: 0;
	overflow: hidden;
	text-align: center;
}




/* ----- END OF TEMPLATE ----- */
