﻿body {
    background-color: antiquewhite;
    color: darkslategray;
    font-size: small;
}
 
a {
 text-decoration:none;
 color:red;
}

td {
padding:10px;
    margin-left: 160px;
}

input[type=submit] {
    background-color: #6B5344 ;
    color: white;
    border-radius: 4px;
    padding: 5px 15px 5px 15px;

}
    input[type=submit]:hover {
        background-color: white;
        color: darkslategray;
        border-radius: 4px;
        padding: 5px 15px 5px 15px;
    }



.Amountstyle
{text-align:right; width:100px;}

.ItemTemplateHeading {
    color: saddlebrown;
    font: bold;
    text-transform: uppercase;
}

.heighLightHeading {
    color: black;
    background-color: aqua;
    font: bold;
    text-transform: uppercase;
    border: 1px solid gray;
}

.ExtraheighLightHeading {
    color: darkred;
    background-color: white;
    font: bold;
    text-transform: uppercase;
    border: 1px solid gray;
    font-size:large;
}

.RESULT {
color:darkblue;
background-color:aliceblue;
padding:2px;
font-style:italic;
font-weight:bold ;
}



.VoucherTable {
    border-collapse: collapse;
    padding: 2px;
    margin: 0px;
    border-bottom: 1px solid lightgray;
}






  h1 i,
  h2 i,
  h3 i,
  h4 i {
    padding-right: 10px;
    color: #A8D13B;
    font-size: 0.8em;
}

  h2:after,
  h3:after,
  h4:after {
    position: absolute;
    content: "";
    height: 1px;
    border-radius: 2px;
    left: 0;
    bottom: 0;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.6);
}

  h2:after {
    width: 100%;
}

  h3:after {
    width: 75%;
}

  h4:after {
    width: 50%;
}

  h1 {
    margin: 1em 0 0.75em;
    padding: 0 0 5px 0;
    color: #6B5344;
    font-weight: normal;
    position: relative;
    text-shadow: 0 2px 0 rgba(255,255,255,0.5);
    font-size: 36px;
    line-height: 40px;
    font-family: 'Carrois Gothic', sans-serif;
}

  h2 {
    margin: 1em 0 0.75em;
    padding: 0 0 5px 0;
    color: #6B5344;
    font-weight: normal;
    font-family: 'Scada', sans-serif;
    position: relative;
    text-shadow: 0 2px 0 rgba(255,255,255,0.5);
    font-size: 30px;
    line-height: 40px;
}

  h3 {
    margin: 1em 0 0.75em;
    padding: 0 0 5px 0;
    color: #6B5344;
    font-weight: normal;
    font-family: 'Scada', sans-serif;
    position: relative;
    text-shadow: 0 2px 0 rgba(255,255,255,0.5);
    font-size: 24px;
    line-height: 40px;
}

  h4 {
    margin: 1em 0 0.75em;
    padding: 0 0 5px 0;
    color: #6B5344;
    font-weight: normal;
    font-family: 'Scada', sans-serif;
    position: relative;
    text-shadow: 0 2px 0 rgba(255,255,255,0.5);
    font-size: 18px;
    line-height: 20px;
}