/*
 * Style sheet for the Musical Structure Visualization Web site.
 *
 * author: Franz-Josef Elmer
 */
body { background-color:white; 
       font-family:Helvetica,Arial,sans-serif; 
       margin-left:0px; 
       margin-top:0px; }
pre { background-color:#eee;
      border-color:#eee;
      border-width:10px;
      border-style:solid; 
      padding:15; }
dt { padding-bottom: 10px; }
.title { background-color: #caffee; 
         margin-bottom: 10px; 
         margin-top: 10px; }
h2 { background-color: #caffee; margin: 0px;}
h3 { background-color: #caffee; margin: 0px;}
h4 { background-color: #caffee; margin: 0px;}
th { background-color:#aaaaaa; }
.rb { display:inline;
      -moz-box-shadow: 5px 5px 5px #888;
      -webkit-box-shadow: 5px 5px 5px #888;
      -khtml-box-shadow: 5px 5px 5px #888;
      box-shadow: 5px 5px 5px #888;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -khtml-border-radius: 10px;
      border-radius: 10px;
      background: #fc8;
      border:solid 1px;
      padding: 10px;
      color: black;
      
}
.left-column { background-color:#e6e6e6;
               padding-bottom:5px;
               padding-left:5px;
               padding-right:5px; }
.right-column { background-color:white; 
                padding-bottom:5px;
                padding-left:5px; }
.note { font-size: 80%; } 
.footer { background-color:#ccc;
          padding-top:5px;
          padding-bottom:5px;
          font-size:8pt; }
