﻿body
{
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: Black;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

li
{
    list-style: none;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

.liAlignCenter
{
    padding-bottom: 20px;
    text-align: center;
    list-style: none;
}

#login_menu
{
    padding-left: 200px;
    float: left;
    line-height: 12px;
    text-align: right;
}

.logintextbox
{
    width: 200px;
    margin-left: 10px;
}

.liAlignLeft
{
    padding-bottom: 20px;
    text-align: left;
    list-style: none;
}

.liFixed
{
    padding-bottom: 20px;
    text-align: left;
    padding-left: 150px;
    list-style: none;
}

a.footerLink
{
    color: #FFFFFF;
    text-decoration: underline;
}

p
{
    margin-bottom: 20px;
    margin-left: 5px;
    font-size: 14px;
}

legend
{
    font-size: 14px;
    position: relative;
}

.loginformDiv
{
    padding: 8px 2px 8px 2px;
    font-size: 14px;
}

.loginformDiv label
{
    display: block;
}

.loginformDivInline label
{
    padding: 8px 2px 8px 2px;
    display: inline;
}

.validation-summary-errors
{ 
    width: 550px;
}
span.validation-summary-errors
{
    border-bottom-color: #D9FFB2;
    display: block;
}
ul.validation-summary-errors
{
    margin: 0;
    padding: 0;
    border-top: none;
}
