﻿html {
    margin: 0 0 0 0;
    font-family: Calibri, Arial;
    font-size: 9pt;
    color: #ece9d8;
    height: 100%;
}

form {
    height: 100%;
}

body {
    z-index: 0;
    margin: 0;
    padding: 0;
    height: 100%;
}
/* Div panel styling  */

#pnlHeader {
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#pnlContent {
    z-index: 0;
    margin-left: 0px;
    margin-right: auto;
    width: 100%;
    background-color: white;
    /*height: 100%;
    overflow-y:auto;*/
}

#pnlFooter {
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
/*img {
    border: solid thin #96232f;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 30px #444040;
}*/