/* General stylesheet file for all BLS pages (both languages) */
/* (C) Christian Radauer, 2001 */

/* Colors  - see also attributes of body tag in template.html */
/*   dark blue:  #0022DD */
/*   turquoise:  #00C7C4 */

/* General styles */

body,p,h1,h2,h3,span,li,dd,dt,td,* {font-family:Arial,sans-serif;}
h1 {text-align:left; font-weight:bold; margin:0;}
h2 {font-weight:bold;}
h3 {font-weight:bold; margin-top:1em; color:#0022DD;}
a {text-decoration:none; font-weight:bold}
p {text-align:justify;}
p.footer {font-size:70%;
          font-style:italic;
          margin-top:4em;}
p.list {padding-left:2em;}
dt, span.dt {margin-top:1em; margin-bottom:0.5em; font-weight:bold;}

/* Navigation bar */

td.navigation {background-color:#0022DD;}
a.navigation {color:white;
              font-weight:bold;}
a.navigation:hover {color:#00C7C4;}
td.navcurrent {color:white;
               background-color:#00C7C4;
               font-weight:bold;}

/* Left subnavigation bar */

td.subnavigation {background-color:white; font-size:80%;}
td.subnavigation hr {color:#0022DD;}
td.subnavigation p {text-align:right;
                    margin-top:0.6em;
                    margin-bottom:0.6em;}
p.subnavcurrent {font-weight:bold;}
a.subnavigation {color:#00C7C4;}
a.subnavigation:hover {color:#0022DD}

/* Main text */

td.text {background-color:#99CCF0;}
div.text {padding:1em;}
div.text a {color:#007566}

/* List of preee reports */

p.header {font-weight:bold}
p.description {font-style:italic; padding-left:42px; clear:both;}