﻿body
{
    font-size: 14px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0 auto;
    padding: 0;
    border: 0; /* This removes the border around the viewport in old versions of IE */
    width: 100%;
    background: #fff;
    min-width: 768px;
    max-width: 1063px; /* The min-width property does not work in old versions of Internet Explorer */
}

#header
{
    clear: both;
    height: 135px;
    background-image: url('images/bg_header_global.png');
    position: relative;
    background-repeat: no-repeat;
    background-color: white;
}

#logo-container
{
    position: absolute;
    top: 24px;
    left: 50px;
}

#portal-name
{
    position: absolute;
    top: 59px;
    left: 84px;
    color: white;
}

#footer
{
    clear: both;
    height: 100px;
    background-color: white;
    filter: 0;
    background-repeat: no-repeat;
}

#footer p
{
    padding: 10px;
    margin: 0;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.pErrorMsg
{
    color: red;
}

/* Util classes */
/* spacer class to add top margin */
.space1 {
    margin-top: 5px;
}
.space2 {
    margin-top: 10px;
}
.space3 {
    margin-top:15px;
}
.space4 {
    margin-top: 20px;
}
.space5 {
    margin-top: 25px;
}
.space6 {
    margin-top: 30px;
}
.space7 {
    margin-top: 35px;
}
.space8 {
    margin-top: 40px;
}
.space9 {
    margin-top: 45px;
}
.space10 {
    margin-top: 50px;
}
