/* 
    Document   : eNummus
    Created on : 11/05/2010, 2:21:11 PM
    Author     : Shillam
    Description:
        Purpose of the stylesheet follows.
*/

root
{ 
    display: block;
}
body, td, a, p, input, select
{
    font-size: 14px;
    font-family: Tahoma, Arial;
}

body
{
    margin: 0px;
    background-color: #aa6644;
    width: 100%;
}

.page
{
    margin-left: 10%;
    margin-right: 10%;
    background-color: #ffffff;
    position: absolute;
    width: 80%;
    color: black;
}

.caption
{
    font-size: 11px;
    font-family: Tahoma;
}

.banner
{
    top: 0px;
    width: 100%;
    height: 79px;
    text-align: center;
    padding-bottom: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.linkbar
{
    margin: 0px auto;
    height: 22px;
    border-top: 2px solid #aa6644;
    border-bottom: 2px solid #aa6644;
    display: block;
    text-align: center;
}

.bannerimg
{
    margin: 0px auto;
    border: 0px;
    padding: 0px;
    display: block;
}

.text
{
    margin: 10px;
}

a
{
    color: blue;
}

a:visited
{
    color: blue;
}

.bannergrp
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.buttongrp
{
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}

a.button, a.button:visited
{
    position: static;
    height: 16px;
    text-align: center;
    width: 80px;
    border: #aa6644 1px solid;
    text-decoration: none;
    font-weight: bold;
    color: #aa6644;
    margin-top: 2px;
    margin-left: 2px;
    display: block;
    float: left;
    vertical-align: middle;
}

a.button:hover
{
    background-color: #eebb88;
}

.footer
{
    width: 100%;
    height: 20px;
    bottom: 0px;
    left: 0px;
    text-align: center;
}

.symbols
{
    table-layout: fixed;
}

.symbol
{
    width: 30px;
    height: 90px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    vertical-align: bottom;
}

.centreline
{
    
    height: 100%;
    width: 14px;
    margin: 0px;
    padding: 0px;
    border-right: 2px solid #663333;
}

.exergue
{
    
    border-top: 2px solid #663333;
    text-align: center;
}

.symbolText
{
    font-size: 20px;
}

h1
{
    font-size: 26px;
}

.header
{
    background-color: #CCCC99;
    padding: 5px;
    margin: 5px;
}

.groundline
{

}

.gkBar
{
    display: inline-block;
    width: 280px;
    height: 16px;
}

.gkBtn
{
    width: 14px;
    position: static;
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
    border: 1px solid #666666;
    color: #000000;
    text-decoration: none;
    text-align: center;
    height: 14px;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
}

.gkBtn:hover
{
    background-color: silver;
}

.gkBtn:visited
{
    color: #000000;
}

.txtChr
{
    width: 100px;
}

.txtLong
{
    width: 40%;
}




