body
{
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    background-color: #F6F6F6;
    margin: 0px;
    padding: 0px;
}

a
{
    color: rgba(12, 49, 131, 1);
    text-decoration: underline;
}

a:visited
{
    color: rgba(12, 49, 131, 1);
}


a:hover
{
    color: rgba(101, 183, 220, 1);
    text-decoration: none;
}

a:active
{
    color: rgba(101, 183, 220, 0.6);
}

#page-container
{
	position: relative;
    background-color: #FFFFFF;
    top: 0px;
    bottom: auto;
    width: 1000px;
    padding: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: left;
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
}

#page-container #header
{
    padding: 0px;
    margin: 0px;
}

#page-container #top-bar
{
    width: 1000px;
    height: 136px;
    background: url(../images/iaqg/information_site_2023_header.jpg) no-repeat top left;
}

#page-container #top-bar h2
{
    display: none;
}


#page-container #menu
{
    position: absolute;
    width: 1000px;
    height: 20px;
    top: 136px;
    background: url(../images/iaqg/iaqg_2023_menu-bar.png) no-repeat top left;
    padding-top: 9px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 9pt;
    color: rgba(255, 255, 255, 100);
}


#page-container #body
{
    position: relative;
    width: 805px;
    top: 60px;
    padding-top: 0px;
    padding-bottom: 100px;
    left: 95px;
    min-height: 500px;
    overflow-x: hidden;
}

.step-title
{
    font-size: 24pt;
}

A.step-enabled
{
    color: rgba(255, 255, 255, 1);
}

A.step-enabled:hover
{
    color: rgba(255, 255, 255, 0.8);
}

.step-disabled
{
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
}

.step-current
{
    color: rgba(255, 255, 255, 100);
    font-weight: bold;
    font-size: 9pt;
}

dl
{
    position: relative;
    left: 50px;
    width: 700px;
}

dt
{
    width: 250px;
    position: relative;
    float: left;
    margin-right: 25px;*/
}

dd
{
    margin-left: 0px;
    /*position: relative;*/
    margin-bottom: 30px;
    clear: none;
}

.fieldNotes
{
    display: block;
    float: none;
    position: relative;
    clear: both;
    font-size: 10pt;
    font-style: italic;
    width: 650px;
    padding-top: 10px;
}

ul.errors
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

ul.errors li
{
    
    font-size: 11pt;
    font-style: italic;
    color: red;
}

p.hint
{
    position: relative;
    clear: bold;
    float: none;
    margin: 0px;
    padding-top: 40px;
    font-weight: bold;
    font-size: 14pt;
    left: -30px;
}

.formErrors
{
    color: red;
}

.tableCell
{
    vertical-align: top;
    padding: 5px;
}

#copyright
{
    margin-top: 0.3em;
    font-size: 0.8em;
    color: rgba(0,0,0,0.8);
}