html
{
    padding: 0px;
    margin: 0px;
}
body
{
    background-color: #F0F0F0;
    background-image: url("");
    color: #F5DEB3;
    font-family: "Courier New", monospace;
    padding: 0px;
    margin: 0px;
}
#container
{
    color:blue;
    background-color: white;
    padding: 5px;
    margin: 0px auto;
    width: 1000px;
    border: thin solid silver;
    position: relative;
    border-radius:15px;

}
#divBlock
{
    display: none;
    height: 100%;
    width: 100%;
    background-color: gray;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9;
    font-size:30pt;
    font-weight:bolder;
    color:purple;
    text-align: center;
    line-height:600px;
}
#header
{
    background-image: url("../images/McGoo_Banner.png");
    background-repeat:no-repeat;
    background-position: center;
    height:50px;
}
#divWait
{
    display: none;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
    color: fuchsia;
    font-family: "Courier New", monospace;

}
#divMenu
{
    width: 100%;
}
#divHolder
{
    padding: 0px;
    min-height:420px;
}
#divKeys{
    background-color: #d1d2d7;
    border-radius: 5px;
    margin:0px 20px;
}
.keys {
    margin:0px auto;    
}

#tblHolder, #tblHolder2, #tblHolder3, #tblHolder4
{
    width: 100%;
    border-spacing: 0px;
    border: none;
}

#tblHolder4{
    margin: 10px auto 20px;;
    
}
#tblStatus
{
    width: 100%;
    background-color: white;
    border-spacing: 0px;
}
#tblInput, #tblData
{
    width: 100%;
    background-color: white;
    border-spacing: 5px;
}
td
{
    font-size: medium;
    font-family: "Courier New", monospace;
    color: Navy;
    padding: 0px;
}
td.nopadding
{
    padding: 0px;
    text-align: center;
}
#tdHeader
{

    font-size: x-large;
    font-weight: bold;
    color: red;
    padding: 5px;
    vertical-align: top;
    text-align: center;
}
.tdDataL
{
    font-size: x-large;
    text-align: left;
    padding: 2px;
    vertical-align: middle;
}
.tdDataR
{
    font-size: x-large;
    text-align: left;
    padding: 2px;
    width:80px;
    vertical-align: middle;
}

#tdOutput
{
    font-weight: bold;
    color: red;
    font-size: 24pt;
    height: 30px;
    vertical-align: bottom;
    padding: 2px 2px 1px 15px;
    text-align: left;

}

#tdInput
{
    padding: 2px 2px 1px 10px;
    font-size: 24pt;
    vertical-align: top;
    text-align: left;
}
#divInput
{
    font-weight: bold;
    color: black;
    font-size: 24pt;
    border: 2px inset silver;
    padding: 3px;
    height: 1em;
    background-color: beige;
    border-radius:5px;
}
#txtInput
{
    font-weight: bold;
    color: red;
    font-size: 24pt;
    border: 0;
    background-color: #F0F0F0;
    cursor: none;
}

#tdKeyPress, #tdKeyDelay, #tdTimes
{
    font-size: 8pt;
    font-family: Tahoma;
    color: Black;
    font-weight: normal;
    padding: 1px;
}
input
{
    font-size: medium;
    padding:3px;
    background-color:#e3e9ff;
    border:thin solid silver;
    border-radius:5px;
    box-shadow:2px 2px 2px silver;
    font-weight: bold;
}
button
{
    margin-bottom:1px;
    font-size: small;
    font-weight: bold;
    vertical-align: middle;
    min-width:180px;
    text-align:center;
    border:1px solid silver;
    border-radius:5px;
    box-shadow:3px 3px 3px gray;
    padding:5px;
    cursor:pointer;
    transition-property: color,background-color,box-shadow;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
    transition-delay: 100ms;
}
.key{
    color:black;
    background-color: white;
    font-size:x-large;
    padding:3px 5px;
    border:thin white solid;
    border-radius: 8px;
    font-weight:normal;
    box-shadow: 1px 1px 1px grey;
    min-width:70px;
    height:65px;
    margin:2px;
    font-family: sans-serif;
}
#divMessage
{
    font-size: medium;
    color: Navy;
    padding: 10px;
}
li
{
    margin-bottom: 3px;
}
h1
{
    color: red;
    margin: 3px;
    padding: 3px;
    font-size:x-large;
}
h2
{
    color: red;
    margin: 2px;
    padding: 2px;
    font-size:large;
}
h3
{
    color: blue;
    margin: 2px;
    padding: 2px;
    font-size:large;
}
h4
{
    color:blue;
    font-size:large;
    text-align:center;
    margin: 2px;
    padding: 2px;
    font-weight:bold;    
}
#ads
{
    text-align:center;
    padding:5px;
    background-color:seashell;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    min-height:40px;
}
img
{
    vertical-align:middle;
}
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "YES";
    padding-left: 10px;
    background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}