﻿/******************************************************************************
* author: Alberta Health Services
* notes: Copyright (c) 2009. Alberta Health Services. All Rights Reserved.
*        The code contained within this file is not liscensed for public
*        usage. Do not reproduce or alter this file complete or in part
*        without the express written permission of the author.
*
******************************************************************************/

body {
	margin: 0px;
	padding: 0px;
	background: #2f7889;
}
hr {
	display: none;
}
#page {
	margin: 0px auto 0px auto;
	width: 960px;
}
#pageHeader {
	margin: 10px 16px 0px 16px;
	padding: 20px 10px 0px 0px;
	height: 40px;
	overflow: hidden;
	
	border-left: 1px solid #1d4d59;
	border-top: 1px solid #1d4d59;
	border-right: 1px solid #1d4d59;
	background: #fff url(http://www.albertahealthservices.ca/popup/ahsLogo.gif) no-repeat 10px 6px;
}
#pageHeader a {
	float: right;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 0px 13px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	
	background: transparent url(http://www.albertahealthservices.ca/popup/buttonClose.gif) no-repeat top left;
}
#pageHeader a:hover {
	background: transparent url(http://www.albertahealthservices.ca/popup/buttonCloseOver.gif) no-repeat top left;
}
#pageContent {
	margin: 0px 10px 0px 10px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #c3c3c3;
	background: #fff;
}

#pageFooter {
	margin: 0px 16px 10px 16px;
	padding: 40px 10px 10px 10px;
	overflow: hidden;
	
	border-left: 1px solid #1d4d59;
	border-bottom: 1px solid #1d4d59;
	border-right: 1px solid #1d4d59;
	background: #ececec url(http://www.albertahealthservices.ca/popup/footer.gif) no-repeat bottom right;
}
#pageFooter a {
	font-family: verdana, sans-serif;
	font-size: 0.75em;
	color: #1c4c58;
}
#pageFooter a:hover {
	color: #c60;
}