/* Emulating some styles from old site.
--------------------------------------------------------*/

table.templates {
  border: none;
  width: 100%;
  }

  table.templates th {
    border-top: none;
    border-bottom: 2px solid #000000;
    padding: 8px 0;
    text-align: left;
    color: #000;
    }
    
  table.templates a.download {
    color: #C00;
    text-decoration: none;
    padding: 3px 2px 3px 20px;
    background: url(/css/images/global/icon-download.gif) no-repeat;
    }