﻿#LoginUser_RememberMeLabel,
#LoginUser_btnForgotPassword {
    font-size: 14px;
    font-family: arial;
    color: #C0C0C0;
}
#LoginUser_btnForgotUsername {
    font-size: 14px;
    font-family: arial;
    color: #C0C0C0;
}

#LoginUser_PasswordLabel_Label,
#LoginUser_Password,
#LoginUser_UserNameLabel_Label
{
    font-size: 14px;
    font-family: arial;
    color: #000000;
}
#LoginUser_UserName {
    font-size: 14px;
    font-family: arial;
    color: #000000;
}
.EmptyMessageStyle { color: Gray; }

.EnabledStyle {
    /*background-color: White;*/
    border-color: #ABC1DE; /* #A9A9C9;*/
}

.FocusedStyle {
    background-color: #F0F8FF;
    border-color: #00BFFF;
}

.HoverStyle {
    background-color: #E0FFFF;
    border-color: #40E0D0;
}

.InvalidStyle {
    background-color: Yellow;
    border-color: #DC143C;
}
/* START IF NEW */

.redtext { color: #FF0000; }
/*#statusheaderdiv 
{
    font-family:Verdana;
    font-size:14px;
    font-weight:bold;
    color:#525252;
    min-width: 98%;
    display:inline-block;
    white-space:nowrap;
}*/

.statusheader {
    background-color: #FFC0CB;
    padding: 10px;
}
.newsheader {
    background-color: #131313;
    padding: 10px;
    font-size: 14px;
}
.groupheader {
    background-color: #CCCCCC;
    color: Black;
    display: inline-block;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    min-width: 99%;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

.validationfooter {
    /*background-color:#CCCCCC;*/
    background-color: #E7D9D9;
    color: Black;
    display: inline-block;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    min-width: 99%;
    padding: 10px;
    text-align: left;
    white-space: nowrap;
}

.displayrow span.lblspan {
    background-color: White;
    color: #525252;
    display: inline-block;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    min-height: 27px;
    min-width: 203px;
    padding-left: 5px;
    padding-top: 7px;
    text-align: left;
    vertical-align: top;
}

.displayrow span.resspan {
    background-color: #F0F1F2;
    color: #525252;
    display: inline-block;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    min-height: 27px;
    min-width: 233px;
    padding-left: 5px;
    padding-top: 7px;
    text-align: left;
    vertical-align: top;
}

.sectiontitle {
    color: Black;
    font-family: Verdana;
    font-size: x-large;
    font-weight: bold;
    padding-left: 7px;
    width: 100%;
}

.sectiontitlelight {
    font-size: larger;
    font-weight: Normal;
    padding-left: 5px;
}

/* END IF NEW */

/* DEFAULTS
----------------------------------------------------------*/

body {
    background: white;
    color: White; /*#322A2A; /* #696969; */
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: .80em;
    margin: 0px;
    padding: 0px;
}

a:link, a:visited { color: #034af3; }

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active { color: #034af3; }

p {
    line-height: 1.6em;
    margin-bottom: 10px;
    padding-left: 20px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: White; /* #322A2A; */
    font-size: 1.5em;
    font-weight: 200;
    margin-bottom: 0px;
    padding-top: 10px;
    /*font-variant: small-caps;*/
    text-transform: none;
}

h1 {
    font-size: 1.6em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
    padding-left: 20px;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
}

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 {
    background-color: #fff;
    border: 1px solid #496077;
    margin: 20px auto 0px auto;
    width: 100%;
}

.header {
    background: #4b6c9e;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}

.header h1 {
    border: none;
    color: #f9f9f9;
    font-size: 2em;
    font-weight: 700;
    line-height: 2em;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.main {
    margin: 14px 8px 8px 8px;
    min-height: 100%;
    padding: 0px 14px;
}

.leftCol {
    margin: 14px 8px 8px 8px;
    min-height: 200px;
    padding: 6px 0px;
    width: 200px;
}

.footer {
    color: #4e5766;
    line-height: normal;
    margin: 0px auto;
    padding: 8px 0px 0px 0px;
    text-align: center;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu { padding: 4px 0px 4px 8px; }

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: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover {
    background-color: #BDC9C9; /* #bfcbd6; */
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active {
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #AB9393;
    margin: 1em 0px;
    padding: 1em;
}

fieldset p { margin: 2px 14px 10px 10px; }

fieldset.login label, fieldset.register label, fieldset.changePassword label { display: block; color:#1C1C1C }

fieldset label.inline { display: inline; color: #1C1C1C}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #1C1C1C;
    /*font-style:italic;*/
}

input.textEntry {
    border: 1px solid #7B9393;
    width: 250px;
    /*font-style:italic;*/
}

input.passwordEntry {
    border: 1px solid #7B9393;
    width: 320px;
}

div.accountInfo {
    max-height: 300px;
    max-width: 750px;
    min-width: 750px;
    padding-left: 20px;
}

/* MISC  
----------------------------------------------------------*/

.clear { clear: both; }

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

/*.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: Gray;
}
*/

.loginDisplay a:visited { color: Gray; }

.loginDisplay a:hover { color: Gray; }

.failureNotification {
    color: #E7314A;
    font-size: 1.2em;
    padding-left: 0px;
}

.bold {
    background-color: White;
    font-weight: bold;
}

.submitButton {
    padding-left: 0px;
    text-align: left;
}