/* 
    Document   : smallHeader
    Created on : 09/10/2013, 9:58:08 AM
    Author     : John
    Description:
        stylesheet for some parts of the small header
*/

    body{
        vertical-align:middle;
        text-align:center;
        margin: 5px auto;
    }
    td  {
        margin:0px;
        padding:0px;
        font-family: Verdana;
        font-size:10px;
    }

    h1
    {
        font-size:16px;
        text-align:center;
    }

    .utbHdr {
        background-color:white;
        font-size:6px;
        width:50px;
    }

    .centering
    {
        text-align:center;
        vertical-align: middle;
        margin: 0 auto;
    }

    #loginTable{
        border-style: solid;
        border-color: #B8C8A9 #79866F #79866F #B8C8A9;
        border-width: 2px;
        width:500px;
        height: 320px;
        background-color: White;
        vertical-align: middle;
        text-align:center;
    }

    #loginTable .login{
        color: White;
        width: 300px;
        height: 75px;
        font-weight:bold;
        text-align:center;
    }

    #footer{
        background-color: transparent !important;
    }
    #footer p {
        color:#000 !important;
    }
    #footer a {
        color: teal !important;
    }


