﻿html, body
{
    font-family: Verdana;
    font-size: 10px;
    color: White;
    margin: 0;
    padding: 0;
    height: 100%;
}

a.topMenu:link, a.topMenu:visited 
{
    color: White;
	text-decoration: none;
}
a.topMenu:hover, a.topMenu:active 
{
    color: White;
	text-decoration: none;
}

.InputField
{
    border: solid 1px #cccccc;
    font-family: Verdana;
    font-size: 10px;
    height: 12px;
    padding: 2px 2px 2px 2px;
    height: 14px;
    vertical-align: middle;
    background-image: url(Gfx/text_bg.png);
    background-repeat: repeat-x;
}

.InputButton
{
    border: solid 1px #ffffff;
    color: #cccccc;
    font-family: Verdana;
    font-size: 10px;
    padding: 2px 3px 3px 3px;
    
    background-image: url(Gfx/button_bg.png);
    background-repeat: repeat-x;
}


#MainBG
{
    background-color: #820000;
    background-image: url(Gfx/main_bg.png);
    background-repeat: repeat-x;
    min-height: 414px;
}

.MenuBG
{
    background-color: #000000;
    background-image: url(Gfx/menu_bg.png);
    background-repeat: repeat-x;
    
}