/* 
    Document   : rtk
    Created on : 25.09.2012, 11:38:56
    Author     : psal
    Description:
        Purpose of the stylesheet follows.
*/

/*  global styles */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #D2E3F2;
}

a {
    color: #63809F;
}
a:hover {
    color: #45596F;
}

.claro .dijitDialogUnderlay {
    background: #000;
}

.dijitMenu {
    z-index: 940;
}

.dijitDialog {
    z-index: 950;
}

table.dijitSelect > tbody {
    display: block;
    width: 100%;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background: #d2e3f2;
}

#loaderHeader {
    position: relative;
    height: 24px;
    /*background: #7197c2;*/
    background-color: #436A96;
    padding: 8px 10px 3px 10px;
    color: #FFFFFF;
}

#loaderHeaderLogin {
    position: absolute;
    top: 60%;
    width: 100%;
    height: 40px;
    /*background: #7197c2;*/
    background-color: #436A96;
    padding: 0;
    margin: 10px 0 25px 0;
    color: #FFFFFF;
}

#container {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    background: #d2e3f2;
}

.giatafont {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.headline {
    font-size: 24px;
    font-weight: 800;
    font-style: italic;
    color: #ffffff;
}

.headline a {
    color: #ffffff;
    text-decoration: none;
}

.alignMiddle {
    vertical-align: middle;
    padding-left: 10px;
}

table.dijitInline {
    display: -webkit-inline-box;
}

.messagesContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 916px;
}

.errorMessage {
    width: 90%;
    margin: 0 auto;
    padding: 2px;
    color: #fff;
    background-color: #900;
    font-weight: 800;
}

.infoMessage {
    width: 90%;
    margin: 0 auto;
    padding: 2px;
    color: #fff;
    background-color: #070;
    font-weight: 800;
}

/* index */

/*
#logo {
    margin: 0 auto;
    width: 960px;
    background: url("/images/logo.png") no-repeat top right;
}
*/

#loginBarContainer {
    position: absolute;
    top: 60%;
    margin: 0;
    padding: 0;
    width: 100%;
}

#loginBarBackground {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    /*background: #7197c2;*/
    background-color: #436A96;
}

#loginBar {
    position: relative;
    margin: 0 auto;
    padding: 7px 10px 3px 10px;
    width: 960px;
    clear: both;
}

#loginButtonContainer {
    margin-top: -2px;
    display: inline;
    float: right;
    color: #fff;
    font-weight: 600;
    display: -webkit-inline-box;
}

#loginButtonContainer label {
    margin-left: 10px;
}

#errorMessages {
    position: relative;
    margin: 0 auto;
    padding: 5px 10px;
    width: 960px;
    text-align: right;
    color: #900;
    clear: both;
}
#messages {
    position: relative;
    margin: 0 auto;
    padding: 5px 10px;
    width: 960px;
    text-align: right;
    font-weight: 600;
    /*color: #59738F;*/
    color: #436A96;
    clear: both;
}


#registerContent {
    position: relative;
    margin: 0 auto;
    padding: 5px 10px;
    width: 960px;
    text-align: right;
    color: #63809F;
    clear: both;
}

#registerContent a {
    text-decoration: none;
    color: #436A96;
    font-weight: bold;
}

#registerContent a:hover {
    text-decoration: underline;
}

#requestCredentialsForm label {
    display: inline-block;
    display: -webkit-inline-box;
    width: 120px;
    vertical-align: middle;
    padding: 5px 0;
}

#requestCredentialsButtonContainer {
    text-align: center;
}

#usermenuButton {

}

#usermenuButton_label {
    color: #3F5B73;
    font-weight: bold;
}

/* items */

#headerContainer {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    /*background: #7197c2;*/
    background-color: #436A96;
}

#header {
    position: relative;
    margin: 0 0;
    padding: 8px 10px 3px 10px;
    height: 24px;
    width: 902px;
    clear: both;
}

#header .headline, #loaderHeader .headline {
    font-size: 16px;
}

#loginInfo {
    display: inline;
    position: absolute;
    right: 0px;
    top: 5px;
}

#loginInfoText {
    color: #d2e3f2;
    padding: 2px 4px 4px 4px;
    display: block;
    margin-top: 1px;
    float: left;
}

#contentContainer {
    position: relative;
    margin: 0;
    padding: 0 5px 20px;
    width: 916px;
}

#search {
    position: relative;
    clear: both;
}

#search label {
    padding: 0 2px 0 2px;
    text-align: left;
}

#search .halfsize {
    width: 140px;
}

#search .dijitButton .dijitButtonNode {
    width: 170px;
}

#searchCol1 {
    position: relative;
    margin-bottom: 10px;
    width: 50%;
    float: left;
    text-align: right;
}

#searchCol2 {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    text-align: right;
    width: 50%;
}

#result {
    position: relative;
    /*min-height: 500px;*/ /*why?*/
    clear: both;
}

#result table {
    border-collapse: collapse;
    table-layout: fixed;
}

#result th {
    /*background-color: #7197c2;*/
    background-color: #436A96;
    color: #FFF;
    border: 2px solid #d2e3f2;
}

#result table tr:first-child th {
    border-top: 0;
}

#result td {
    vertical-align: top;
    border: 2px solid #d2e3f2;
    padding: 2px;
}

#result table tr:last-child td {
    border-bottom: 0;
}

#result table th:first-child,
#result table td:first-child {
    border-left: 0;
    padding: 0;
}

#result table th:last-child,
#result table td:last-child {
    border-right: 0;
    padding: 0;
}

#result a:link {
    color: #000;
    font-weight: 700;
}

#result a:visited {
    color: #555;
}

#result .rating {
    /*font-size: 80%;*/
    position: relative;
    top: -3px;
    vertical-align:text-top;
    color: #999;
}

#result .row1 {
    background-color: #FFFFFF;
}

#result .row2 {
    background-color: #EBEADB;
}

#result .locationDiv {
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
}

#result .catalogTitle {
    color: #436A96;
    font-style: italic;
    font-weight: bold;
    width: 310px;
    overflow: hidden;
    white-space: nowrap;
}
#result div.brandTitle {
    width: 310px;
    overflow: hidden;
    white-space: nowrap;
}

#result .brandTitle .code {
    color: #999;
    font-weight: bold;
}

#result .brandTitle .name {
    color: #bbb;
    font-style: italic;
}

#result .catalogSpan {
    color: #BFDEFF;
    font-style: italic;
}

#result .previewDiv {
    cursor: pointer;
}

#resultNav {
    position: relative;
    text-align: center;
}

/* select options */
#catalogSelect_dropdown .option_box .option_desc .title {
    display: block;
    width: 330px;
    white-space: nowrap;
    overflow: hidden;
}

#catalogSelect .option_box .option_desc .title {
    display: block;
    width: 330px;
    white-space: nowrap;
    overflow: hidden;
}

#catalog .dijitSelectLabel {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

#catalog_dropdown .option_box .option_desc .title {
    display: block;
    width: 310px;
    white-space: nowrap;
    overflow: hidden;
}

#catalog .option_box .option_desc .title {
    margin-top: 1px;
    display: block;
    width: 310px;
    white-space: nowrap;
    overflow: hidden;
}

#catalog_dropdown .dijitMenuItemLabel {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

#brand .dijitSelectLabel {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

#brand_dropdown .dijitMenuItemLabel {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.option_box {
    position: relative;
    width: 100%;
    height: 36px;
    clear: both;
    white-space: normal !important;
    text-align: left !important;
    line-height: 120%;
}

.option_radio {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 20px;
}

.option_image {
    position: relative;
    margin: 0;
    padding: 0;
    padding-right: 5px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

#catalog .option_image img { /* CHECKME: bad naming */
    height: 36px;
}

#catalog .option_image { /* CHECKME: bad naming */
    width: 27px;
}

#catalog_dropdown .option_image { /* CHECKME: bad naming */
    width: 27px;
}

#catalog_dropdown .dijitSelectSelectedOption * {
    font-weight: normal;
}

#brand .option_image img { /* CHECKME: bad naming */
    height: 30px;
    margin-top: 3px;
}

#brand .option_desc { /* CHECKME: bad naming */
    margin-top: 3px;
    width: 190px;
    height: 33px;
    overflow: hidden;
}

#brand_dropdown .option_image { /* CHECKME: bad naming */
    max-width: 140px;
    margin-top: 3px;
}

#brand_dropdown .dijitSelectSelectedOption * {
    font-weight: normal;
}

#brand_dropdown .option_desc { /* CHECKME: bad naming */
    margin-top: 3px;
    width: 190px;
    height: 33px;
    overflow: hidden;
}

#brand .option_image { /* CHECKME: bad naming */
    max-width: 140px;
}

.option_desc {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.option_desc span {
    display: block !important;
}

.option_desc .title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600 !important;
    line-height: 120% !important;
    overflow: hidden;
    white-space: nowrap;
}

.option_desc .subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 120% !important;
    overflow: hidden;
    white-space: nowrap;
}

.option_desc .overview {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 120% !important;
    overflow: hidden;
    white-space: nowrap;
}

/*
the margin breaks the dropDownMenuPopup
title has a fixed width and overflow: hidden
so a margin is not needed (hope so!)
.dijitMenuPopup .option_desc {
    margin-right: 18px;
}
*/

/* conditions */

#content {
    padding: 0px 5px;
}

#content .title {
    font-weight: 700;
    display: block;
}

/* textmodules */

#textblocks {
    width: 910px;
    margin: 10px auto;
}

.controlsTop {
    padding: 0 5px;
}

.textblock {
    position: relative;
    margin: 0px 0px 4px 0px;
    padding: 4px !important;
    background: #ffffff;
    border: #7197C2 1px solid !important;
    min-height: 21px;
    cursor: default;

    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

#textmodulesDnD .editable .textinputContainer {
    cursor: pointer !important;
}

.textinputContainer .autoGeneratedTag {
    background-color: #7197C2;
    /*border: #394c60 solid 1px;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 4px;
    padding: 0px 4px 0px 4px;
    font-weight: bold;
    color: #ffffff;
    display: none;
}

.textinputContainer .emptyContentIgnored {
    font-style: italic;
    color: #bbbbbb;
    font-weight: bold;
}

#textmodulesDnD .autoGenerated span {
    /*
    -webkit-user-select: text;
    -moz-user-select: text;
    */
}

#textmodulesDnD .autoGenerated {
    /*background-color: lavender !important;*/
    color: #63809F;
}

.textblock .textdesc {
    color: gray;
    font-style: italic;
    border-bottom: 1px solid #CCC;
    margin-bottom: 0.4em;
}
.textblock .groupdesc {
    color: gray;
    font-style: italic;
}
.textmodule {
    position: relative;
    margin: 0px 0px 4px 0px;
    padding: 4px !important;
    background: #dddddd !important;
    border: #7197C2 1px solid !important;
    min-height: 21px;
}

.actions {
    position: absolute;
    top: 0;
    /*right: 0;*/
    /*margin-left: 2px;*/
    /*width: 16px;*/
    height: 16px;
    /* background: url("./images/icons/delete_text.png") no-repeat 2px 2px; 
    display: inline-block;*/
    vertical-align: top;
}

.delete {
    /* background: url("./images/icons/delete_text.png") no-repeat 2px 2px; */
}

.restore {
    /* background: url("./images/icons/add_text.png") no-repeat 2px 2px; */
}

.textinputContainer {
    position: relative;
    top: 0px;
    width: auto;
    margin: 0 36px 0 24px;
    vertical-align: top;
    padding-top: 3px;
}

.textinputContainer .textdesctext, .textinputContainer .textgrouptext {
    font-weight: bold;
}

.textinput {
    position: relative;
    top: 0px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.disabled {
    background: #E3E3E3;
    text-decoration: line-through; 
    opacity: 0.5;
}


/* item */
#basedata {
    position: relative;
    clear: both;
}

#basedata label {
    padding: 0 2px 0 2px;
    text-align: left;
}

#basedata .halfsize {
    width: 150px;
}

#basedata .fullsize {
    width: 370px;
}

#basedata .dijitButton .dijitButtonNode {
    width: 180px;
}

#basedataCol1 {
    position: relative;
    width: 50%;
    float: left;
    text-align: right;
}

#basedataCol2 {
    position: relative;
    display: inline-block;
    text-align: right;
    width: 50%;
}

#pagenumbersContent label {
    display: inline-block;
    width: 85px;
    padding: 5px 0;
    vertical-align: middle;
    display: -webkit-inline-box;
}

#anfCode .dijitSelectLabel {
    width: 150px;
    text-align: left;
    overflow: hidden;
}

#textmodulesContainer {
    clear: both;
}

#deleteItemContainer {
    float: right;
}

.itemeditTitle {
    /*background-color: #7197c2;*/
    padding: 4px;
    margin: 10px 0 4px;
    /*color: #fff;*/
    font-weight: 700;

    color: #2B435E;
    /*background-color: #EFEFEF;*/
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .5));
    border-bottom: #B5BCC7 solid 1px;
}

.spacer {
    clear: both;
    height: 0;
}

.relationTypeSelector {
    margin-top: 5px;
}

.relationTypeSelector .relationTypeSelectorOptionTitle {
    display: inline-block;
    width: 110px;
}

.relationTypeSelector label {
    margin: 0 10px 0 3px;
    line-height: 2em;
}

/* messagesDialog */
#messagesDialog .dijitButton .dijitButtonNode {
    width: 120px;
}

/* toolbox */
#toolbar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    z-index: 930;
}

.toolboxToggleBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 100%;
    background-color: #bcd8f4;
    border-left: 1px solid #759dc0;
    border-right: 1px solid #759dc0;
    cursor: pointer;
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);

    background-image: -moz-linear-gradient(left, #ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: -webkit-linear-gradient(left, #ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: -o-linear-gradient(left, #ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: linear-gradient(to right, #ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);

    transition-property: background-color;
    transition-duration: 0.3s;
}
.toolboxToggleBar:hover {
    background-color: #86bdf2;
    color: #000000;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.assetGroupPane {
    margin: 0 0 4px 0;
    background-color: rgb(244,244,244);
}
.assetWidgetBox {
    background-color: #ffffff;
    border: 1px #7197C2 solid; 
    float: left; 
    margin-right:4px; 
    padding:0px;

    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.assetWidgetBox:hover {
    background-color: #EDF5FD;
}

.addAssetTextDivBox {
    text-align: left;
    font-size: x-small;
    line-height: 100%;
}

.addAssetTextDivBox .description {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    font-style: italic;
    color: #999999;
    border-bottom: 1px #999999 solid;
    margin-bottom: 0.2em;
}

.addAssetTextDivBox .head {
    font-weight: bold;
}

.addAssetTextDivBox .type {
    color: #999999;
}

.addAssetTextDivGradient {
    overflow: hidden;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,255));
    background-image:    -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,255));
    background-image:     -ms-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,255));
    background-image:      -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,255));
    background-image:         linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,255));
}

.addAssetPreviewDialog {
    max-width: 800px;
}

.addAssetPreviewTextDivBox {
    text-align: left;
    /*max-height: 350px;*/
    /*overflow-y: auto;*/
}

.addAssetPreviewTextDivBox .description {
    display: block;
    font-style: italic;
    color: #999999;
    border-bottom: 1px #999999 solid;
    margin-bottom: 1em;
}

.addAssetPreviewTextDivBox .head {
    font-weight: bold;
}

.addAssetPreviewTextDivBox .type {
    color: #999999;
}

.addAssetPreviewTextDivBox .addInfoDivBox {
    display: block;
    color: #999999;
    border-top: 1px #999999 solid;
    margin-top: 1em;
    max-width: 800px;
}

/* itemPreview ****************/

.itemPreview {
    max-width: 800px;
    /*max-height: 600px;
    overflow: auto;*/
}

.itemPreview .imageBox {
    float: right;
    width: 328px;
    padding: 0 0 0 0;
    margin: 0 10px 10px 10px;
    border: 1px solid #999999;
}

.itemPreview .title {
    /* color: #387BC6; */
    font-weight: bold;
    font-size: 140%;
}

.itemPreview .locationLine {
    font-weight: bold;
    color: #777777;
}

.itemPreview .img320 {
    border: 0 0 0 0;
    margin: 4px 4px 4px 4px;
    padding: 0 0 0 0;
    width: 320px;
    height: 320px;
    vertical-align: central;
    text-align: center;
}

.itemPreview .tnBox {
    float: left;
    margin: 0 0 4px 4px;
    overflow: hidden;
    width: 77px;
    height: 77px;
    cursor: pointer;
}

.itemPreview .textBox {
    margin: 1.2em 10px 10px 0px;
}

.itemPreview .textBox .textDivBox {
    margin: 1em 0 0 0;
}

.itemPreview .textBox .textHead {
    font-weight: bold;
    break-after: always;
    display: block;
}

.itemPreview .localeHeader {
    margin: 1em 0 -0.5em 0;
    padding: 0.1em 0.1em 0.1em 0.3em;
    background-color: #eee;
    border-bottom: 1px solid #999;
    overflow: hidden;
    font-weight: bold;
    color: #999;
}

div.contentPrologue {
    margin: 0px 10px 10px 10px;
    position: relative;
    width: 896px;
}

div.contentPrologue h1 {
    font-size: 150%;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}

div.contentPrologue p {
    margin: 0.2em 0 0.5em 0;
}

.giataTextDiv {
    overflow: hidden;
}

.giataTextDiv p {
    margin: 0.2em 0 0.5em 0;
}
.giataTextDiv ul {
    margin: 0.2em 0 0.5em 0;
}

/* im tinymce die statusbar ausblenden */
span.defaultSkin table.mceLayout tbody tr.mceLast td.mceStatusbar {
    display: none !important;
}

#messageActionBar {
    color: #D46464;
    text-decoration: underline;
    cursor: help;
}

/* <editor-fold defaultstate="collapsed" desc="history" > */
/* history-tab */

.history {
    width: 100%;
}

.history .contentColumn {
    width: 45%;
}

.history .leftColumn {
    text-align: right;
}

.history .middleColumn {
    text-align: center;
}

.history.rightColumn {
    text-align: left;
}

.history .row1 {
    background-color: #FFFFFF;
}

.history .row2 {
    background-color: #EBEADB;
}

.history td {
    vertical-align: top;
}

.history del {
    background-color: #FFA5A3;
    text-decoration: none;
}

.history ins {
    background-color: #B0FFB8;
    text-decoration: none;
}

/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="Factsheet" > */
/* FACTSHEET ################################################################ */
#factsheetContainer {
    padding: 0px;
    display: none;
}
#factsheetContainer .factsheetWidget {
    padding: 0px !important;
}

.factEditUnderlay {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000000;
    /*z-index:1001;*/
    opacity:.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
}

.factsheetWidget .dijitTitlePaneTitle {
    padding: 0 7px 1px 7px;

    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: background-color, border-color;
    -moz-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
}
.factsheetWidget .dijitTitlePaneTitle:hover {    
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-color, border-color;
    -moz-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
}
.factsheetWidget span.dijitTitlePaneTextNode {
    font-weight: bold;
    color: #2B435E
}
.factsheet .dijitTitlePaneContentInner {
    padding: 4px;
}
.factsheet .factSectionGroup .dijitContentPane {
    padding: 0 0 0 0;
}


.factsheet div.factSection {
    padding: 2px 0 12px 0;
}
.factsheet .factSection .factSectionTitle {
    border-bottom: #818F9F solid 1px;
    color:#2B435E;
    font-weight:bold;
    background-color: #D2E7FA;
    background-image: linear-gradient(#ffffff 1px, rgba(255, 255, 255, 0.5) 100%);
    background-repeat: repeat-x;
    padding: 0 4px;
}
.factsectionButtonsCol {
    float: left;
    width: 181px;
}
.factsheet .factsectionButtons div.factButton {
    background-repeat: no-repeat;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 4px 4px 0 0;
    padding: 2px 4px 2px 18px;
    font: bold 12px Arial,sans-serif;
    width: 153px;
    cursor: pointer;
}
.factsheet .factButton div.factButtonOverlaysAnchor {
    position: relative;
    width: 0px;
    height: 0px;
    top: -5px;
    left:  128px;
}

.factsheet .factButton div.factButtonOverlays {
    height: 14px;
    width: 32px;
    overflow: hidden;
    text-align: right;

    /*background-color: gray;*/
    opacity: 0.5;  
}
.factsheet .factButton.mouseOver div.factButtonOverlays {
    opacity: 1;   
}

.factsheet .factButton div.factButtonOverlays .overlayIcon {
    float: right;
    margin-left: 0px;
    border: 0;
    width: 14px;
    height: 14px;
}
.factsheet .factButton div.factButtonOverlays .overlayIcon.factDefinition {
    background-image: url('/images/simpleFacts/questionmark.png');
}
.factsheet .factButton div.factButtonOverlays .overlayIcon.giataDifference {
    background-image: url('/images/simpleFacts/exclamationmark.png');
}
.factsheet .factButton div.factButtonOverlays .mouseAware {
    display: none;
}
.factsheet .factButton.mouseOver div.factButtonOverlays .mouseAware {
    display: block;
}



.factsheet .factsectionButtons div.factButtonNoFact {
    color: #999;
    border: #d1d1d1 solid 1px;
    background-color: #f3f3f3;

    background-repeat: repeat-x;
    background-image: url('/images/simpleFacts/factButtonBg.png');
    background-image: url('/images/simpleFacts/factButtonBg.png'),-moz-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: url('/images/simpleFacts/factButtonBg.png'),-webkit-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: url('/images/simpleFacts/factButtonBg.png'),-o-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: url('/images/simpleFacts/factButtonBg.png'),linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
}
.factsheet .factsectionButtons div.factButtonNoFact:hover {
    border-color: #ccc;
    color: #333333;
    background-color: #e3e3e3;

    background-image: url('/images/simpleFacts/factButtonBgHover.png');
    background-image: url('/images/simpleFacts/factButtonBgHover.png'),-moz-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: url('/images/simpleFacts/factButtonBgHover.png'),-webkit-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: url('/images/simpleFacts/factButtonBgHover.png'),-o-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: url('/images/simpleFacts/factButtonBgHover.png'),linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
}
.factsheet .factsectionButtons div.factButtonFactUnlocked {
    border: #818F9F solid 1px;
    color: #000000;

    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    background-color: #bcd8f4;
    background-repeat: repeat-x;
    background-image: url('/images/simpleFacts/factButtonBg.png');
    background-image: url('/images/simpleFacts/factButtonBg.png'),-moz-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: url('/images/simpleFacts/factButtonBg.png'),-webkit-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: url('/images/simpleFacts/factButtonBg.png'),-o-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: url('/images/simpleFacts/factButtonBg.png'),linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
}
.factsheet .factsectionButtons div.factButtonFactUnlocked:hover {
    background-color: #86bdf2;
    color: #000000;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.factsheet .factsectionButtons div.factButtonFactSet {
    border: #818F9F solid 1px;
    color: #000000;

    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    background-color: #bcd8f4;
    background-repeat: repeat-x;

    background-image: url('/images/simpleFacts/factButtonBgDisabled.png');
    background-image: url('/images/simpleFacts/factButtonBgDisabled.png'),-moz-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: url('/images/simpleFacts/factButtonBgDisabled.png'),-webkit-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: url('/images/simpleFacts/factButtonBgDisabled.png'),-o-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: url('/images/simpleFacts/factButtonBgDisabled.png'),linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
}
.factsheet .factsectionButtons div.factButtonFactSet:hover {
    background-color: #86bdf2;
    color: #000000;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.factsheet .factsectionButtons div.factButtonFactDenied {
    color: #999;
    border: #ccc solid 1px;
    background-color: #f3f3f3;

    background-repeat: repeat-x;
    background-image: url('/images/simpleFacts/factButtonBgDenied.png');
    background-image: url('/images/simpleFacts/factButtonBgDenied.png'),-moz-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: url('/images/simpleFacts/factButtonBgDenied.png'),-webkit-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: url('/images/simpleFacts/factButtonBgDenied.png'),-o-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: url('/images/simpleFacts/factButtonBgDenied.png'),linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
}
.factsheet .factsectionButtons div.factButtonFactDenied:hover {
    /*background-color: #E8F3FD;*/
    color: #333333;
    background-color: #e3e3e3;
}
.factsheet .factButton .factAttributes {
    border-top: #63809F solid 1px;
    color: #000;/*#63809F;*/
    font: normal 11px Arial,sans-serif;
}
.factsheet .factButton .factAttributes>span {
    overflow: hidden;
    display: block;
}
.factDetailsTooltipDialog {

}
.factDetailsTooltipDialog .clickable {
    cursor: pointer;
}
.factDetailsTooltipDialog .button {
    clear: both;
    padding: 1px 3px;
    margin-bottom: 4px;

    border: 1px solid #759dc0;
    color: #000000;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    background-color: #bcd8f4;
    background-image: url("images/buttonEnabled.png");
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: -webkit-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: -o-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    background-image: linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
    _background-image: none;
}
.factDetailsTooltipDialog .button:hover {
    background-color: #86bdf2;
    color: #000000;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.factDetailsTooltipDialog .closeNodeOuterDiv {
    text-align: center;
    margin-top: 12px;
}
.factDetailsTooltipDialog .closeNode {
}
.factDetailsTooltipDialog .attributesEditorNode {
    clear: both;
    margin-bottom: 4px;
}
.factDetailsTooltipDialog .titleNode {
    clear: both;
    margin-bottom: 4px;
}

div.factAttributesEditor {
    border: #818F9F solid 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 1px 3px 2px 3px !important;
    overflow: auto;
}
.factAttributesEditor a.factButton {
    border: #59738F solid 1px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0 1px;
    font-weight: bold;
    background-color: #f3f7fb;
    color: #415469;
    cursor: pointer;
}
.factAttributesEditor a.factButton:hover {
    background-color: #d6e3f1;
    color: #415469;
}
.factAttributesEditor .editorFactClose {
    position: absolute;
    bottom: 3px;
    left: 3px;
}
.factAttributesEditor .editorFactClose a {
    margin: 0 0 0 0;
}
.factAttributesEditor .attributeEditor {
    overflow: auto;
    font-size: 11px;
}
.factAttributesEditor div.attributeField {
    margin: 2px 0;
    border: #ffffff solid 1px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0px 1px 0px 1px;
    background-color: #ffffff;
}
.factAttributesEditor div.attributeField:hover {
    border-color: #cccccc;
    background-color: #f7f7f7;
}
.factAttributesEditor .attributeFieldDisabled {
    color: #000;
}
.factAttributesEditor .attributeFieldDisabled:hover {
    color: #000;
}
.factAttributesEditor .attributeFieldEnabled {
    color: #000;
}
.factAttributesEditor .attributeFieldIcon {
    float:left;
    width:13px;
    height: 13px;
    margin-right: 3px;
    background-repeat: no-repeat;
    background-image: url('/images/simpleFacts/factAttributeFieldIcons.png');
    background-position: -0px 0;
}
.factAttributesEditor .attributeFieldEnabled .attributeFieldIcon {
    background-position: -26px 0;
}
.factAttributesEditor .attributeFieldActive {
    background-color: #ffffcc !important;
    border-color: #009900 !important;
}
.factAttributesEditor .attributeTitle {
    cursor: pointer;
}
.factAttributesEditor .attributeFieldEnabled .attributeTitle {
    font-weight: bold;
}
.factAttributesEditor .attributeValue {
    font-style: italic;
}
.factAttributesEditor .attributeValueEditor {
    margin-left: 16px;
}
.factAttributesEditor .attributeValueEditor .attributeValueEditorAction {
    padding: 4px 0 3px 0;
}
.factAttributesEditor .attributeValueEditor .attributeValueEditorAction a {
    margin: 1px 0;
}
.factAttributesEditor .attributeValueEditor input {
    font-size: 11px;
    padding: 0 1px;
    margin: 0 0 0 0;
}
.factAttributesEditor .attributeValueEditor textarea {
    font-size: 11px;
    padding: 0 1px;
    margin: 0 0 0 0;
    width: 95%;
    overflow: scroll;
    height: 33px;
}
.factAttributesEditor .attributeValueEditor select {
    font-size: 11px;
    padding: 0 1px;
    margin: 0 0 0 5px;
}
.factAttributesEditor div.attributeEditorErrorMsg {
    margin: 1px 0 1px 16px;
    background-color: #ffcccc;
    border: #cc0000 solid 1px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #cc0000;
    font-weight: bold;
}
.factsheet .factButton span.factCode {
    opacity: 0.6;
    display: none;
}
.factsheet .factAttributesEditor span.attrCode {
    opacity: 0.6;
    display: none;
}
.factsheet.giataIntern .factButton span.factCode {
    display: inline !important;
}
.factsheet.giataIntern .factAttributesEditor span.attrCode {
    display: inline !important;
}

.factReferenceSelectionDialog .searchResultPane {
    height: 300px;
    overflow: auto;
    margin-top: 5px;
    border: #63809F solid 1px;
}
.factReferenceSelectionDialog .searchResultPane .searchResultLine {
    padding: 4px;
    border-bottom: #cccccc solid 1px;
}
.factReferenceSelectionDialog .searchResultPane .searchResultLine .searchResultName {
    color: #63809F;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}
.factReferenceSelectionDialog .searchResultPane .searchResultLine .searchResultName:hover {
    text-decoration: underline;
}
.factReferenceSelectionDialog .searchResultPane .searchResultLineOdd {
    background-color: #f9f9f9;
}
.factReferenceSelectionDialog .searchResultPane .searchResultLineEven {
    background-color: #eeeeee;
}
.factReferenceSelectionDialog .searchResultPane .searchResultLineOdd:hover {
    background-color: #DFF0FF;
}
.factReferenceSelectionDialog .searchResultPane .searchResultLineEven:hover {
    background-color: #DFF0FF;
}
.factReferenceSelectionDialog .searchResultPane .searchResultLine .searchResultText {
    color: #555;
    font-size: 11px;
}
/* </editor-fold> */

div.applyTextmodule {
    border-top: #7197C2 1px solid;
    margin-top: 12px;
    padding-top: 12px;
}

.applyTextmodule .prologue {
    margin: 0px 0 4px 0;
    font-style: italic;
}

.applyTextmodule div.referencePositions {
    margin-bottom: -20px;
}

.applyTextmodule .referencePositions .dijitSelectLabel {
    max-width: 370px;
    overflow: hidden;
    text-align: left;
}
/*
.applyTextmodule label {
    margin: 0 10px 0 3px;
    line-height: 2em;
}
*/
.textmodulesRulesetsNode {
    margin-bottom: 6px;
}
.textmodulesRulesetsNode .prologue {
    margin: 0px 0 4px 0;
    font-style: italic;
}
.textmodulesRulesetsNode .prologue .textmoduleDesc {
    font-style: normal;
}
.textmodulesRulesetsNode .ruleSet {
    border: #7197C2 solid 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 2px 0 2px 0;
    padding: 2px;
}
.textmodulesRulesetsNode .ruleSet .ruleItem {
    font-weight: bold;
    color: #7197C2;
    display: inline;
}

/* RATING */
.dojoxRating ul {
    padding:0;
    margin:0;
}

.dojoxRatingStar {
    display:inline-block;
    background-image:url(/images/rating/rating.png);
    background-repeat: no-repeat;
    position:relative;
    height:15px;
    width:15px;
    float:left;
}

.dojoxRatingStarChecked {
    background-image:url(/images/rating/rating.png);
    background-position: -15px 0;
}

.dojoxRatingStarHover {
    background-image:url(/images/rating/rating.png);
    background-position: -15px 0;
    opacity:.67;
}
/* END RATING */

/* clearTextBox */
.claro .clearTextBox { 
    padding-right: 25px !important; 
    position: relative; 
}
.claro .clearTextBox a.clearText { 
    width: 12px;
    height: 12px;
    display: block;
    overflow: hidden;
    text-indent: 5000px;
    position: absolute;
    top: 3px; 
    right: 4px;
    background: url(/icons/closeButtonSprite.png) 0 0 no-repeat;
    z-index: 900;
    cursor: pointer; 
}
.claro .clearTextBox a.clearText:hover { 
    background-position:-12px 0; 
}
.dj_ie .claro .clearTextBox a.clearText	{ 
    top:2px; 
}
/* END clearTextBox */

.content_rtl .textinputContainer,
.textDivEditor .content_rtl {
    direction: rtl;
}

.content_rtl .actions {
    left: 24px;
}

.content_ltr  .textinputContainer,
.textDivEditor .content_ltr {
    direction: ltr;
}

.content_ltr .actions {
    right: 0;
}

table tr td.cellFormatNumber {
    text-align: right;
    padding-right: 2px;
}

#rtksearch .dijitTextBox {
    margin: 1px 0px;
}
#rtksearch .dijitSelect {
    margin: 1px 0px;
}
.imageUploaderBox {
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: background-color, border-color;
    -moz-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
}
.imageUploaderBox:hover {
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: background-color, border-color;
    -moz-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    background-color: #abd6ff;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    _background-image: none;
    padding: 1px;
    border: solid 1px #759dc0;
    color: #000000;
    cursor: pointer;
}

.toolboxContentContainer {
    /*background-color: rgb(67, 106, 150);*/
}
.toolboxContentContainer .contentTabs {
    /*background-color: rgb(67, 106, 150);*/
}
.toolboxContentContainer .dijitTitlePaneTitle {
    padding: 0 7px 1px 7px;

    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: background-color, border-color;
    -moz-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
}
.toolboxContentContainer .dijitTitlePaneTitle:hover {    
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-color, border-color;
    -moz-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
}

.toolboxContentContainer .contentTabs .tabLoadingMessageDiv {
    margin: 30px 13px;
}
.toolboxContentContainer .contentTabs .tabLoadingMessageDiv .loaderIcon {
    width: 16px;
    height: 11px;
    margin-right: 8px;
    /* vertical-align: text-bottom; */
    position: relative;
    bottom: -2px;
}

.disclaimerBar {
    position: absolute;
    right: 24px;
    bottom: 16px;
}

.disclaimerBar a {
    text-decoration: none;
    color: #436A96;
    font-weight: bold;
}

.disclaimerBar a:hover {
    text-decoration: underline;
}

#imagesContainer .deleteAllImagesBtn {
    float: right;
    color: #c00;
    cursor: pointer;
}