/*
	--------------------------------------------------
	PRINT STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/


/* =========================================================================== DIVS AND CLASSES THAT WILL NOT BE PRINTED OUT */

 #search, #topNav, #mainNav, #actionsContainer, .subNav, #tableStyles, #intQuicklinks, #contactMainContainer, #socialLinks {
	display: none;
}


/* =========================================================================== STANDARD STYLES */

body {
	color: #333;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	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; }



/* CONTENT STYLES */

/* Text Styling */

body  {
    font: 13px/16px Arial, Helvetica, sans-serif;
    color: #333;
}

#printArea,
#printArea .none, #printArea .None {
    font-size: 12px;
    line-height: 16px;
}

#printArea h1 {
    margin: 0 0 15px 0;
    font-size: 21px;
    line-height: 25px;
	color: #414141;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#printArea h2 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 22px;
	color: #414141;
}

#printArea h3 {
    margin: 15px 0;
    font-size: 15px;
    line-height: 18px;
	color: #414141;
}

#printArea h4,
#printArea h5,
#printArea h6 {
    margin: 15px 0;
    font-size: 13px;
    line-height: 16px;
}

#printArea .intro, #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;
}

/* Link Colors */

a, a:link, a:visited {
    color: #105E7F;
	font-weight: bold;
    text-decoration: none;
}

a:hover, a:active {
    color: #105E7F;
}


/* 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 */

/* Image Placement */
img.imageleft, img.Imageleft {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #CCCCCC;
	padding: 1px;
}

img.imageright, img.Imageright {
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #CCCCCC;
	padding: 1px;
}

#contentLeft img.imageleft, #contentLeft img.Imageleft {
	margin: 0 10px 20px 0;
	border: none;
	padding: 0;
}

/* Tabular Data Table */

.datatable {
	margin: 0px 0px 15px 0px;
	padding: 0;
	border-collapse: collapse;
}

.datatable td {
    padding: 7px 10px; 
    border: 1px solid #ccc;
}

.datatable .titlerow {
	background: #6C6C6C;
	text-align: left;
	font-weight: normal;
	color: #fff;
}

.datatable .row { background: #fff; }

.datatable .altrow { background: #ededed; }
.transit_hmenu {display:none;}
.transittable .titlerow {
	background: #6C6C6C;
	text-align: left;
	font-weight: normal;
	color: #fff;
}
.transittable td {
    padding: 7px 10px;
    border: 1px solid #ccc; 
}
.transittable .altrow { background: #ededed; }
.transittable .row { background: #fff; }
.transittable thead {
	color:#333!important;
	background: #efefef!important;
	text-align: center;
	font:12px Arial, Helvetica, sans-serif;
}
.transittable thead td {
	border: thin solid #ccc!important;
}
.transittable thead th {
	border: thin solid #ccc!important;
}



#footerLogo{
	float: left;
	margin-right: 22px;
}

#footerText {
	float: left;
	max-width: 268px;
	min-width: 100px;
	line-height: 19px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
}

#footerNav {
	float: left;
	margin: 0;
	padding: 0 0 0 44px;
	width: 200px;
	text-align: left;
	overflow: hidden;
	font-size: 14px;
	line-height: 19px;
}

#esol {
	display:none;
}


/*  Page breaks */

.page-break	{ display: block; page-break-before: always; }





/* ----- END OF TEMPLATE ----- */
