/* Based on the design of the Bell Labs Cardiac instructional computer card */
body {
    background: #E6F6F6 url(images/cardiac-edge.gif) repeat-y;
    margin-left:30px;
    font-family:"Futura", "Arial", "Helvetica", sans-serif;
}

h1 {
    background: url(images/cardiac-arrow.gif) no-repeat;
    background-position: 0 100%;
    color: #0586A5;
    margin:0;
    padding-left: 30px;
    font-weight:normal;
    text-transform:uppercase;
   } 

div.guts {
    padding-left: 30px;
    border:none;
    background: url(images/cardiac-arrow-stripe.gif) repeat-y;
    margin:0;
}
    
div.footer{
    height:60px;
    padding: 50px 0 0 30px;
    background: url(images/cardiac-L.gif) no-repeat;
}

span#updated { 
    border: solid 1px #0586A5;
    padding:8px;
    font-size:9pt;
}

h2 {
    color: #0586A5;
    margin:0px;
    font-weight:normal;
    text-transform:uppercase;
    padding-top: 20px;
   }

a {
    color: #0586A5
}

ul {
  list-style-image: url(images/cardiac-dot.gif);
}

ul#toc {
    height:55px;
    list-style: none;
    margin:0;
}

ul#toc li {
    background: url(images/cardiac-tab.gif) white;
    float: left;
    margin: 0 10px 0 0;
    padding-left: 10px;
}

ul#toc a, a.active {
    background: url(images/cardiac-tab.gif) 100% 0;
    float: left;
    line-height:35px;
    padding-right:10px;
    text-decoration: none;
}

ul#toc li.active {
    background-position: 0 -35px;
}

ul#toc li.active a {
    background-position: 100% -35px;
    line-height:55px;
}
