﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html 
{
    overflow-y: scroll
}

body
{
    background-color: #fff;
    font-size: .75em;
    font-family: Calibri, Verdana, Helvetica, Sans-Serif;
    margin: 50px;
    padding: 0;
    color: #000;
    text-align: center;
}

a:link
{
    color: #000;
    text-decoration: underline;
}

a:visited
{
    color: #000;
}

a:hover
{
    color: #8bcede;
    text-decoration: none;
}

a:active
{
    color: #8bcede;
}

a img, a:link img, a:visited img, a:hover img, a:active img, img
{
    border: 0;
}

legend
{
    color: #000;
}

p, ul
{
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 24px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #8bcede;
    font-family: Garamond, serif;
    font-variant: small-caps;
    margin: 50px 0 0 0;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child
{
    margin: 0;
}

h1
{
    font-size: 26px;
    letter-spacing: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    font-size: 21px;
    letter-spacing: 3px;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* 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;
}

/* TABLE
----------------------------------------------------------*/

table 
{
    border-collapse: collapse;
}

table tr, table td
{
    line-height: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
    text-align: left;
}

fieldset label.inline 
{
    display: inline;
    font-size: small;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 225px;
    border: 1px solid #ccc;
}

input[type="password"] 
{
    width: 225px;
    border: 1px solid #ccc;
}

input[type="checkbox"]
{
    vertical-align: middle;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

table#title
{
    display:block;
    float:left;
    text-align:left;
}

#pagetitle
{
    display: block;
    text-align: right;
}

#logindisplay
{
    text-align: left;
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:#000;
}

#logindisplay a:link
{
    color: #000;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: #000;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: #000;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

form 
{
    margin: auto;
    width: 275px;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.indent
{
    margin-left: 50px;
}
