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/admin_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: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
    font-size: 9pt;
    line-height: normal;
    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;
}

#page-container .step-title
{
    line-height: 2rem;
}


.scheduledEventOccurrenceList
{
    max-width: 750px;
    font-size: 0.9em;
}

.scheduledEventOccurrenceList .scheduledEventType
{
    width: 400px;
    max-width: 425px;
}

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;
}

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