@import "/css/layout.css"; 
@import "/css/menu.css"; /* Controls Navigation and secondary colour palette */
/* 
    Government of Alberta Base Style Sheet,
    CSS1 Definitions for Typography
    developed by YellowPencil.com - December 2006
*/
/* Base HTML Definitions */
body {font:76% arial,helvetica,sans-serif;background-color:#b9d300;color:#000;}
/* Element Reset to ensure correct cascade properties across all browsers */
table {font-size:inherit;}
select, input, textarea {font:99% arial,helvetica,clean,sans-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,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;}

h1,h2,h3,h4,h5,h6,h7 {font-family: arial,helvetical,sans-serif;}
 
/* Global (left sidebar): Ajax Feedback Form */
#fbTable {width:120px; text-align:center;}
#fbTxtComment {width:120px;} 
#fbBtnSubmit {width:120px; margin-top:5px;}

/* Formatted Table - common layout for list-type information */
.fmtTable td, th {border: 1px solid #999999; padding:5px;}
.fmtTable th {padding:5px; background-color: #EFF4F5; color: #003399;}