﻿/* General declarations */

body
{
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    text-align: center;
    padding:50px;
}

a
{
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border-style: none;
}

/* Master page declarations */

#HeaderBar
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 40px;
    background-color: #FE0000;    
}

#HorizontalLine
{
    position: absolute;
    top: 50px;
    left: -1px;
    width: 100%;
    height: 1px;
    background-image: url(../Images/HorizontalDots.gif);
    background-repeat: repeat-x;
}

#MainContent
{
    position: absolute;
    left: 0px;
    top: 55px;
    width: auto;
    height: auto;
}

#CloseButton
{
    position: absolute;
    right: 0px;
    cursor: pointer;
    cursor: hand;
}
