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/invoice_site_2023_header.jpg) no-repeat top left;
}

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


/*
#page-container #logo-globe
{
    width: 201px;
    height: 206px;
    background: url(../images/iatf_globe.jpg) no-repeat top left;
}

#page-container #logo-globe h2
{
    display: none;
}


#page-container #logo-title
{
    position: absolute;
    width: 799px;
    height: 107px;
    top: 0px;
    left: 201px;
    background: url(../images/registration_top.jpg) no-repeat top left;
}

#page-container #logo-title h3
{
    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: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 9pt;
    color: rgba(255, 255, 255, 100);
}


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

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

A.step-enabled, A.step-enabled:visited
{
    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;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 14pt;
    left: -30px;
}

.formErrors
{
    color: red;
}

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

.stdBtn{
    background-color:rgba(18, 36, 90,1);
    border:1px solid rgba(18, 36, 90,1);
    padding: 0.5em 2em 0.5em 2em;
}

.stdBtn:hover {
    background-color:rgba(101, 183, 220, 1);
    padding: 0.5em 2em 0.5em 2em;
}

#submit{
    background-color:rgba(18, 36, 90,1);
    border:1px solid rgba(18, 36, 90,1);
    padding: 0.5em 2em 0.5em 2em;
}

#submit:hover{
    background-color:rgba(101, 183, 220, 1);
    padding: 0.5em 2em 0.5em 2em;
}

#submit:disabled {
    background-color:rgba(18, 36, 90,0.3);
    cursor: wait;
}

a.Btn{
    border:1px solid rgba(18, 36, 90,1);
    padding: 0.5em 2em 0.5em 2em;
}
a:link.Btn, a:visited.Btn, a:active.Btn{ 
    color:rgba(18, 36, 90,1);
    padding: 0.5em 2em 0.5em 2em;
}
a.Btn:hover{
    background-color:rgba(101, 183, 220, 1);
    padding: 0.5em 2em 0.5em 2em;
}

.BtnInverse, #cancel {
    color: rgba(18, 36, 90,1);
    border:1px solid rgba(18, 36, 90,1);
}

.BtnInverse:link, .BtnInverse:visited, .BtnInverse:active, #cancel:link, #cancel:visited, #cancel:active{
    color: rgba(18, 36, 90,1);
}

.BtnInverse:hover, #cancel:hover{
    background-color:rgba(18, 36, 90,1);
}

.hint .description {
    font-size: 0.7em;
}

#btnProceed {
    margin-top: 5em;
}

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