




#divVoucherPage {
    margin: 10px;
    padding: 10px;
    border: solid 1px #c0c0c0;
    position: relative;
}

#divVoucherHeader {
    background: #f0f0f0;
    border: solid 1px #c0c0c0;
    padding: 4px;
    margin: 0px;
    margin-bottom: 10px;
}

#divVoucherContent {
    padding: 0px;
    margin: 0px;
    margin-left: 170px;
}

#divVoucherMenu {
    position: absolute;
    top: 60px;
    left: 10px;
    width: 160px;
}

h1 {
    font-size: 140%;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 12px;
    color: #000000;
}
h2 {
    font-size: 120%;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 8px;
    color: #000000;
}
h3 {
    font-size: 110%;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 8px;
    color: #000000;
}

#divVoucherHeader h2 {
    font-size: 160%;
    font-weight: normal;
    margin-bottom: 2px;
}

.voucherImage {
    margin: 0px;
    margin-left: 10px;
    margin-bottom: 4px;
    float: right;
}
.btnPrint { display: none; }
@media print {
  #divVoucherHeader { display: none; }
  #divVoucherMenu { display: none; }
  .noprint { display: none; }
}

.vcUserLinks {
    display: none !important;
}

