
      #map-canvas { height: 400px; width:800px; }
      body {
        font-family: helvetica,arial,sans-serif;
      }
      #maincontent {
          width:800px;
          margin:auto;
      }
      .bandInfoPopup {
          width:300px;
          
      }
      .bandInfo img{
          padding:8px;
          
      }
      .bandInfoPopup img{
           width:50px;
      }
      
      #bandlist {
        width:800px;
        margin:auto;
      }
      #bandlist img{
          width:50px;
          
      }
      
      #bandlist td{
        border-bottom:1px solid black;
        cursor: pointer;
        padding: 8px;
      }
      
      
      
      #bandlist td.center{
        text-align: center;
      }
      
      #searchcontrols{
        padding:10px 0px;
      }
      
      .zonepicker {
        border:solid 2px black;
        border-radius:10px;
        display: inline-block;
        width:60px;
        height:40px;
        text-align:center;
        cursor: pointer;
        margin-top:4px;
      }

      .zonepicker.disabled {
        opacity: .5;
      }
      .zonepicker.east, #bandlist tr.hilite.east {
        background-color:#FA6A5F;
      }
      
      
            
      .zonepicker.west, #bandlist tr.hilite.west {
        background-color:#6285FC;
      }
      .zonepicker.central, #bandlist tr.hilite.central {
        background-color:#FDF862;
      }
      .bandsearch {
        font-size: 20px;
      }
      
      .filterwrapper{
        display: inline-block;
        Xposition: relative;
        Xtop:4px;
        margin-left: 10px;
        vertical-align:top;
      }
      .filterwrapper input {
        border:solid 1px black;
      }
      .filterwrapper select {
        border:solid 1px black;
        font-size:20px;
      }
      
      .clearFilter {
        font-size:16px;
        Xtext-decoration: underline;
        color:orange;
        cursor: pointer;
      }
      .genreLink{
        color:orange;
        cursor: pointer;
      }