		body { padding-left: 10px;}
#main-content {
   padding: 20px 0;
   margin: 10px 0;
   border-top: 1px solid #000;
   border-bottom: 1px solid #000;
}
.tac_logo { background: #000;}
.exit_print { margin-bottom: 20px; }

.rhs{
    display: none;
}


.print-no-show{
    display: none;
}


/* Table resets */
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* Table layouts */
table {
    margin: 0 0 20px 0;
    border-left: 0;
    background-color: #fff;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    *white-space: normal;
}
table th,
table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #d2d2d2;
}


table thead th {
    vertical-align: bottom;
    background-color: #ffffff;
    color: #009ce0;
    border-top: 1px solid #d2d2d2;
}
table tfoot td {
    font-weight: bold;
}
table caption {
    padding: 0.5em;
    font-style: italic;
    background-color: #eeeeee;
    border-bottom: 0;
    font-weight: bold;
}
table.vertical th,
table.vertical td {
    border-right: 1px solid #d2d2d2;
}
table.vertical th:first-child,
table.vertical td:first-child {
    border-left: 1px solid #d2d2d2;
}
table.alternate tbody tr:nth-child(even) td {
    background-color: #d2d2d2;
}
table.blue thead th {
    background-color: #006fb4;
    color: #fff;
    border-top: 0;
    border-bottom: 0;
}
table.blue tbody td,
table.blue tbody th {
    border-top: 0;
    border-bottom: 1px solid #006fb4;
}
table.blue.tick tbody td,
table.blue.cross tbody td {
    padding-left: 30px;
      background: url() 0 0 no-repeat;
}
table.blue.tick tbody td {
    background-position: 5px -289px;
}
table.blue.cross tbody td {
    background-position: 5px -361px;
}
table.blue tbody th {
    color: #006fb4;
    font-family: "Avenir LT W01 45 Book", Arial, Sans-serif;
}
table.blue-full {
    border-collapse:separate;
    border-spacing: 0.2em;
}
table.blue-full tbody th {
    width: 35%;
    background-color: #006fb4;
    color: #fff;
    border-top: 0;
    border-bottom: 0;
}
table.blue-full tbody td {
    background-color: #4b87c2;
    color: #fff;
    border-top: 0;
    border-bottom: 0;
}
table.no-border,
table.no-border td,
table.no-border th,
table.no-border tr {
    border: none;
} 



/* View as pdf resets */
.showpdf{
   display:none;
}
  
.downloadpdf{
   display:none;
} 