﻿
    .Table
    {
        display: table;
    }
    .Title
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }
    .Heading
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
    .Row
    {
        display: table-row;
    }
    .CellBoxed
    {
        display: table-cell;
        border: solid;
        border-width: thin;
        padding-left: 2px;
        padding-right: 0px;
    }
    
    .CellUnboxed
    {
        display: table-cell;
        border: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

.sectionTitle
{
    font-size:14px; 
    font-weight:bolder; 
    color:#B35603;
}


.sectionContent
{
    font-size:11px; 
    font-weight:bolder; 
}

.failureNotification 
{
    font-size: 1.2em;
    color: #A30000;
    font-weight: bold;
}

.required {
    color: #A30000;
    font-weight: bold;
    font-size: 1.2em; /* 14px */
}

.buttonAsLink {
    background-color: transparent;
    border: none;
    color: #004488 !important;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold
}


#pwdRule {
    margin-left: -15px;
    text-decoration-line: underline;
    font-size: 24px;
    text-align: start;
}

a:active, a:link {
    color: #125287
}

a:focus, a:hover {
    text-decoration: none;
    color: #092743
}

ol {
    list-style-type: decimal;
}

.asa24-logo-link {
    cursor: pointer;
}