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

	Author:	eSolutionsGroup.ca
		
*/


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

 #search, #topNav, #mainNav, #actionsContainer, .subNav, #tableStyles, #translateContainer, #servicesContainer, #news_social, #uberBanner, #topNavContainerLeft, #searchContainer, #uberQuickLinks, .homepage h1, #footerRight, #footerNav, #intQuicklinks {
	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: 10px 10px 10px 10px;
	background: #224b7b;
}

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

#footer p{ margin: 0; }

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

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

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


/* HOMEPAGE BUCKET STYLES */

.bucketContainer{
	float: left;
	width: 220px;
	padding: 0 0 0 20px;
	overflow: hidden;
}

.bucketImageContainer{
	width: 220px;
	height: 150px;
	overflow: hidden;
	position: relative;
	padding: 0 0 15px 0;
	background: url(../images/structure/shadow-bucket-bottom.jpg) left bottom no-repeat;
}

.bucketImage, .bucketImage img{
	width: 220px;
	height: 150px;
}

.bucketTop{
	position: absolute;
	width: 220px;
	height: 4px;
	top: 0;
	left: 0;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../images/structure/shadow-bucketimage-top.png) 0 0 no-repeat;
}

.bucketRight{
	position: absolute;
	width: 4px;
	height: 142px;
	top: 4px;
	right: 0;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../images/structure/shadow-bucketimage-right.png) 0 0 no-repeat;
}

.bucketBottom{
	position: absolute;
	width: 220px;
	height: 4px;
	top: 146px;
	left: 0;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../images/structure/shadow-bucketimage-bottom.png) 0 0 no-repeat;
}

.bucketLeft{
	position: absolute;
	width: 4px;
	height: 142px;
	top: 4px;
	left: 0;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../images/structure/shadow-bucketimage-left.png) 0 0 no-repeat;
}

/* CONTENT STYLES */

/* Text Styling */

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

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

.interior #printArea h1 {
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 8px;
	margin: 0 0 10px 0;
}

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

#printArea h3 {
    margin: 15px 0;
    font-size: 16px;
    line-height: 20px;
	font-weight: normal;
	color: #000;
}

#printArea h4,
#printArea h5,
#printArea h6 {
    margin: 15px 0;
    font-size: 15px;
    line-height: 19px;
	color: #000;
}

#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: #003366; text-decoration: underline; }
a:hover, a:active, a:focus 		{ color: #003366; text-decoration: none; }


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

#contentLeft ul, #printArea ul { margin: 15px 0px 30px 30px; list-style-image: url(../images/structure/bullet-arrow.gif); }
#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;
}


/* 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; color: #333; }

.datatable .titlerow {
	background: #47732a;
	text-align: left;
	font-weight: bold;
	color: #FFF; /* Change Below */
}

.datatable .titlerow td{
	color: #FFF;
}

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

sub { font-size:80%; }
sup { font-size:80%; }
 
td p { margin: 0; }


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







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