﻿@charset "UTF-8";

/**
* NUCLEUS APP STYLESHEET: MAIN.CSS
*
* VERSION 1.0, 2011-09-29
* By: Five East Ltd. - office@fiveeast.net
*
*/

/**********************************************************************
* RESET
*/

/* Global reset */
* {
    margin: 0;
    padding: 0;
}
/* Fix global reset for select boxes */
option {
    padding-left: 0.4em;
}
/* LTR */
input, select {
    padding: 1px;
}
/* Reset font size for all elements to standard (16 Pixel) */
html * {
    font-size: 100.01%;
}
/* Reset table borders and cell spacing */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Reset image border */
img {
    border: 0;
}
/* Avoid visible outlines on DIV containers in Webkit browsers */
div {
    outline: 0 none;
}

/* Remove focus outline */
:focus {
    outline: 0 none;
}

::-moz-focus-inner {
    border: 0;
}

/* New standard values for blockquote and cite */
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
/* Ensure proper font rendering in tables and form elements */
caption, th, td, form, input, select, optgroup,
option, textarea, label, fieldset, legend {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
/* Force vertical scrollbars Firefox, Webkit & Opera  */
html, body {
    height: 100%;
    margin-bottom: 1px;
}

/**********************************************************************
* FONTS
*/

body, pre {
    font: 12px/18px Arial, Helvetica, sans-serif;
    color: #333333;
}

form, input, select, option, textarea {
    font-family: Arial, Helvetica, sans-serif;
}

/**********************************************************************
* PRESETS AND HELPER CLASSES
*/

/* Clearing after floats method */
.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: block;
}
/* Safari fix */

/* Cumulative bottom margins */
p, hr, h1, h2, h3, h4, h5, h6, pre, blockquote {
    margin-bottom: 20px;
}

/* Active state */
.active {
    cursor: default;
}

.center {
    text-align: center;
}

.invisible {
    display: none;
}

.cursorhand {
    cursor: pointer;
    cursor: hand;
}

.gray {
    color: Gray;
    font-weight: bold;
    font-size: small;
}

.blue {
    color: #1250cc;
    font-weight: bold;
    font-size: small;
}

.lighterText {
    color: #999;
    font-size: smaller;
    font-weight: lighter;
}

/* Floats */
.float-left {
    float: left;
    margin-right: 15px;
}

.float-right {
    float: right;
    margin-left: 15px;
}

img.float-left, img.float-right {
    margin-top: 3px;
    margin-bottom: 1em;
}

blockquote.float-left, blockquote.float-right {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* Margins */
.margin-bottom-0 {
    margin-bottom: 0;
}

table.reactorflag, table.reactorflag td, table.reactorflag th {
    padding: 0;
    spacing: 0;
    border: none !important;
    background: none;
    float: left;
    margin-right: 15px;
    width: 80%;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    vertical-align: middle;
    text-align: left;
}
/**********************************************************************
* PAGE
*/

body {
    background: #f3f3f3 url("../images/body.png") repeat-y 50% 0;
    text-align: center;
}

#page {
    text-align: left;
    margin: 0 auto;
    min-width: 990px;
    max-width: 1200px;
    background: #fff url("../images/page.png") repeat-x 0 120px;
}

#skip a {
    position: absolute;
    top: -32768px;
    left: -32768px;
}

    #skip a:focus, #skip a:active {
        position: static;
        display: block;
        padding: 2px 10px;
        color: #fff;
        background: #333;
        text-decoration: none;
    }

/**********************************************************************
* HEADER AND MAIN NAVIGATION
*/

#header {
    background: #3366cc url("../images/header-banner.jpg") no-repeat 100% 0;
    height: 120px;
    position: relative;
}

/* Global navigation */
#global-nav {
    height: 30px;
    line-height: 28px;
    padding: 0 20px;
    background: url("../images/global-nav.png") repeat-x 0 0;
    color: #fff;
}

    #global-nav ul, #global-nav li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #global-nav li {
        display: inline;
        margin-right: 15px;
    }

    #global-nav a {
        color: #d2dcf1;
    }

        #global-nav a:hover {
            color: #fff;
        }

/* Single sign on */
#sso {
    float: right;
}

    #sso li {
        margin-right: 0;
        margin-left: 15px;
    }

    #sso .user {
        padding-left: 17px;
        background: url("../images/sso-user.png") no-repeat 0 -1px;
    }

/* Product name */
#product-name {
    position: absolute;
    left: 15px;
    top: 40px;
}

    #product-name img {
        width: 373px;
        height: 67px;
        background: url("../images/product-name.png") no-repeat 0 0;
    }

/* Main navigation */
#main-nav {
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 32px;
    font-size: 13px;
    line-height: 32px;
    border-left: 1px solid #0f42a8;
    border-top: 1px solid #0f42a8;
}

    #main-nav ul, #main-nav li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
    }

    #main-nav li {
        display: inline;
        white-space: nowrap;
    }

    #main-nav a {
        float: left;
        padding: 0 15px;
        background: url("../images/main-nav.png") repeat-x 0 0;
        font-weight: bold;
        color: #fff;
        text-shadow: #0a3893 0 1px 0;
        border-right: 1px solid #0f42a8;
        border-left: 1px solid #517dd4;
    }

        #main-nav a:hover {
            background-position: 0 -34px;
            border-left-color: #4d75cd;
        }

        #main-nav a.active, #main-nav a.active:hover {
            border-left-color: #fff;
            background-position: 0 -68px;
            color: #333;
            text-shadow: #fff 0 1px 0;
        }

/**********************************************************************
* MAIN CONTENT AREA LAYOUT
*/

#main-wrapper {
    padding: 20px 200px 20px 200px;
}

#main {
    float: left;
    width: 100%;
    border-left: 200px solid #3366cc;
    border-right: 200px solid #f3f3f3;
    margin-left: -200px;
    margin-right: -200px;
    display: inline; /* IE fix */
    min-height: 300px;
}

#sidebar-first {
    float: left;
    width: 200px;
    margin-left: -200px;
    position: relative;
}

    #sidebar-first .content {
        padding: 10px 0 0px 20px;
    }

#content {
    float: left;
    width: 100%;
    margin-right: -100%;
    position: relative;
}

    #content .content {
        margin: 0 30px;
    }

#sidebar-last {
    float: right;
    width: 200px;
    margin-right: -220px;
    position: relative;
}

    #sidebar-last .content {
        padding: 10px 10px 10px 20px;
    }

/* Two columns left */
body.two-cols-left #main-wrapper {
    padding-right: 0;
}

body.two-cols-left #main {
    border-right: 0;
    margin-right: 0;
}

body.two-cols-left #content .content {
    margin: 0 20px 0 30px;
}

/* Two columns right */
body.two-cols-right #main-wrapper {
    padding-left: 0;
}

body.two-cols-right #main {
    border-left: 0;
    margin-left: 0;
}

body.two-cols-right #content .content {
    margin: 0 30px 0 20px;
}

/* One column */
body.one-col #main-wrapper {
    padding: 20px;
}

body.one-col #main {
    float: none;
    border: none;
    margin: 0;
}

body.one-col #content {
    float: none;
    margin: 0;
}

    body.one-col #content .content {
        margin: 0;
    }

/**********************************************************************
* SIDEBAR COMPONENTS
*/

/* Sidebar Navigation */
.sidebar ul, .sidebar li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar ul {
    width: 100%;
    line-height: 16px;
    font-weight: bold;
    color: #b9cbee;
    text-shadow: #003399 0 1px 0;
}

    .sidebar ul ul {
        font-weight: normal;
    }

.sidebar li {
    padding: 4px 0 5px 0;
}

    .sidebar li a {
        display: block;
        color: #fff;
        margin: -4px 0 -5px 0;
        padding: 4px 15px 5px 0;
    }

    .sidebar li li a {
        padding-left: 15px;
    }

    .sidebar li li li a {
        padding-left: 30px;
    }

    .sidebar li li li li a {
        padding-left: 45px;
    }

    .sidebar li a:hover,
    .sidebar li a.active,
    .sidebar li a.active:hover {
        color: #ffd500;
        background: url("../images/sidebar-first-active.png") no-repeat 101% 50%;
    }

    .sidebar li.caption {
        text-transform: uppercase;
        font-size: 12px;
    }

.sidebar div.graybackground {
    background-color: #C0C0C0;
    padding: 0px;
}
/**********************************************************************
* FOOTER
*/

#footer {
    padding: 10px 20px;
    border-top: 3px solid #ccc;
    color: #666;
    background: #f3f3f3;
    text-align: left;
}

    #footer .copy {
        float: right;
    }

    #footer ul, #footer li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #footer li {
        display: inline;
        margin-right: 15px;
    }

/**********************************************************************
* GENERIC CONTENT FORMATS
*/

/* Anchors */
a {
    color: #1250cc;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #a52a2a;
    }

    a.more {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 11px;
    }

/* Headings */
h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 20px;
    line-height: 26px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/* H1 with country flag or image */
h1.flag {
    margin: 0 0 10px 0;
    line-height: 48px;
}

h1.img {
    margin: 0 0 0px 0;
    line-height: 24px;
    padding-top: 24px;
}

h1 img {
    width: 100px;
    height: auto;
}

/* Heading as property value */
h2.value, h5.value {
    margin: 5px 0 5px 0;
    line-height: 1;
}

table.wide-offset h2.value, table.wide-offset h5.value {
    margin-bottom: 0;
}
/* Section Heaadings */
h6.section {
    line-height: 1;
    margin: 4px 0 10px 0;
}

h5.section {
    line-height: 1;
    margin: 5px 0;
}

/* Paragraph and custom font sizes */
p, .txt-large {
    font-size: 14px;
    line-height: 20px;
}

/* Lists */
ul, ol {
    margin: 0 0 20px 20px;
}

ul {
    list-style: outside disc;
}

    ul ul {
        list-style: outside circle;
        margin-bottom: 0;
    }

        ul ul ul {
            list-style: outside square;
        }

ol {
    list-style: outside decimal;
}

    ol ol {
        list-style: outside lower-alpha;
        margin-bottom: 0;
    }

        ol ol ol {
            list-style: outside decimal;
        }

dl {
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 20px;
}

dl.table {
    float: left;
    width: 100%;
}

    dl.table dt {
        clear: left;
        float: left;
        width: 23%;
        padding: 1%;
        border-top: 1px solid #ddd;
    }

    dl.table dd {
        float: left;
        width: 73%;
        padding: 1%;
        margin: 0;
        border-top: 1px solid #ddd;
    }

/* Horizontal ruler */
hr {
    border: 0 #cccccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

/* Blockquote */
blockquote {
    margin-left: 20px;
    margin-right: 20px;
}

/* Text colors */
.color-grey {
    color: #666;
}

.color-med-grey {
    color: #999;
}

/**********************************************************************
* MAIN COMPONENTS
*/

/* Box */
.box-caption {
    text-align: center;
}

    .box-caption h3 {
        margin: 0 auto;
        display: inline-block;
        padding: 3px 40px 0 40px;
        background: #3366cc;
        color: #fff;
        font-size: 11px;
        line-height: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

.box-content {
    border: 1px solid #ddd;
    border-top: 3px solid #3366cc;
    background: #fff;
    padding: 10px;
}

    .box-content:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.box .box .box-content {
    border: 1px solid #e5e5e5;
}

.box .box .box-caption {
    border-bottom: 3px solid #3366cc;
}

.box.wide-offset .box-content {
    padding: 10px;
}

dd ul.spaced-list li {
    margin-top: 8px;
}

dd ul.spaced-list ul {
    margin-top: 8px;
}

    dd ul.spaced-list ul li {
        margin-top: 2px;
    }

dd ul.spaced-list li ul p {
    margin-top: 2px;
    margin-bottom: 2px;
}

dd p {
    font-size: 12px;
    margin-top: 4px;
}

table.no-formatting {
    border-collapse: separate;
    border: 0px solid #cdcdcd !important;
    border-top: 0px solid #3366cc !important;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 16px;
}

    table.no-formatting td {
        border-right: 0px solid #ddd;
    }

table.formula td {
    border-right: 0px solid #ddd;
    vertical-align: middle;
}

/* Generic Table */
table {
    border-collapse: separate;
    border: 1px solid #cdcdcd !important;
    border-top: 3px solid #3366cc !important;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 16px;
}

th, td {
    padding: 6px;
}

th {
    background-color: #e8e8e8;
    text-align: left;
    border-right: 1px solid #cdcdcd;
    border-bottom: 2px solid #fff;
    color: #666;
    text-shadow: #fff 0 1px 0;
}

td {
    vertical-align: top;
    border-right: 1px solid #ddd;
}

    th.last-child, td.last-child {
        border-right: none;
    }

tbody tr.first-child td {
    border-top: 1px solid #d5d5d5;
}

tbody tr.odd td {
    background: #f5f5f5;
}

tr.total td, td.total {
    font-weight: bold;
}

tfoot td {
    border-top: 1px solid #d5d5d5;
    background: #e8e8e8;
}

caption {
    text-align: center;
}

    caption h3 {
        margin: 0 auto;
        display: inline-block;
        padding: 3px 40px 0 40px;
        background: #3366cc;
        color: #fff;
        font-size: 11px;
        line-height: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

/* Wide offset */
table.wide-offset th, table.wide-offset td {
    padding: 10px 6px;
}

/* Table sorter */
table.tablesorter thead tr .header {
    background: #e8e8e8;
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    cursor: hand;
    padding-right: 20px;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url("../images/th-asc.png");
}

table.tablesorter thead tr .headerSortDown {
    background-image: url("../images/th-desc.png");
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    border-bottom-color: #a52a2a;
    background-color: #ddd;
}

table.tablesorter tbody tr.even td {
    background: #f5f5f5;
}

table.tablesorter tbody tr.odd td {
    background: #fff;
}

/* Properties table */
td.label {
    color: #666;
}

td.value {
}

/* Layout table */
table.layout, table.layout td, table.layout th {
    padding: 0;
    border: none !important;
    background: none;
}

/* A to Z Nav */
ul.atoz, ul.atoz li {
    margin: 0;
    padding . 0;
    list-style: none;
}

ul.atoz {
    border-top: 3px solid #3366cc;
    padding-top: 5px;
    color: #b3b3b3;
}

    ul.atoz li {
        display: inline;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0 6px;
    }

    ul.atoz a {
        padding: 5px 6px;
        margin: 0 -6px;
    }

/* Buttonbar */
.buttonbar.top {
    margin: -10px 0 20px 0;
}

/* Buttons */
.button {
    background: transparent url("../images/button.png") no-repeat 100% 0;
    display: inline-block;
    height: 26px;
    padding-right: 12px;
    color: #000;
    font-size: 12px;
    text-shadow: #fff 0 1px 0;
    cursor: pointer;
    cursor: hand;
}

    .button span {
        background: transparent url("../images/button.png") no-repeat 0 0;
        display: inline-block;
        vertical-align: top;
        line-height: 14px;
        padding: 6px 0 6px 12px;
    }

    .button:hover {
        background-position: 100% -26px;
        color: #000;
    }

        .button:hover span {
            background-position: 0 -26px;
        }

    .button:active, .button.active {
        background-position: 100% -52px;
        cursor: default;
    }

        .button:active span, .button.active span {
            background-position: 0 -52px;
            color: #000;
        }

.button-primary {
    font-weight: bold;
}

/* Grouped buttons */
.button.left {
    background-position: 100% -78px;
    padding-right: 1px;
}

    .button.left span {
        padding-right: 10px;
    }

.button.center {
    background-position: 100% -78px;
    padding-right: 1px;
}

    .button.center span {
        background-position: -5px 0;
        padding-right: 10px;
        padding-left: 10px;
    }

    .button.center:hover span {
        background-position: -5px -26px;
    }

    .button.center:active span, .button.center.active span {
        background-position: -5px -52px;
    }

.button.right span {
    background: none;
    padding-left: 10px;
}

/* Iconic buttons */
.button span.icon {
    display: inline-block;
    padding: 0;
    width: 16px;
    height: 16px;
    margin: 0 0 -2px 0;
    background: url("../images/button-icons.png") no-repeat 0 0;
}

    .button span.icon.icon-previous {
        width: 12px;
        background-position: 50% 0;
    }

    .button span.icon.icon-next {
        width: 12px;
        background-position: 50% -16px;
    }

/* Country Flags */
span.flag {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    margin: 0 10px 0 0;
}

    span.flag img {
        width: 48px;
        height: 48px;
    }

h1.flag span.flag {
    margin-top: -4px;
}

/*ALERT AND MESSAGE COMPONENTS*/

.alert-information, .alert-information-small, .alert-question, .alert-question-small, .alert-warning, .alert-warning-small, .alert-error, .alert-error-small, .alert-success, .alert-success-small {
    border: 1px solid;
    background: url("../images/alerts.png") no-repeat;
}

.alert-information, .alert-information-small {
    border-color: #acc6ec;
    background-color: #ecf5fa;
    background-position: 0px -30px;
}

.alert-question, .alert-question-small {
    border-color: #8bcff7;
    background-color: #dbf0fc;
    background-position: 0px -827px;
}

.alert-warning, .alert-warning-small {
    border-color: #ffc600;
    background-color: #fffcad;
    background-position: 0px -1624px;
}

.alert-error, .alert-error-small {
    border-color: #ff7f94;
    background-color: #ffe1ef;
    background-position: 0px -2421px;
}

.alert-success, .alert-success-small {
    border-color: #6cd364;
    background-color: #d9fad9;
    background-position: 0px -3218px;
}

    .alert-information span, .alert-question span, .alert-warning span, .alert-error span, .alert-success span {
        display: block;
        float: left;
        width: 40px;
        height: 34px;
        background: url("../images/alerts.png") no-repeat;
    }

    .alert-information .alert-inner, .alert-question .alert-inner, .alert-warning .alert-inner, .alert-error .alert-inner, .alert-success .alert-inner {
        padding: 9px 10px 9px 42px;
    }

.alert-information span {
    background-position: 0px 4px;
}

.alert-question span {
    background-position: -42px 4px;
}

.alert-warning span {
    background-position: -84px 4px;
}

.alert-error span {
    background-position: -126px 4px;
}

.alert-success span {
    background-position: -168px 4px;
}

.alert-information-small span, .alert-question-small span, .alert-warning-small span, .alert-error-small span, .alert-success-small span {
    display: block;
    float: left;
    width: 25px;
    height: 24px;
    background: url("../images/alerts.png") no-repeat;
}

.alert-information-small .alert-inner, .alert-question-small .alert-inner, .alert-warning-small .alert-inner, .alert-error-small .alert-inner, .alert-success-small .alert-inner {
    padding: 4px 10px 4px 25px;
    font-size: 11px;
    line-height: 14px;
}

.alert-information-small span {
    background-position: -210px 4px;
}

.alert-question-small span {
    background-position: -235px 4px;
}

.alert-warning-small span {
    background-position: -260px 4px;
}

.alert-error-small span {
    background-position: -285px 4px;
}

.alert-success-small span {
    background-position: -310px 4px;
}


.required {
    color: #920081;
}

.validation-message {
    color: #FF0000;
}

table.form td.label {
    padding: 6px 5px 6px 0px;
}

table.form td.value {
    padding: 4px 5px 4px 0px;
}
/* Smartphone settings */
@media screen and (max-device-width: 480px) {
    html {
        -webkit-text-size-adjust: none;
    }
}

/* Publication Image*/
.imgPublication {
    max-width: 150px;
    max-height: 100px;
    border-left: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
}

.imgCountryList {
    width: 150px;
    height: 100px;
    border-left: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
}

.divRegionalDistribution {
    padding: 0;
    /*overflow:auto;*/
    cursor: hand;
}


/* Ajax conrol Toolkit */
.modalBackground {
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalTableBgStyle {
    background-color: #EEEEEE;
    border-style: solid;
    border-color: Black;
    border-width: thick;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPanel {
    background: #ffffff;
}

.glossaryContent {
    width: 770px;
    height: 370px;
    overflow: auto;
    text-align: left;
}

.modalPopupPanel {
    border: solid1px#c0c0c0;
    background: #ffffff;
    padding: 0px10px10px10px;
    position: absolute;
    top: -1000px;
}

#ajaxHtmlEditor table table td {
    border: 0;
    padding: 0;
    border-top: 0px !important;
}

tr:hover td.dragHandle, tr.dragSelected td.dragHandle {
    background-image: url(../images/updown2.gif);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    cursor: move;
}


tbody tr.dragSelected td {
    background: #C0C0C0;
}

/* fix for calendar control distortion*/
.ajax__calendar_body {
    width: 180px !important;
}

.ajax__calendar_container {
    width: 180px !important;
}

/* class for slider charts*/
/*#slider-wrapper {width:250px; height:150px;}
#slider {width:250px; height:150px;position:relative; }*/
/*.sp {width:250px; height:150px; position:absolute;}*/

#tabs .ui-widget-header {
    border: none !important;
    background: none !important;
}

#tabs ul li a {
    font-weight: bold !important;
    font-size:11px;
}

.ui-widget-content {
    border: 0px !important;
    background: none !important;
}

/*.labelhome{
    line-height:14px !important;
}

.valuehome{
    line-height:28px !important;
}*/
