html {
    background-color: #ededed;
}

body {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.container {
    width: 980px;
    height: 480px;
    margin: auto;
}

#top .container {
    height: 90px;
    position: relative;
}

.portal_page .inner .left {
    width: 450px;
}

.portal_page .inner .right {
    width: 400px;
}

.portal_page .form {
    white-space: nowrap;
    width: 190px;
}


.portal_page .form td.ctrl {
    padding-left: 10px;
    width: 100%;
    white-space: nowrap;
}


.portal_page .form td.label {
    white-space: nowrap;
    width: 200px;
    text-align: right;
    margin-right: 5px;
}

.login_page {
    padding-top: 39px;
}

.login_page .content .left {
    width: 325px;
}

.login_page .content .right {
    width: 590px;
}

body.no_top {
    background-position: 0 0;
    margin:0px;
    height: 440px;
}

h1, h2, h3, h4, h5 {
    color: #333;
}

div.content {
    background-color: #FFF;
    margin-bottom: 10px;
    position: relative;
    *position: static;      /* IE7 hack (* means ie7 only), relative not work in ie7 in iFrame. */
}

div.content-first {
    margin-top: 0;
    z-index: 1;
    margin-bottom: 14px;
}

.content .inner {
    padding: 16px 18px 24px;
}

.inner_header {
    padding-bottom: 0 !important;
}

.inner_header div.break {
    margin-bottom: 0 !important;
}

div.break {
    background: url(../img/bg_break_left.png) top left;
    height: 5px;
}

div.break div {
    background: url(../img/bg_break_right.png) no-repeat top right;
    float: right;
    height: 5px;
    width: 10px;
}

p {
    margin: 0 0 1.2857em;
}

h1 {
    font-size: 1.7143em; /* 24px */
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 1.5em; /* 36px */
    margin-bottom: 0.2083em;
    margin-top: 0;
}

h2 {
    font-size: 1.2857em; /* 18px */
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 1em; /* 18px */
    margin-bottom: 1.222em;
    margin-top: 0;
}

h2.br {
    margin-bottom: 0.666em;
    margin-top: 0.666em;
}

.portal_page .right p {
    margin-bottom: 35px;
}
a {
    outline: none;
}

a.btn, span.btn input, span.btn button {
    letter-spacing: -0.3001px;
}

a {
    background: no-repeat left center;
    color: #50a8d1;
    text-decoration: none;
}

a.down {
    background: url('../img/blue_arrow_down.png') no-repeat right 6px;
    padding-right: 15px;
}

.f11 {
    font-size: 11px;
}

#top a, .f12 {
    font-size: 0.857em !important;
}

span.btn{
    display: inline-block;
    line-height: 26px;
    text-decoration: none;
}

span.btn input, span.btn button, span.btn a{
    background-color: #284e95;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-grid;
    font-weight: 700;
    height: 26px;
    line-height: 26px;
    outline: none;
    border-color: inherit;
    border-style: none;
    border-width: medium;
    padding: 0 11px 0 8px;
    vertical-align: bottom;
}

.validation_error {
    background: #F9D2D3 url(../img/icons/error.png) no-repeat 7px 4px;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    margin: 0 3px 0 0;
    padding: 5px 10px 5px 30px;
}

.validation_info {
    background: #f9f9f9 url(../img/icons/info.png) no-repeat 8px 7px;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    margin: 0 3px 0 0;
    padding: 5px 10px 5px 30px;
}

.validation_ok {
    background: #e2f1de url(../img/icons/ok.png) no-repeat 8px 7px;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    margin: 0 3px 0 0;
    padding: 5px 10px 5px 30px;
}

.validation_error .validation_info .validation_ok ul {
    margin-top: 4px;
}

.validation_error .validation_info .validation_ok ul li {
    line-height: 12px;
    list-style-image: url(../img/icons/dot.png);
    margin-left: 15px;
}

.content .not_rounded {
    bottom: 0px;
    margin-bottom: 6px;
    background: #284e95 url("../img/bg_sub_menu_collapsed.png") no-repeat scroll bottom left;
    height: 7px;
    position: absolute;
    width: 100%;
    margin-bottom: -1px !important;
}

.text_input {
    background-color: #fafafa;
    border: solid 1px #bfbfbf;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 4px;
}

.w2 {
    width: 186px !important;
}

.none {
    background: #ededed;
}

#footer {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 11px;
    color: #666;
}

#footer-right {
    text-align: right;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

#locales {
    margin-top: 10px;
    display:inline;
}