﻿body
{
    margin: 0;
    background-color: #FFFFFF;
    font-family: Arial, Century, Sans-Serif;
    font-size: 0.8em;
}

p { line-height: 1.4em; }

hr { height: 1px; }

table td { text-align: left; vertical-align: top;}

img { border: 0px; }

a {color: #035bd5;}
a:visited {color: #5a708e;}

h5 { color: #2a6ac3; font-weight: bold; margin: 0px; margin-bottom: 0.5em;}

/* ---------------------------------------------------| Master Page */

div#EntireSite {}
div#Header 
{
    height: 110px;
    background-color: #CCCCCC;
    background-image: url('/Content/head_bg.png'); background-repeat: repeat-x;
    margin-bottom: 2em;
}
div#HeaderContent, div#Content 
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

div#HeaderName 
{
    font-size: 2.8em;
    color: #000000;
    height: 60px;
    width: 300px;
    padding-top: 14px;
    position: absolute;
}
div#HeaderName a
{
    text-decoration: none;
    color: #000000;
}

div#HeaderMenu
{
    position: absolute;
    left: 400px;
    top: 24px;
    width: 550px;
    height: 60px;
}
div#HeaderMenu .HeaderMenuItem
{
    float: left;   
    font-size: 1.4em;
    margin-right: 50px;
}

div#HeaderMenu .HeaderMenuItem a
{
    text-decoration: none;
    color: #000000;
}

div#HeaderMenu .HeaderMenuItem a:hover
{
    text-decoration: underline;
    color: #2969c0;
}

div#Footer 
{
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 80px;
    text-align: center;
    border-top: solid 2px #999999;
    background-color: #CCCCCC;
    color: #666666;
}


/* ---------------------------------------| Forms etc */
table.formFields td
{
    text-align: left;
    vertical-align: top;
}

.error
{
    color: #ff0000;
}
.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    color: #ff0000;
}
