a
{
    color: #346abf;
    text-decoration: underline;
}

a:visited
{
    color: #346abf;
}


a:hover
{
    color: #85e1f5;
    text-decoration: none;
}

a:active
{
    color: #e5f9fb;
}

#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 #logo-globe
{
    width: 201px;
    height: 206px;
    background: url(../images/aiag_admin_site_corner.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/aiag_admin_site_bar.jpg) no-repeat top left;
}

#page-container #logo-title h3
{
    display: none;
}


#page-container #menu
{
    position: absolute;
    width: 750px;
    height: 42px;
    top: 107px;
    left: 201px;
    background: url(../images/registration_grey-bar.jpg) no-repeat top left;
    padding: 12px;
    line-height: normal;
    font-size: 9pt;
}


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

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

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