/*
	--------------------------------------------------
	PRINT STYLES
	--------------------------------------------------
	Client:	Region of Waterloo
	Author:	eSolutionsgroup
	Date:	September, 2010
		
*/


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

 #search, #topNav, #servicesContainer, #eservicesContainer, #mainNav, #actionsContainer, #subNavContainer, #rightButtons, #bottombannerCurve, #intQuicklinks, #topgradient, #actionsContainerbottom, #social, #footerBar, #footerNav {
	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: 0px;
	padding: 0 0 15px 0;
	width: 281px;
	position: relative;
	height: 98px;
	background-image: url(../en/images/structure/company_logo.jpg);
	background-repeat: no-repeat;
}

#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: 12px;
    line-height: 16px;
}

#printArea h1 {
	margin: 0 0 15px 0;
	font-size: 17px !important;
	line-height: 16px!important;
}

#titleBanner h1 {
	font-size: 28px!important;
	font-weight: normal !important;
	padding: 0px !important;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 7px!important;
	margin-left: 0px;
	color:#d8ae5f;
}
#titleBanner h1 a {
	color:#d8ae5f;
	font-weight:normal !important;
}

#printArea #contentLeft h1 {
	font-size: 15px;
	font-weight: normal !important;
	padding: 0px !important;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px!important;
	margin-left: 0px;
}
#printArea #contentMiddle h1 {
	font-size: 15px;
	font-weight: normal !important;
	padding: 0px !important;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px!important;
	margin-left: 0px;
}
#printArea #contentRight h1 {
	font-size: 15px;
	font-weight: normal !important;
	padding: 0px !important;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px!important;
	margin-left: 0px;
}
#printArea h2 {
    margin: 15px 0;
    font-size: 14px;
    line-height: 18px;
}

#printArea h3 {
    margin: 15px 0;
    font-size: 12px;
    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;
}


/* Link Colors */

a, a:link, a:visited 	{ color: #16568a; text-decoration: underline; }
a:hover, a:active, a:focus		{ color: #0a427e; text-decoration: none; }



/* 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;
}

img.imageright {
	float: right;
	margin: 0 0 20px 20px;
}


/* Tabular Data Table */

.datatable {
	margin: 0px 0px 15px 0px;
	padding: 0 !important;
	border: 1px solid #CCC !important;
}
.datatable td {
	padding: 7px 10px;
	margin:0px !important;
	border-bottom: 1px solid #CCC;
}
.datatable .titlerow, .datatable .titlerow_even, .datatable .titlerow_odd {
	background: #fff;
	text-align: left;
	font-weight: bold;
	color: #16568A;
	margin: 0px !important;
	padding: 0px !important;
}
.datatable .row {
	background: #e4ebf7;
	margin: 0px !important;
	padding: 0px !important;
}
.datatable .altrow {
	background: #FFF;
	margin: 0px !important;
	padding: 0px !important;
}
.datatable cellspacing {
	margin: 0px !important;
	padding: 0px !important;
	
	}


#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;
}

.contactContainer{
	width:100%;
	background:none;
}
.contactContainer .contactHeader{
	background:none;	
	font-weight:bold;
}
.contactContainer .contactFooter{
	background:none;	
}







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