/*
	--------------------------------------------------
	SITE CONTENT STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/


/* ===================================================================================== STYLES FOR ALL PAGES */

/* Text Stylings */

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: #2682a8;
	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;
    text-decoration: underline;
}


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

#contentLeft ul, #printArea ul { margin: 10px 0px 10px 30px; }
#contentLeft ol, #printArea ol { margin: 10px 0px 10px 30px; }
#contentLeft li, #printArea li { margin: 10px 0px 10px 0px; }


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

/* Custom style form icreate.css */

.list_pathway_page {
	text-decoration:none; 
	list-style-type:none !important;
	margin-top:-10px;
	line-height:1.1em;
}
.dataGridHeaderStyle {
	background-color:#c89855 !important;
}
.subNav.top {
    margin-bottom: 0px !important;
}

/* ===================================================================================== STYLES HOME PAGE */




/* ===================================================================================== STYLES FOR CONTENT PAGES */





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