﻿body 
{
    font-family: Helvetica Neue, Arial, Sans-Serif;
    font-size: 11pt;
}

body#admin {
    background: #fff;
}
        
header 
{
    position: relative;
}

header>h1 
{
    width: 350px;
    height: 84px;
    padding: 25px 0 40px 25px;
}

h1 
{
    font-size: 18pt;
    font-weight: bold;
    margin: 5px 0 10px 0;
}

h2 
{
    font-weight: bold;
    font-size: 18pt;
    margin: 0 0 5px 0;
}

h3 
{
    font-weight: bold;
    font-size: 15pt;
    margin: 0 0 5px 0;
}

h4 {
    font-weight: bold;
    font-size: 13pt;
    margin: 0 0 5px 0;
}

p 
{
    margin: 10px 0;
}

a 
{
    color: #5987a1;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

hr {
    border-top: 1px solid #ccc;
}

ol.numbered
{
    padding-left: 20px;
}

ol.numbered li 
{
    list-style: decimal outside;
}

ol.letter-small {
    margin-left: 30px;
}

ol.letter-small li {
    list-style: lower-alpha outside;
}

ol.lower-roman {
    margin-left: 30px;
}

ol.lower-roman li {
    list-style: lower-roman;
}

ul.bullet li {
    margin-left: 30px;
    list-style-type: disc;
}

ul.padded {
    margin-left: 30px;
}

ul.padded li, ol.padded li {
    margin: 4px 0;
}

ul.padded li input {
    margin-right: 5px;
}

.ui-button-text img {
    vertical-align: text-top;
}

table td.center {
    text-align: center;
}

footer 
{
    width: 960px;
    margin: 0px auto;
    font-size: 10px;
    padding: 6px 4px;
    clear: both;
}

#footer2
{
    margin: 0px auto;
    padding: 0px;
    width: auto;
}

input[type="button"], input[type="submit"], input[type="reset"]
{
    padding: 2px 10px;
}

input[type="text"], input[type="password"] {
    padding: 1px;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 5px;
}

label img {
    pointer-events: none;
}

address {
    font-style: normal;
    font-weight: normal
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

#site>form>div#content, #site>form>div#info
{
    width: 960px;
    margin: 0px auto;
    background-color: #fff;
    overflow: hidden;
}

#site form div#info {
    padding: 0 0 10px 0;
}
#site form div#info div {
    padding: 5px;
}

div.btnWrapper {
    margin: 0 auto;
    width: 190px;
}

#md-content {
    margin: 0 0 10px 0;
}

#admin>form>div#content
{
    background-color: #fff;
    overflow: hidden;
}
/*
#admin > form > div#content.new-member-config {
	width: 100%;
	padding: 0;
	margin: 0;
}

#admin > form > div#content.new-member-config #main-window {
	width: 70%;
	margin: 0 auto;
}
*/

#admin>form>div#content>#main-window {
    margin: 0px auto;
    width: 960px;
    padding-top: 15px;
}


ol.form-step-container {
    overflow: hidden;
    width: 100%;
    list-style: decimal inside;
    background: url(../_images/form-step-inactive-box.png) left center;
    display: table;
}

ol.form-step-container li {
    display: table-cell;
    text-align: center;
    padding: 12px 10px 12px 40px;
    background: url(../_images/form-step-complete-completetip.png) left center;
    color: #ccc;
}

ol.form-step-container li:first-child {
    padding: 12px 15px 12px 20px;
    background: url(../_images/form-step-complete-box.png) left center;
}

ol.form-step-container li.active {
    background: url(../_images/form-step-active-completetip.png) left center;
    color: #fff;
}

ol.form-step-container li.active:first-child {
    background: url(../_images/form-step-active-box.png) left center;
}

ol.form-step-container li.active ~ li {
    background: url(../_images/form-step-inactive-inactivetip.png) left center;
    color: #000;
}

ol.form-step-container li.active + li {
    background: url(../_images/form-step-inactive-activetip.png) left center;
}

#copyright 
{
    float: left;
    margin: 0px;
}

#ncua 
{
    float: right;
}

#ncua img 
{
    padding: 0 0 10px 10px;
}

#ncua p {
    float: left;
    margin: 0px;
    text-align: right;
}

#ctl00_ctl00_oasisFooter1_imgEHL, img[id$=imgEHL] {
    background: url(../_images/ehl.png) no-repeat 10px 0;
}

.tiny 
{
    font-size: 9pt;
}

#divHelpDialog {
    padding: 0px !important;
}

#divHelpDialog iframe {
    width: 99%;
    height: 98%;
    border: none;
}

.watermarkrequired {
    border: 1px solid #900;
    background-color: #FEE;
}

.important-text {
    color: #900;
}