#MainHeaderTable, 
#MainHeaderTable tr:first-child { background: none; }
#MagicBody { margin-top: 0px; }
#MainHeaderSubMenu { background: none; }

.MagicOuterTable {
    background-color: white;
    border: 1px solid #000;
}

#MagicBody {
    background-color: white;
    background: none;
}

.magic-unauthenticated .MagicMenuCell { display: none; }
.MagicContentTable { background: none; }

.header-actions-link {
    text-decoration: none;
    color: black;
    font-size: 14px;
    border: 1px solid black;
    padding: 7px 15px;
    border-radius: 5px;
}

#header-table td.nopad a.nopad {
    float: left;
    margin: 10px;
}

.logo-img {
    max-width: 300px;
    max-height: 75px;
    margin-left: 16px;
}

.magic-unauthenticated .MagicContentCell { 
    padding: 0px 24px 24px 24px;
}

.login-info-content {
    vertical-align: top; 
    width: 475px; 
    display: inline-block;
}

#login-form-wrapper {
    border: 1px solid black;
    display: inline-block;
    width: 400px;
    margin-left: 35px;

    /*NEW */
    padding: 32px 10px 32px 10px;
    border: 1px solid #1a3966;
    border-radius: 8px;
    /*NEW */
}



#login-form-table { border: none; }
#login-form-table tr:first-child { display: block; }

#login-form-table td.poweredBy { display: none; }

#login-form-wrapper #login-email, 
#login-form-wrapper #login-password {
    padding: 7px;
    width: 100%;
    border: 1px solid #1a3966;
    border-radius: 5px;
    margin-left: 23px;
}

#login-form-wrapper input[value="Login"] {
    margin-right: 85px;
    border: none;
    padding: 9px 25px;
    border-radius: 6px;
    vertical-align: top;
    margin-top: 16px;
    cursor: pointer;
    background-color: #eee;
    color: black;
}


.ott-text-header {
    color: #1A3966;
}
.ott-main-head { font-size: 21pt; }
.ott-sub-head { font-size: 18pt; }

.ott-text-reg {
    font-size: 14px;
    line-height: 1.6;
}



.MagicCompanyFooter { 
    text-align: center; 
    background-color: #f0f1f2;
    padding-bottom: 5px;
    color: #61696e;
}

.MagicCompanyFooter td { 
    line-height: 2; 
    border-top: 4px solid #caced1;
}


.MagicCopyRight a {
    text-decoration: none;
    color: white;
}

.MagicCopyRight {
    background-color: #1a3966;
    height: 47px;
    color: white;
}

.MagicMenuCell { background: none; }
#Sidebar { background: none; }

#MagicWrapper { 
    #border-left: 1px solid #1a3966;
    #border-right: 1px solid #1a3966;
    width: 1005px;
    height: auto;
}


