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

	Author:	eSolutionsGroup.ca
		
*/


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

 #search, #topNav, #mainNav, #actionsContainer, .subNav, #tableStyles, #intFloatRight, #breadcrumbs, #footerLogo, #iWantTo, #bannerSwoosh, #homepageBannerContainer, .map, #socialLinks, #actions, #contentMiddle, #footer {
	display: none;
}


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

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

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;
	height: 167px;
}

#logo{
	float: left;
	position: relative;
}

#titleText{
	padding: 65px 0 0 10px;
}

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

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

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



/* CONTENT STYLES */

/* Text Styling */

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

#printArea h1 {
    margin: 0 0 15px 0;
    font-size: 21px;
    line-height: 26px;
	color: #000;
	font-weight: normal;
}

#printArea .pageHeading h1 {
    margin: 0 0 3px 0;
}

#printArea #contentLeft h1,
.quickLinksHeader p,
.newslistHeader p{
	color: #00488b;
	font-size: 17px;
	line-height: 22px;
	margin-top: 0;
	border-bottom: 1px solid #e9c383;
}

#printArea h2 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 22px;
	font-weight: normal;
}

#printArea h3 {
    margin: 15px 0;
    font-size: 15px;
    line-height: 18px;
	font-weight: normal;
}

#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: 12px;
    font-style: italic;
    line-height: 15px;
	background: #EDEDED;
	padding: 5px 10px;
}


/* Link Colors */

a, a:link, a:visited {
    color: #0153a0;
    text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
    color: #0153a0;
    text-decoration: underline;
}


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

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


/* Image Placement */
img.imageleft {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #727272;
	padding: 4px;
}

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

.headingicon{
	float: left;
	position: relative;
	margin-top: -16px;
}

#contentLeft img.imageleft {
	margin: 0 20px 10px 0;
}


/* Tabular Data Table */

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

.datatable td { 
	padding: 7px 10px; 
	border: 1px solid #afafaf;
}

.datatable .titlerow {
	background: #2d4e81;
	text-align: left;
	color: #fff;
}

.datatable .row { background: #fff; }

.datatable .altrow { background: #ededed; }


/* eSol footer */

#esol a {
	display: block;
	width: 171px;
	height: 17px;
	font-size:0px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../en/images/structure/esolutionsgroupLogo_print.gif) top left no-repeat;
}







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