@charset "utf-8";
/* CSS Document */
/*
body{
	padding:0px;
	margin:0px;
	background:url(../images/menu_bg.jpg) top left repeat-y;
}

*/
#main{
	position:relative;
}
#header{ /* holds the 'globe' header bar and the main header text */
	background:#013e7f url(http://imap.esolutionsgroup.ca/trra_staging/Images/header-bar.jpg) top right no-repeat;
	height:44px;
	width:75%;

}
#header-grey-bars{
	border-bottom:2px solid #565a5c;
	border-top:1px solid #565a5c;
}
#content{ /* styling for the main body content */
	vertical-align:top;


}
.lftMenu{ /* main class for the PDF menu on the left */
	background:#e7e7e7 url(http://imap.esolutionsgroup.ca/trra_staging/Images/menu_bg.jpg) top left repeat-y;
	width:181px;
	vertical-align:top;
	
}
#scrollBox{ /* scrollable div that contains the attached documents */
	margin:0 10px 10px 10px;
	padding:0px 5px 0px 10px;
	width:141px;
	height:145px;
	border: solid 1px #e3e3e3;
	overflow:auto;
}
.title{/* Building name styling in the header */
	color:#FFFFFF;
	font-size:18pt;
	font-family:Eurostile, Helvetica, Arial, Verdana, san-serif;
	padding:6px 0px 0px 10px;
	margin:0px;

}
.subTitle{/* Organization name in the content area */
	color:#000000;
	font-size:17pt;
	font-family:Eurostile, Helvetica, Arial, Verdana, san-serif;
	padding:20px 20px 0px 30px;
	margin:0px;

}
.paragraph{ /* paragraph text in the content area */
	color:#333333;
	font-size:10pt;
	font-family:Arial, Helvetica, Verdana, san-serif;
	padding:20px 20px 0px 30px;
	margin:0px;
	width:350px;


}
.address{ /* paragraph text in the content area */
	color:#7f7f7f;
	font-size:11pt;
	font-family:Arial, Helvetica, Verdana, san-serif;
	padding:20px 20px 0px 30px;
	margin:0px;
}
.address a{
	color:#0073cf;
	font-family:Arial, Helvetica, Verdana, san-serif;
	text-decoration:none;
}
.moreDetails{ /* header styling for the text 'more details' in the left column */
	color:#333333;
	font-size:11pt;
	font-family:Arial, Helvetica, Verdana, san-serif;
	font-weight:bold;
	text-align:right;
	padding:10px 10px 10px 0px;
	margin:0px 5px 0px 0px;
}
.attachPDF{ /* style applied to an attached PDF */
	color:#333333;
	font-size:10pt;
	font-family:Arial, Helvetica, Verdana, san-serif;
	text-align:right;
	padding:10px 25px 10px 0px;
	margin:0px 5px 0px 0px;
	border-bottom:#FFFFFF 1px solid;
	background:url(http://imap.esolutionsgroup.ca/trra_staging/Images/pdf-icon.gif) top right no-repeat;
}
.attachXLS{ /* style applied to an attached Excel File */
	color:#333333;
	font-size:10pt;
	font-family:Arial, Helvetica, Verdana, san-serif;
	text-align:right;
	padding:10px 25px 10px 0px;
	margin:0px 5px 0px 0px;
	border-bottom:#FFFFFF 1px solid;
	background:url(http://imap.esolutionsgroup.ca/trra_staging/Images/xls-icon.gif) top right no-repeat;
}
.lftMenu a{ /*styling of the anchor tags in the left menu*/
	color:#333333;
	text-decoration:none;
}
.lftMenu a:hover{
	color:#373737;
	text-decoration:none;
}
#footer{ /*styling of the footer cell*/
	margin:0px 10px;
	vertical-align:top;

	
}
#footer p{
	border-top:#000000 1px solid;
	color:#7f7f7f;
	font-size:10pt;
	font-family:Arial, Helvetica, Verdana, san-serif;
	padding:10px 20px;
	margin:30px 10px 0px;
	border-bottom:#FFFFFF 1px solid;
}
#footer a{
	color:#0073cf;
	font-family:Arial, Helvetica, Verdana, san-serif;
	text-decoration:none;
}

#content img{
	padding:20px 0px 0px 30px;
	max-height: 200px;
	max-width:200px;
}
