﻿
#content h1
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 7px;
    margin-top: 0;
}

#content h3
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 14px;
    margin-top: 13px;
}

#content h2
{
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 14px;
    margin-top: 13px;
}

input[type="text"]
{
    width: 200px;
}

input[type="password"]
{
    width: 200px;
}

input[readonly]
{
    background-color: #E0E0E0;
}





/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: white;
    font-size: .80em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: black;
    min-width: 600px;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: black;
    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;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #747F81;
    border: none;
    line-height: 1.5em;
    font-size: 1.5em;
}

.main
{
    padding: 0px 0px 0px 0px;
    margin: 12px 8px 8px 12px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TOP MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: White;
    width: 100%; /* 	border-top: 1px solid #747F81; 	border-bottom: 1px solid #747F81;     */
}

div.menubackground
{
    background-color: #D2D8DC;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 10px solid #021D3B;
    height: 45px;
}

div.menu
{
    position: absolute;
    top: 80px;
    padding: 0px 0px 0px 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li
{
    /*background:url("gvGradient.gif") repeat-x scroll center top #9C9AB7;*/
    background-color: #D2D8DC;
    padding: 8px 10px 5px 10px;
    color: #021D3B;
    display: block;
    line-height: 1.35em;
    text-decoration: none;
    white-space: nowrap;
}


div.menu ul li a:hover
{
    background-color: #021D3B;
    color: #ffffff;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #021D3B;
    color: #ffffff;
    text-decoration: none;
}

div.menu .selected
{
    background-color: #021D3B;
    color: #ffffff;
    text-decoration: none;
}


/* LEFT MENU   
----------------------------------------------------------*/



div.leftMenu
{
    padding: 4px 0px 4px 0px;
    background-color: #E5E9EC;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    width:200px;
}

div.leftMenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.leftMenu ul li a
{
    color: #021D3B;
    display: block;
    line-height: 1.35em;
    text-decoration: none;
    white-space: nowrap;
}

div.leftMenu ul li a:hover
{
    color: #ffffff;
    text-decoration: none;
}

div.leftMenu ul li a:active
{
    color: #ffffff;
    text-decoration: none;
}

div.leftMenu .level1
{
    padding: 4px 20px;
}

div.leftMenu .level2
{
    padding: 4px 30px;
}

div.leftMenu .level3
{
    padding: 4px 40px;
}

div.leftMenu .selected
{
    text-decoration: none;
    background-image: url("../Images/menuarrow.gif");
    background-repeat: no-repeat;
    background-position: left center;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 1em;
    padding: 5px;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1em;
    font-weight: bold;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

.fieldlabelpair
{
    clear: both;
    float: none;
    margin: 0.5em 0px;
}

.fieldlabelpair label
{
    float: left;
    width: 150px;
    padding-top: 2px;
}

.fieldlabelpair textarea, input
{
    float: right;
}

.literallabelpair
{
    clear: both;
    float: none;
    margin: 0.5em 0px;
}

.literallabelpair label
{
    float: left;
    width: 150px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    margin-bottom: 15px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 0px;
}

.loginDisplay a:link
{
    color: gray;
}

.loginDisplay a:visited
{
    color: gray;
}

.loginDisplay a:hover
{
    color: gray;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
