/*
	--------------------------------------------------
	PRINT STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/


/* =========================================================================== DIVS AND CLASSES THAT WILL NOT BE PRINTED OUT */

 #search, #topNav, #mainNav, #actionsContainer, .subNav, #tableStyles, #translateContainer, #servicesContainer, #news_social, #actions, #intFloatRight, #footerBarWrapper, #homepageBannerContainer, #socialMedia, #eservices, #newsBar, #contactMainContainer, #translateLink, #EmergencyBanner, #intBanner {
	display: none;
}


/* =========================================================================== STANDARD STYLES */

body {
	color: #333;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	line-height: 17px;
}

img { border: 0px; }

p { margin: 15px 0px; }


/* =========================================================================== DIVS RESTYLED FOR PRINT VERSION */


/* STRUCTURE STYLES */

body {
	background-color: #FFF;
}

#uber {
	margin: 15px 0;
}

#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; }



/* CONTENT STYLES */

/* Text Styling */

#printArea,
#printArea .None {
    font-size: 13px;
    line-height: 17px;
}

#printArea h1 {
    margin: 0 0 15px 0;
    font-size: 21px;
    line-height: 25px;
	font-weight: normal;
	color: #070906;
}

#printArea h2 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 20px;
	color: #070906;
	font-weight: normal;
}

#printArea h3 {
    margin: 15px 0;
    font-size: 15px;
    line-height: 19px;
	font-weight: normal;
	color: #070906;
}

#printArea h4,
#printArea h5,
#printArea h6 {
    margin: 15px 0;
    font-size: 14px;
    line-height: 18px;
	color: #070906;
}

#printArea .intro {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

#printArea .caption {
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
}


/* Link Colors */

a, a:link, a:visited {
    color: #013662;
    text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
    color: #013662;
    text-decoration: underline;
}


/* 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, img.imageleft {
	float: left;
	margin: 0 20px 20px 0;
}

img.ImageRight, img.ImageRight {
	float: right;
	margin: 0 0 20px 20px;
}


/* News Image Placement */

#images {
	float: left;
	padding: 0 10px 10px 0;
}


/* Tabular Data Table */

.datatable {
	margin: 0px 0px 15px 0px;
	padding: 0;
}

.datatable td { padding: 7px 10px; }

.datatable .titlerow {
	background: #0f5383;
	text-align: left;
	color: #fff;
	font-weight: bold;
}

.datatable .titlerow h2 {
	color: #FFFFFF !important;
	margin: 5px !important;
}

.datatable caption {
	height: 0px;
    visibility: hidden;
    display: none; 
}

.datatable .row { background: #fff; }

.datatable .altrow { background: #ededed; }

td p { margin: 0; }

sub { vertical-align:text-bottom; font-size:80%; }
sup { vertical-align:text-top; font-size:80%; }
 


/* esol logo */

#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;
}

#footerNav a, #footerNav a:link, #footerNav a:visited {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}







/* ----- END OF TEMPLATE ----- */