﻿body
{
    border-width: 0px;
    margin: 0px;
    font-family: Arial;
    background: #F5F5F5 url(./images/body.jpg) repeat-x;
    padding: 0px 0;
    color: #000000;
}

h3
{
    color: #0000FF;
    font-weight: bold;
}

h4
{
    color: #0000FF;
    font-weight: bold;
}

#googlesearch
{
    visibility: hidden;
}

#wholepage
{
    width: 100%;
    text-align: center;
}

#content
{
    margin: 0px auto;
    clear: both;
    /*width: 1000px;*/
    text-align: left;
}

#header
{
    width: inherit;
    height: 60px;
    background-color: White;
    padding: 20px;
}

.MainMenuFullClick
{
    display: block;
}

.Wizard
{
    vertical-align: top;
}

.TableHeader
{
    margin: 0px;
    padding: 10px;
    border-top-style: groove; 
    border-bottom-style: solid;
    border-top-width: 1px; 
    border-bottom-width: 1px; 
    border-top-color: #000000; 
    border-bottom-color: #000000;
    background-image: url('./images/flag.jpg');
    /* for IE */
    filter:alpha(opacity=40);
    /* CSS3 standard */
    opacity:0.4;
}

.NoOpacity
{
    opacity:1;
    position: relative;
}
