﻿/* CSS for Alberta Mental Health Research Partnership Program */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 0px 0px 0px;
	background-color: #166f8a;
	height:100%;
	width:100%;
	margin:0px auto;
	}
	
/* General Text styles */
	
a, a:link, a:visited  {
	color: #6ba83a; /* Green */
	text-decoration:underline;
	}

a:hover {
	color: #6ba83a; /* Green */
	text-decoration: none;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	}

ul, ol {
	line-height: 1.4em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #166f8a; /* Dark teal */
	font-weight: normal;
	margin-top: 5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #166f8a; /* Dark teal */
	margin-top: 8px;
	margin-bottom: 8px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	}
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	}

/* Containers */

.wrapper {
	width:770px;
	background-image:url("drop_shadow.gif");
	background-repeat: repeat-y;
	text-align:left;
	margin:0px auto;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
	}
	
.container {
	width:760px;
	text-align:center;
	margin:0px auto;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
	}

/* Header */

#header {
	height: 121px;
	width: 760px;
	background-image: url("header1.jpg");
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	color: #FFFFFF;
	}
	
#headerRIC {
	height: 121px;
	width: 760px;
	background-image: url('header_RIC1.jpg');
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	color: #FFFFFF;
	}

/* Global Navigation */

.topnav {
	float: right;
	font-size: 11px;
	padding: 0px;
	margin: 2px 10px 74px 0px;
	}
	
	a:visited p.topnav, a:link .topnav, .topnav a:visited, .topnav a:link, .topnav a  {
		text-decoration:none;
		color:#FFFFFF;
		}
		
	.topnav a:hover {
		text-decoration: underline;
		}	
			
		
/* MAIN NAVIGATION BAR --------------------------------------------------------------------- */

#mainNav {
	width: 760px;
	margin: auto;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

#mainNavInner {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	width: 760px;
	height: 15px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}

/* Customizing SharePoint navigation degraded to a list */
#mainNavInner ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}

#mainNavInner ul li {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}

#mainNavInner li a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	float: left;
	margin-right: 3px;
	padding: 12px 0px 2px 10px;
	}

/* Styles for hover and current nav item */
#mainNavInner li .CurrentSection {
	float: left;
	margin-right: 3px;
	padding: 12px 0px 0px 10px;
	color: #73bf45;
	}
	
#mainNavInner li a:hover {
	float: left;
	margin-right: 3px;
	padding: 12px 0px 0px 10px;
	color: #73bf45;
	text-decoration:none;
	}
		
#mainNavInner li .CurrentSectionRIC {
	float: left;
	margin-right: 3px;
	padding: 12px 0px 0px 10px;
	color: #165f75;
	}
	
#mainNavInner li .CurrentSectionRIC a:hover {
	float: left;
	margin-right: 3px;
	padding: 12px 0px 0px 10px;
	color: #165f75;
	text-decoration: underline;
	}
	
	
/* SUB-NAVIGATION -------------------------------------------------------------------------- */

#subnav {
	width: 200px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    }

#subnav ul {
	font-family: Arial, Helvetica, sans-serif;
    padding: 0;
	margin: 0;
    list-style: none;
    color: #ffffff;
    }

#subnav ul li {
	padding: 5px 10px;
	margin: 0px 0px 1px 0px;
	background-color: #ec9222;
   	}

#subnav ul li a {
	color: #ffffff;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	text-decoration: none;
	vertical-align:middle;
	}

	#subnav ul li span.CurrentSection {
		color: #ffee61; /* Yellow */
		padding: 0;
		margin: 0;
		text-decoration: none;
		vertical-align:middle;
		font-weight:bold;
		}
		
	#subnav ul li span.CurrentSectionRIC {
		color: #ffee61; /* Yellow */
		text-decoration: none;
		vertical-align:middle;
		font-weight:bold;
		}

	#subnav ul li a:hover {
		color: #ffee61; /* Yellow */
		text-decoration: underline;
		}
	
/* Second level subnav */

#subnav ul ul {
	font-size: 11px;
}

#subnav ul li ul li {
	list-style: square;
	padding: 2px 0px 2px 0px;
	margin: 0 0 0 20px;
	}

#subnav ul li ul li a {
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
	vertical-align:middle;
	}

	#subnav ul li ul li span.CurrentSection {
		color: #ffee61; /* Yellow */
		padding: 0;
		margin: 0;
		text-decoration: none;
		vertical-align:middle;
		font-weight:bold;
		}
		
	#subnav ul li ul li span.CurrentSectionRIC {
		color: #ffffff;
		text-decoration: none;
		vertical-align:middle;
		padding: 0;
		margin: 0;
		line-height: 20px;
		font-weight:bold;
		}

#subnav ul li ul li a:hover {
	color: #ffee61; /* Yellow */;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	}

/* -- Sitemap -- */

#sitemap {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    }

#sitemap ul {
	font-family: Arial, Helvetica, sans-serif;
    padding: 0px 0px 15px 0px;
	margin: 0px;
    list-style-type: none;
    color: #a4a4a4;
    }

#sitemap ul li {
	padding: 5px 0px;
	margin: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

	#sitemap ul li a, #sitemap ul li a:link, #sitemap ul li a:visited {
		padding: 0px;
		margin: 0px;
		font-weight: bold;
		text-decoration: none;
		}

	#sitemap ul li a:hover {
		text-decoration: underline;
		}

	#sitemap ul li span.SitemapCurrent {
		color: #165f75;
		text-decoration: none;
		vertical-align:middle;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		font-weight:bold;
		}
			
#sitemap ul li ul {
	padding: 0px 10px;
	margin: 0px 10px;
	list-style-type: square;
	}
	
#sitemap ul ul li {
	list-style-type: disc;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding: 2px 0px;
}
	
#sitemap ul ul li a, #sitemap ul ul li a:link, #sitemap ul ul li a:visited {
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	font-weight: normal;
	text-decoration: none;
	}

#sitemap ul ul li a:hover {
	text-decoration: underline;
}

#sitemap ul ul ul li {
	list-style-type: circle;
	font-size: 11px;
}
	
/* ------ Search Bar Area / Control ------ */ 
			
.search {
	width:760px;
	height: 25px;
	background-image:url('search_bar.gif');
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	}
	
.searchRIC {
	width:760px;
	height: 25px;
	background-image: url('search_bar_RIC.gif');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	}
	
	.searchlink {
		float:left;
		width: 150px;
		padding:6px 0px 0px 380px;
		margin:0px 0px 0px 0px;
		text-align:left;
		overflow:hidden;
		}

	.searchlink a:visited {
		color:#ffffff;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		text-decoration:underline;
		}
		
	.searchlink a:link {
		color:#ffffff;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		text-decoration:underline;
		}
		
	.searchlink a {
		color:#ffffff;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		text-decoration:underline;
		}
		
	.searchlink a:hover {
		color:#165f75;
		text-decoration:none;
		}
		
	.searchbox {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		}
	
	table.ms-sbtable {
		float:right;
		width: 220px;
		margin: 4px 0px 0px 0px;
		padding-top: 0px;
		overflow:hidden;
		text-align:left;
		}
			
	tr.ms-sbrow {
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		background-image:none;
		border:none;
		overflow:hidden;
		}
	
	td.ms-sbcell input {
		background-image:none;
		border:none;
		padding:0px;
		margin:0px;
		overflow:hidden;
		}
		
	td.ms-sbcell {
		background-image:none;
		border:none;
		padding:0px 0px 0px 0px;
		margin:0px;
		overflow:hidden;
		}
		
	td.ms-sbgo {
		height: 0px;
		border:none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border: 1px solid #73bf45;
		background-color:#73bf45;
		}
		
		
.srch-sort {
	padding: 0px 0px 0px 10px;
	}
	
.ms-tztable {
	padding: 0px 0px 0px 10px;
	}	
		
/* Content */

/* Home page - 2 column */

.homeFeatureBox {
	width: 460px;
	background: url(images/homeFeatureBox_stretch.gif) repeat-y;
	padding: 0;
	margin: 0;
}
	.homeFeatureBox .outer {
		background: url(images/homeFeatureBox_top.gif) no-repeat top left;
		margin: 0;
		padding: 15px 15px 5px 15px;
	}

	.homeFeatureBox h1 {
		width: 425px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #166f8a; /* Dark teal */
		font-weight: normal;
		margin-top: 0;
	}
	
	.homeFeatureBox p, .homeFeatureBox ul {
		width: 425px; 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 1.4em;
		color: #454545; /* Dark grey */
	}

.showcase {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

	.showcase h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-transform: none;
		letter-spacing: normal;
		color: #43bde2; /* Light teal */
		margin-bottom: 0;
	}
	
	.showcase p {
		margin-top: 0;
		margin-bottom: 10px;
		padding: 0;
	}
	
	.showcase a, .showcase a:link, .showcase a:visited {
		font-size: 12px;
		color: #6ba83a; /* Green */
		text-decoration:underline;
	}
	
	.showcase a:hover {
		text-decoration: none;
	}
	
	.showcase .date {
		color: #a0a0a0; /* Light grey */
		font-style: italic;
	}

/* Stephan's content containers */

.content {
	width:760px;
	padding: 0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	vertical-align:top;
	clear:both;
	font-size:12px;
	color: #454545;
	}
				
	.left {
		width:205px;
		color: #454545;
		margin: 0;
		padding: 0;
		padding-right: 15px;
		text-align: left;
		vertical-align: top;
		}
		
			.lefttext {
				width:230px;
				color: #454545;
				margin: 16px 0px 0px 0px;
				padding: 0px 0px 0px 12px;
				text-align:left;
				vertical-align:top;
				}
										
			.photo {
				vertical-align:bottom;
				}					
			
	.bottom {
		padding: 0px;
		margin: 0px;
		}		
							
	.RIC {
		font-family:Verdana;
		float:left;
		width: 238px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		vertical-align:bottom;
		text-align:left;
		}
		
		.RICtop {
			height:11px;
			padding: 0px;
			margin: 0px 0px 0px 0px;
			background-image:url('RIC_top.gif');
			background-repeat:no-repeat;
			overflow:hidden;
			vertical-align:bottom;
			}	
			
		.RICbody {
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			background-image:url('RIC_body.gif');
			background-repeat: repeat-y;
			font-size:11px;
			background-color:#e3f2da;
			vertical-align:bottom;
			overflow:hidden;
			}	
			
			.RICbody p {
				padding: 0px 10px 10px 10px;
				margin: 0px;
				color: #6eb842;
				text-align:left;
				}	
		
			.RICbody p.bold {
				padding: 0px 10px 10px 10px;
				margin: 0px;
				color: #6eb842;
				text-align:left;
				font-weight:bold;
				font-size:12px;
				}	
				
			.RICbody p.text {
				padding: 5px 5px 5px 10px;
				margin: 0px;
				color: #669933;
				text-align:left;
				background-color:#d1e9c3;
				border-right:1px #6eb842 solid;
				}	
	
			.RICbody p a:visited {
				padding: 0px 5px 5px 0px;
				margin: 0px;
				color: #6eb842;
				text-align:left;
				text-decoration:none;
				}
						
			.RICbody p a:link {
				padding: 0px 5px 5px 0px;
				margin: 0px;
				color: #6eb842;
				text-align:left;
				text-decoration:none;
				}
						
			.RICbody p a {
				padding: 0px 5px 5px 0px;
				margin: 0px;
				color: #6eb842;
				text-align:left;
				text-decoration:none;
				}
						
			.RICbody p a:hover {
				padding: 0px 5px 5px 0px;
				margin: 0px;
				color: #6eb842;
				text-align:left;
				text-decoration:underline;
				}
			
			
.mid {
    width:250px;
	margin:0px;
	padding: 0px 10px 0px 10px;
	text-align:left;
	}
			
.right {
	width:250px;
	margin:0px;
	padding:0px;
	}				
		
	.greenbox {
		float:right;
		width: 246px;
		padding: 0 0 0 0px;
		margin: 10px 0px 10px 0px;
		}	
		
		.greentop {
			height: 11px;
			background-image:url('green_top.gif');
			background-repeat:no-repeat;
			padding: 0 0 0 0px;
			overflow:hidden;
			}
			
		.greenmid {
			height:153px;
			background-image:url('green_mid.gif');
			background-repeat:no-repeat;
			text-align:left;
			padding: 0px 7px 0px 7px;
			}
		
		.greenbottom {
			height: 8px;
			background-image:url('green_bottom.jpg');
			background-repeat:no-repeat;
			padding: 0 0 0 0px;
			overflow:hidden;
			}
			
	.bluebox {
		float:right;
		width:246px;
		padding: 0px 0px 0px 0px;
		margin: 10px 0px 10px 0px;
		border-right: 1px solid #135b73;
		}	
		
		.bluetop {
			height: 8px;
			background-image:url('blue_top.jpg');
			background-repeat:no-repeat;
			padding: 0 0 0 0px;
			overflow:hidden;
			border-right: 1px solid #135b73;
			}
			
		.bluemid {
			height:114px;
			background-image:url('blue_mid.jpg');
			background-repeat:no-repeat;
			padding: 0px 7px 0px 7px;
			border-right: 1px solid #135b73;
			overflow:hidden;
			}
		
		.bluebottom {
			height: 9px;
			background-image:url('blue_bottom.jpg');
			background-repeat:no-repeat;
			padding: 0 0 0 0px;
			overflow:hidden;
			border-right: 1px solid #135b73;
			}
			
.rightnobox {
	width:250px;
	margin:0px;
	padding:10px 0px 10px 0px;
	}				
				
.spacer {
	height: 10px;
	}	
	
/* --- Web Part Styling --- */

.ms-WPTitle, .ms-WPTitle a, .ms-WPTitle a:link, .ms-WPTitle a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#166f8a; /* Dark teal */
}		
	
.ms-WPHeader td {
	padding-top: 10px;
	border-bottom: 0;
}

tr.ms-WPHeader {
	color: #166f8a; /* Dark teal */
}
	
h3.ms-standardheader {
	color: #166f8a; /* Dark teal */
}
	
div.ms-WPBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	}
	
	div.ms-WPBody h3 {
		font-family: Arial, Helvetica, sans-serif;
		color: #454545;
		font-size: 12px;
		padding: 0px 0px 3px 0px;
		margin: 0px 0px 0px 0px;
		}
	
	div.ms-WPBody p {
		padding: 3px 10px 3px 0px;
		margin: 0px;
		font-size: 12px;
		line-height: 1.4em;
		color: #454545;
		}

	div.ms-WPBody a, div.ms-WPBody a:link, div.ms-WPBody a:visited {
		color: #6ba83a; /* Green */		
	}
		
		
	div.ms-WPBody a:hover {
		color: #6ba83a; /* Green */		
	}
		
	div.ms-WPBody ul {
		padding: 0px;
		margin: 0px 7px 0px 15px;
		list-style-type:disc;
		}
	
	div.ms-WPBody ul li {
		list-style-type:disc;
		padding: 5px 0px 5px 0px;
		margin: 0px;
		font-size:11px;
		line-height:16px;
		}

.ms-addnew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
}

.ms-addnew a:hover {
	color: #6ba83a; /* Green */
	text-decoration: none;
}

.ms-vh, .ms-vh2, .ms-vh-icon, .ms-vh-icon-empty, .ms-vhImage, 
.ms-gb, .ms-gb2, .ms-gbload, .ms-vb, .ms-vb2, .ms-vb-tall, .ms-GRFont, 
.ms-vb-user, table.ms-disc td, .ms-vh2-nofilter, .ms-vh2-nograd, .ms-vh3-nograd, .ms-vh2-nograd-icon, 
.ms-vh2-nofilter-icon, .ms-pb, .ms-pb-selected, .ms-ph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
.ms-vb a, .ms-vb2 a, .ms-GRStatusText a, .ms-vb-user a, .ms-disc a,
.ms-vb a:link, .ms-vb2 a:link, .ms-GRStatusText a:link, .ms-vb-user a:link, .ms-disc a:link,
.ms-vb a:visited, .ms-vb2 a:visited, .ms-GRStatusText a:visited, .ms-vb-user a:visited, .ms-disc a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6ba83a; /* Green */
}

.ms-vb a:visited:hover, .ms-vb2 a:visited:hover, .ms-vb-user a:visited:hover, .ms-disc a:visited:hover {
	color: #6ba83a; /* Green */
	text-decoration: underline;
}

/* Footer */

.footer {
	height: 26px;
	width: 770px;
	background-image: url("footer.jpg");
	background-repeat: no-repeat;
	padding: 6px 0px 0px 0px;
	margin: -3px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
	.footer a, .footer a:link, .footer a:visited {
		color: #ffffff;
		text-decoration: underline;
		margin: 0px 0px 3px 0px;
		padding: 0px 0px 3px 0px;
		}

	.footer a:hover {
		text-decoration: none;
		margin: 0px 0px 3px 0px;
		padding: 0px 0px 3px 0px;
		}

			
/* --- Footer for RIC --- */	
	
.footerRIC {
	height: 26px;
	width: 770px;
	font-size:12px;
	background-image:url("footerRIC.jpg");
	background-repeat:no-repeat;
	text-align:center;
	padding: 6px 0px 0px 0px;
	margin: -3px 0px 0px 0px;
	color:#ffffff;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}	
	
	.footerRIC a, .footerRIC a:link, .footerRIC a:visited {
		color:#ffffff;
		text-decoration:underline;
		}
		
	.footerRIC a:hover {
		text-decoration:none;
		}
			
.clear {
	clear:both;
	clear:both;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	height: 0px;
	}
	
.ms-siteaction {
	color: #ffffff;
	}	
	
/* Controls Styles */	
	
.admin {
	padding: 10px 0px;
	width:760px;
	text-align:left;
	margin:0px auto;
	}

.siteaction {
	margin: 0px;
	padding: 0px;
	width:75px;
	float:right;
	}
	
.welcome {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	width:660px;
	float:left;
	text-align:left;
	}

div.ms-SPLink a:visited {
	color: #ffffff;
	}
	
div.ms-SPLink a:link {
	color: #ffffff;
	}
	
div.ms-SPLink a {
	color: #ffffff;
	}
	
#zz8_SiteActionsMenu {
	color:#FFFFFF;
	}
	
div.ms-SPLink a:hover {
	color: #165f75;		
	}
	
/* Style that refences an additional div containerin the middle column to make the text percentage smaller due to
the inline font size tag in the publishing control */
	
.fontfix {
	font-size: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.ms-rteCustom-Content {	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	}	
	
.ms-rteCustom-Heading {	
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	}	


/* page breadcrumb */

.pagebreadcrumb p {
	padding:10px 7px 0px 220px;
	font-size:11px;
	color:#666;
}
