﻿ TableCenter {
    margin-left: 0;
    margin-right: auto;
    width: 6em;
    text-align: center; 
    border: 2px solid Wheat;
    text-align: center;
    margin-left: 0;
    margin-right: auto;
 }

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

centerPlus {
    margin: auto;
    width: 60%;
    border: 3px solid #73AD21;
    padding: 10px;

}

html, body {
    height: 100%;
    /*background: #000;*/
}

.wrapper {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    min-height: 90%;
    width: 90%;
    max-width: 90%;
    height: 90%;
    /*overflow: scroll;*/
    /*border: 5px solid red;*/
}

.head {
    width: 100%;
    height: 8%;
    text-align: center;
    /*margin: 0.5% 0;*/
    /*border: 3px solid brown;*/
}

.general{
    position: fixed;
    top: 9%;
    width: 92.7%;
    height: 88%;
    min-height: 75%;
    /*border: 4px solid yellow;*/
}

.menu {
    position: fixed;
    float: left;
    width: 13%;
    /*top: 20%;*/
    height: 101%;
    text-align: center;
    /*background: #ccc;*/
    /*margin: 0.5% 0.5% 0.5% 0;*/
    padding-bottom: -13%;
    /*border: 2px solid green;*/
    border-right-style: outset;
    border-right-color: ActiveBorder;
    overflow: auto;
    top: 53px;
    left: 0px;
}

.content {
    position: fixed;
    /*background: #ccc;*/
    /*padding-bottom: -13%;
    padding-left: -70%;*/
    width: 79.4%;
    float: right;
    height: 82%;
    text-align: center;
    left: 17%;
    /*overflow: visible;*/
    /*border: 2px solid purple;*/
}

.footer {
    position: absolute;
    text-align: center;
	left: 0;
    right: 0;
	bottom: 0;
	width: 100%;
	height: 6%;
    /*overflow: visible;*/
    /*border: 1px solid black;*/
    border-top-style: outset;
    border-top-color: gray;
    border-top-width: 2px;
}