/* New Look And Feel*/
#bodyContainer
{
    margin-left: 15%;
    margin-right: 15%;
}
#mainMenu
{
    position: relative;
    width: 100%;
    background-image: url(/staticContent/Content/images/top_nav_background_home_IMPRX.png);
    background-repeat: repeat-x;
}
#menuItems
{
    margin-left: 15%;
    font-size: 14px;
    color: #fff;
}
.selected_menu_item
{
    background-image: url(/staticContent/Content/images/active_page_indicator_IMPRX.png);
    background-repeat: repeat;
    border: 1px solid #005DA9;
    color: #7f99cc;
    height: 30px;
    padding: 5px 20px 5px 10px;
}
.menuItem
{
    height: 40px;
    color: #fff;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    position: relative;
}
.menuItem a
{
    color: #fff;
}
#headerBar
{
    margin-left: 15%;
}
#headerBar #logo img
{
    vertical-align: top;
    padding: 30px 0 0 0px;
}
#accessBox
{
    color: #40485a;
    height: 40px;
    width: 361px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #e0e6f3;
    color: #000;
    font-size: 16px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 10px;
    margin-right: 15%;
}
#accessBox #greetings
{
    display: inline;
    width: 40%;
}
#accessBox #buttons
{
    display: inline;
    position: absolute;
    right: 5px;
}
.button
{
    display: inline;
    background-color: #7f99cc;
    padding: 5px;
    border-radius: 5px;
    font-style: italic;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFF;
}
.button2
{
    display: inline;
    background-color: #005DA9;
    padding: 10px 10px 15px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFF;
    font-style: italic;
}
#accessBox #buttons .button a
{
    color: #FFF;
    text-decoration: none;
}
#mainContent
{
    font-size: 16px;
    width: 100%;
}
#leftColumn
{
    font-size: 14px;
    float: left;
    position: relative;
}
#rightColumn
{
    font-size: 14px;
    float: right;
    margin-top: 30px;
}
#mainContent table
{
    margin: 0 10% 0 10%;
}
#mainContent table tr td
{
    background-color: White;
}
#mainContent table tr td p
{
    font-size: 14px;
}
#logonDiv
{
    background-color: #e0e6f3;
}
#logonDiv table tr td
{
    background-color: #e0e6f3;
}
#logonDiv a
{
    font-style: italic;
    font-size: 14px;
    color: #104cc3;
}

#registrationDiv
{
    padding: 70px 20px 0 0;
}
#invitation_registration_box
{
    float: right;
    margin-top: 30px;
    padding: 10px 10px 0 10px;
    background-image: url(/staticContent/Content/images/intro_yellowbox_IMPRX.png);
    background-repeat: repeat;
}
#button button:hover
{
    background-color: #7f99cc;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFF;
}
.flagCorner
{
    margin-top: 10px;
    float: left;
    background-image: url(/staticContent/Content/images/flag_left_corner.png);
    width: 9px;
    height: 36px;
}
#relatedLinks ul
{
    list-style-image: url(/staticContent/Content/images/arrow.png);
}
#relatedLinks a
{
    color: #252634;
}
a
{
    text-decoration: none;
}
#h2_Overview
{
    color: #4488c0;
    font-size: 26px;
}
#h2_Overview a
{
    color: #fff;
    font-size: 20px;
}
#footerContainer
{
    padding: 4px 0 0 10px;
    height: 28px;
    width: 100%;
    float: left;
    background-image: url(/staticContent/Content/images/footer_background_IMPRX.png);
    background-repeat: repeat-x;
    color: #40485a;
    font-size: 10pt;
}
#footerContent
{
    margin-left: 15%;
}

/* REGISTRATION PROCESS*/
.row
{
    width: 50%;
}
.column
{
    width: 50%;
}

#dynamicImages
{
    width: 428px;
    height: auto;
    margin: 0px;
}

#centertable
{
    text-align: center;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

