﻿html 
{
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;


}

body 
{
    position: relative;
    margin: 0px;
    padding: 0px;

    height: 100%;
    width: 100%;

}



input[type="text"] 
{
    font-family: cal;
    font-size: 16px;
}


.Rotation_Indicator {
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    text-align: center;
    background-color: #ffffff;
    z-index: 10000;
}

.document_Header 
{
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #000000;
    height: 12%;
}

.document_Header_Container
{
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: cal;
}

.document_Center 
{
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 12%;
    background-color: transparent; 
    background-image: -ms-linear-gradient(bottom right, #A4A4A4 0%, #EEEEEE 70%);
    background-image: -moz-linear-gradient(bottom right, #A4A4A4 0%, #EEEEEE 70%);
    background-image: -o-linear-gradient(bottom right, #A4A4A4 0%, #EEEEEE 70%);
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #A4A4A4), color-stop(0.7, #EEEEEE));
    background-image: -webkit-linear-gradient(bottom right, #A4A4A4 0%, #EEEEEE 70%);
    background-image: linear-gradient(to top left, #A4A4A4 0%, #EEEEEE 70%);
    height: 77%;
    overflow: hidden;
    font-family: cal;
}

.document_Center_Container
{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    font-family: cal;
    
}


.document_Footer 
{
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #000000;
    height: 12%;
    font-family: cal;
}


