/* couleurs: voir http://html-color-codes.info/ */

body {
    font-family: sans-serif;
    font-size: 12px;
    color: #333;
    margin: 0px;
    background: #DEE7ED;
    padding: 0px;

}

#container {
    width: 920px;
    margin: auto; /* centers on page */
    border: 1px solid #93BAD4;

}

/* 930 px = largeur ok (37 signals) */

#main {
    background: white;
}

#leftnav {
    float: left; /* largeur de la colonne de gauche */
    width: 160px;
    margin: 0;
    padding: 1em;
}

#content {
/* largeur de la colonne de gauche */
    margin-left: 200px;
    padding: 20px;
}

#footer {
    width: 920px;
    margin: auto;
    text-align: right;
    color: #999999;
}

#h1 {
    padding-top: 10px;
    padding-bottom: 20px;
}

h1 {
    display: inline;

    padding-right: 15px;

}

/* for jQuery Tooltip plugin */
#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #b4c7dd;
    background-color: #fff7cc;
    padding: 5px;
    opacity: 0.85;
    color: black;
}

#tooltip h3, #tooltip div {
    margin: 0;
    font-size: 10pt;
    font-weight: normal;
}

.note-paragraph {
    padding: 0;
    margin: 0;
}

/* ========================================================
Navigation
======================================================== */

#header {
    background: #fff url("/images/header-bkg.png") repeat-x;
    height: 73px;
    border: 1px solid white;
}

#navigation {
    padding: 3px;
    background-color: #006AC1;
    border-bottom: 1px solid gray;
}

#navigation a {
    color: #f4f2f2;
    font-size: 11pt;
}

.topMenuItemOn {
    font-weight: bold;
}

#navigation span {
    padding: 10px;
    color: #f4f2f2;
    font-size: 11pt;
}

#navigation a:hover {
    color: white;
}

#nav-container {
    height: 22px;
    margin: auto;
    font-size: 13px;
    padding: 3px;
}

#nav-main {
    float: left;
}

#nav-right {
    float: right;
}

/* ========================================================
Forms
======================================================== */

.formLabel, .formLabelInline {
    font-weight: bold;
}

.formLabelInline {
    margin-left: 15px;
}

.inputText, textArea, .inputTextCurrency, .inputTextDate {
    border: 1px solid;
    border-top-color: #3892db;
    border-left-color: #3892db;
    border-bottom-color: #b0dbff;
    border-right-color: #b0dbff;
    padding: 1px;
}

.inputTextCurrency {
    text-align: right;
}

.inputTextDate {
    width: 80px;
}

.textArea {
    height: 30px;
    width: 100%;
}

.button, .button-inline {
    border: 1px solid;
    border-top-color: #b0dbff;
    border-left-color: #b0dbff;
    border-bottom-color: #3892db;
    border-right-color: #3892db;
    background: #fff url("/images/btn-bkg.png") repeat-x;
    cursor: pointer;
    padding: 2px;
}

.button-inline {
    margin-left: 25px;
}

.button:hover, .button-inline:hover {
    background: #fff url("/images/btn-bkg-hover.png") repeat-x;
}

.field-explain {
    color: gray;
}

/*.button:active {
    border-top-color: #3892db;
    border-left-color: #3892db;
    border-bottom-color: #2d73ab;
    border-right-color: #2d73ab;
    background: #fff url("/images/btn-bkg-hover.png") repeat-x;
}*/

.formTable td {
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
}

/* ========================================================
Data table
======================================================== */
.dataTable {
    border-collapse: collapse;
    width: 100%;
    border-top: solid 1px #cfcece;
    border-bottom: solid 1px #cfcece; /*background-color: #fffefc;*/
}

.dataTitle {
    padding-top: 15px;
    font-size: 14pt;
}

.dataTitleComment {
    font-size: 12pt;
}

.dataCaption {
    font-weight: bold; /*background-color: #c9daff;*/
    background: #fff url("/images/btn-bkg.png") repeat-x;
    color: black;
}

.dataCaptionNumeric {
    text-align: right;
}

.dataTable td {
    border-top: solid 1px #cfcece;
    border-bottom: solid 1px #cfcece;
    padding: 4px;
    vertical-align: top;
}

.row1 {
    background-color: #f7faff;
}

.row2 {
/*background-color: #eaeffc;*/
    background-color: white;
}

.dataRow {

}

/*.dataRowColor1:hover {
    background-color: #DFFFFF;
}
.dataRowColor2:hover {
    background-color: #DFFFFF;
}*/

.dataEditable {
    cursor: pointer;
}

.dataNoteCell {
    text-align: right;
    width: 20px;
}

.dataCommands {
    min-width: 180px;
}

.dataCurrency {
    text-align: right;
}

.dataCurrencyPositive {
    color: darkgreen;
}

.dataCurrencyNegative {
    color: darkred;
}

.dataMonthStart td {
    border: 0;
    font-size: 10pt;
    padding-top: 2px;
    padding-bottom: 2px;
}

.dataEstimBalance td {
    border: 0;
    font-size: 10pt;
    padding-top: 2px;
    padding-bottom: 2px;
}

.dataMonthStartLabel {
    text-align: left;
    color: #807e7e;
    font-weight: bold;
}

.dataEstimBalanceLabel {
    text-align: right;
    color: darkgray;
    font-weight: bold;
}

.dataEstimBalanceValue {
    text-align: right;
    font-weight: bold;
}

.diluted-up-to {
    color: gray;
    font-style: italic;
}

/* ========================================================
Errors
======================================================== */
#errorExplanation {
    width: 400px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 3px 3px 3px 10px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 3px;
}

#errorExplanation ul li {
    font-size: 12px;
    list-style: square;
}

/*
Applis
*/
.appli-block {
    position: relative;

    width: 280px;
    overflow: hidden;
    background: url("../images/header-bkg.png") repeat-x;
    background-color: white;
    border: 1px solid #ccccff;

}

.appli-block a {
    float:left;
    text-decoration: none;
    color: black;
}
.appli-block p {
padding:10px;
}