@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;}
/* 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;}
#footertoplink {font:100% Arial, Helvetica, sans-serif;}
#footertoplink a {font:100% Arial, Helvetica, sans-serif;}
/* Style for Long Phonelist in tables */
.phoneList td {  
 padding-top:15px;
 vertical-align:top;
}
 
a.hiddenlink {visibility: hidden}

/* Accordion Styles */
.clicker {margin:0;}
.clicker span {height:11px;width:8px;float:right;}
.accordionHeader  {
    background : #fff url('/images/interface/bgSurveySeperator.gif') repeat-x bottom left;
    padding : 8px;
    margin-bottom : 0;
    cursor : pointer;
}
.accordionContent  {padding: 10px 5px 0;}
.accordionArrowDown { background :  url('/images/interface/arrowDown.gif') no-repeat;}
.accordionArrowUp { background :  url('/images/interface/arrowUp.gif') no-repeat;}

.spr {
        font-family: arial, sans-serif;
        font-size: 10px;
        font-weight : bold;
        color: #3446C5;
        text-decoration: underline;
        vertical-align : super;
        cursor : hand;
     }
 
.bizpallogo {
float:right;
border:0
}