﻿html, body {
    width: 99%;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 0.95em;
    margin: 0;
    padding: 0;
}
form 
{
    margin: 10px;
}

.header
{
    background-color: #339990;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: -2px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    border: none;
    font-size: 2em;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    text-align: right;
    padding: 10px;
    color: White;
}

.dv
{
    position:absolute;
    margin-top:-20px;
    z-index: 99;
    display: none;
    width:200px;
    border:10px solid white !important;
}
.dv:hover
{
    display: block;
    width:200px;
}

.ib:hover + div > .dv
{
    display:block;
    width:100px;
}


.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.validatorCalloutHighlight 
{
    color: Red; 
}

div.hideSkiplink
{
	background-color:#c3d6e9;
	width:100%;
}


div.menu
{
    padding: 4px 0px 4px 8px;
    position: relative;
    z-index: 10000;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
	background-color: #333399;
	border: 1px #cccccc solid;
	color: #FFF;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* MODALPOPUP  
----------------------------------------------------------*/

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.modalPopup
{
    background-color: #FFFFCC;
    width: 300px;
    border: 3px solid #0DA9D0;
}
.modalPopup .header
{
    background-color: #2FBDF1;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}
.modalPopup .body
{
    min-height: 50px;
    line-height: 30px;
    text-align: center;
    padding:5px
}
.modalPopup .footer
{
    padding: 3px;
}
.modalPopup .button
{
    height: 23px;
    color: White;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background-color: #9F9F9F;
    border: 1px solid #5C5C5C;
}
.modalPopup td
{
    text-align:left;
}
.modalPopup table
{
    background-color: #FFFFCC;
}
