﻿/* 
    Government of Alberta Base Style Sheet
    CSS1 Definitions for Print Typography
    developed by YellowPencil.com - December 2006
*/
/* Base HTML Definitions */
body {font-family:"Times New Roman", times, serif;background-color:#fff;color:#000;margin: 0;padding:1in;}
/* Element Reset to ensure correct cascade properties across all browsers */
table {font-size:inherit;}
select, input, textarea {font:99% times,serif;}
body * {line-height:1.22em;}
body,div,form,fieldset,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img,a img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
/* Heading Sizes */
h1 {font-size:1.8em;}
h2 {font-size:1.5em;}
h3 {font-size:1.2em;}
h4 {font-size:1.05em;}
h5 {font-size:1em;}
h6 {font-size:.9em;}
h7 {font-size:.75em;}
/* 
    Primary Layout Containers 
*/
#pageWrap {margin:0;}
#page {margin:0;}
#header {border-bottom:1px solid #000;}
#navColumn {display:none;}
#contentColumn {}
#content {width:6.5in;overflow:visible;}
#footer {}
/*
    Subsidiary Layout Containers
*/
.columnLeft, .columnLeftFull, .columnLeftHalf, .columnLeftThird, .columnRight, .columnRightHalf, .columnRightThird, * html #servicesNav .columnLeft {margin:0;padding:0;}
h2.section {margin:auto;}
/* Accessibility Helpers */
#accessHelpers {display:none;}
/* Header Layout Containers */
#logo img {display:none;}
h1#siteTitle {font-weight:normal;letter-spacing:1px;}
h1#siteTitle a {text-decoration:none;color:#000;}
ul#metaNav {display:none;}
#searchForm {display:none;}
* html #searchForm {margin-top:6px;}
/* Breadcrumb, Text Resizer and Search Form */
#breadcrumb {display:none;}
#textResizer {display:none;}
/* Main Navigation - Horizontal */
#mainNav {display:none;}
/* Sub Navigation - Vertical */
#subNav {display:none;}
/* Footer Styles */
#footer {}
#footer #footerLogo {display:none;}
#footer #goaLinks {display:none;}
#footer #siteLinks {display:none;}
#footer #copyright {color:#000;border-top:1px solid #000;}
/* 
    Home Page Specific Style Definitions 
*/
/* Temporary Flash Region Definitions - to be replaced by swf via UFO */
#homeFeature {display:none;}
/* Programs and Services Home Page Container */
#servicesNav {}

/*EII Classes */
/* styles for the table of links */
#content table.doctable { 
    width:auto;
    border: 1px solid #777e81;
    border-collapse:collapse;
 }
#content table.doctable tr.tableheadings th { 
    background-color:#ddd; 
    text-align:left; 
    font-weight:normal; 
    color:#666;
    border: 1px solid #777e81;
}
#content table.doctable th.rowtitle {
    text-align:left;
    font-weight:bold;
    padding-top:10px; 
    background-color:#efefef;
}
#content table.doctable th {
    background-color:white;
    text-align:center;
    font-weight:normal;
    color:#666;
    padding:5px;
    border: 1px solid #777e81;
}
#content table.doctable td {
    text-align:left;
    margin:10px; 
    padding:5px;
    border: 1px solid #777e81;
}
#content table.doctable .indent { padding-left: 20px; }
/* Grid table */
#content table.grid { }
#content table.grid th {
    padding:5px;
    text-align:left;
    font-weight:normal;
    border: 1px solid #777e81;
}
#content table.grid td {
    text-align:left;
    padding:5px;
}
/* Box table */
#content table.box, #content table.grid td {
    text-align:left;
    border: 1px solid #777e81;    
}
.bullet img { margin: 0px; padding-right:10px; padding-top:5px; }
#indextable .indextext { width:auto; }
#indextable td.indextext {padding-left:5px;}
#indextable .indextext p {
    margin-top:0px;
    margin-bottom:20px;
    padding-top:0px;
    padding-bottom:0px;
}