﻿/*
(c)2008, Michael W. Gries
creation date: 2008-01-30
last modified: 2010-02-27
*/
body
{
    position: relative;
    top: auto;
    display: block;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: large;
    vertical-align: bottom;
    margin-bottom: 0px;
    padding-bottom: 0px;
}



#LogoField
{
    background-position: center;
    background-image: url('http://www.gries.name/Michael/MichaelGries.gif');
    background-repeat: no-repeat;
    position: relative;
    display: block;
    text-align: center;
}

#OEL
{
    position: relative;
    display: block;
    text-align: center;
}

#Copyright
{
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #808080;
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
}
#Index
{
    padding: 10px;
}

#inpT
{
    visibility: hidden;
}

#btnG
{
    visibility: hidden;
}