.pan-menu {
    background: none repeat scroll 0 0 rgb(70, 80, 88);
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.pan-header {
        height: 80px;
        background-position: left;
        background-repeat: no-repeat;
        background-color: transparent;
        background-image: url('../images/msci_logo_v2.png');
    }

.header {
    background-color: rgb(255, 255, 255);
    border-bottom: 4px solid #ffb838;
}

.navigation {
    height: 30px;
    border-left: 0 solid rgb(59, 90, 104);
    margin-top: 0;
    position: relative;
    float: right;
}

.navigation a:hover {
    height:30px;
    color: rgb(255, 184, 56);
}

.navigation a {
    height:30px;
    text-rendering: optimizelegibility;
    border-left: 1px solid rgb(64, 69, 75);
    border-right: 1px solid rgb(64, 69, 75);
    color: rgb(255, 184, 56);
    display: inline-block;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px ;
    text-decoration: none;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
}

.error_message_style {
        position: relative;
        margin: 0 0 9px;
        font-size: 80%;
        color: red;
}

th{
    white-space: nowrap;
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    min-height: 100%;
    height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    height: 100%;
    padding: 0;
    font-family: "DIN Next W01 Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
}

b, strong {
    font-weight: 700;
}

.smaller {
    font-size: 80%;
}

fieldset {
    border: 0 none;
}



.logo {
    margin-left: -20px;
    display: block;
    float: left;
    height: 108px;
    overflow: hidden;
    padding-left: 0;
}

.logo img {
    height: 108px;
}

.box-shadow {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 4px 1px #aaa;

}

.page-title {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 3px;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
}

.page-title h1 {
    line-height: 180%;
}

.page-title span {
    font-size: 80%;
}

.alert-danger {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
}

.alert {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 15px;
}


.field input.error, .field select.error {
    border-color: #A94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

label.error {
    color: #A94442;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
}


.footer {
    color: #84878C;
    font-size: 12px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.form-actions button[type=submit], a.msci-btn {
    background: none repeat scroll 0 0 #042D6F;
    border: 1px solid #6580A7;
    color: #fff;
    font-weight: 600;
    padding: 10px;
}

.msci-btn {
    font-weight: normal;
    text-decoration: none;
}

.breadcrumb-header-area {
    font-family: "DIN Next W01 Regular";
    font-size: 24px;
    color: #ffb838;
    position: relative;
    margin: 10px 0;
    padding: 5px 10px 5px 10px;
    background: none repeat scroll 0 0 rgb(52, 98, 121);
    background-color: rgb(52, 98, 121);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

.breadcrumb-header-area a:link {
    text-decoration: none;
    color: #ffffff;
}

.breadcrumb-header-area  a:visited {
    text-decoration: none;
    color: #ffffff;
}

.breadcrumb-header-area a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.breadcrumb-header-area a:active {
    text-decoration: underline;
    color: #ffffff;
}

.main_nav:hover {
    color: rgb(51, 98, 121);
    background: none repeat scroll 0 0 rgb(255, 182, 69);
}

.main_nav {
    margin: 20px 0;
    font-family: "DIN Next W01 Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    background: none repeat scroll 0 0 rgb(51, 98, 121);
    color: rgb(255, 255, 255);
    padding: 10px 20px 8px;
    font-size: 1.14em;
    transition: all 0.3s ease 0s;
}



