﻿
BODY, P, TABLE {
    margin: 0;
	font-size: 10pt;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

TR {
  background-color:#E9ECF4;
  color:#2C4592;
  font-size:10pt;
}

.cMontant 
{
    width: 100px;
    text-align: right;
}

.cNombre
{
    width: 100px;
    text-align: right;
}

.rowSep
{
    background-color: lightblue;
    border: 1px;
    font-weight:bold;
    text-align: left;
    height: 20px;
}

.rowSepCenter
{
    background-color: lightblue;
    border: 1px;
    font-weight:bold;
    text-align: center;
    height: 20px;
}

.MsgWarning 
{
    color: Red;
}

.MsgError 
{
    font-weight: bold;
    color: Red;
}

/* edit de frais */

/* menu du haut */
#nav-wrapper {
	PADDING-LEFT: 18px; BACKGROUND: url(../images/bg_nav.gif) #95b8e6 no-repeat left top; LEFT: 17px; BOTTOM: 14px;  HEIGHT: 25px; 
}
#nav-wrap2 {
	PADDING-RIGHT: 17px; BACKGROUND: url(../images/bg_nav.gif) no-repeat right 50%; HEIGHT: 25px
}
#nav-wrap3 {
	BACKGROUND: url(../images/bg_nav.gif) repeat-x left bottom; HEIGHT: 25px
}
#nav LI {
	BACKGROUND: url(../images/bg_nav.gif) repeat-x left bottom; FLOAT: left; LIST-STYLE-TYPE: none
}
#nav LI:hover UL {
	LEFT: auto
}
#nav UL {
	LIST-STYLE-TYPE: none
}
#nav LI UL {
	Z-INDEX: 1; LEFT: -999em; position: absolute;   
}
#nav-wrapper A {
	BORDER-RIGHT: #648abd 1px solid; 
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	PADDING-RIGHT: 15px; 
	PADDING-LEFT: 15px; 
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 0px;
	COLOR: #ffffff;
	cursor: hand;
	PADDING-TOP: 5px; HEIGHT: 18px; TEXT-ALIGN: center; TEXT-DECORATION: none
}
#nav-wrapper A:hover {
	BACKGROUND: #648abd
}
#nav-wrapper .active A {
	BACKGROUND: #507ab2
}


/* Frais */
.fraisrowtitle 
{
    background-color: lightblue;
    border: 1px;
    font-weight:bold;
    text-align: center;
    height: 19px;
}

.fraisrowtotalfinancement
{
    background-color: #507ab2;
    border: 1px;
    font-weight:bold;
    text-align: center;
    height: 19px;
    color:White;
}

/* edit de frais */
.FraisMontant 
{
    width: 100px;
    height: 14px;
    text-align: right;
}

/* les versions read-only */
.FraisMontantRO
{
    width: 100px;
    height: 14px;
    background-color:#E9ECF4;
    text-align: right;
}

.FraisTotal
{
    width: 100px;
    height: 14px;
    font-weight: bold;
    background-color:#E9ECF4;
    text-align: right;
}

.FraisTotalLabel
{
    font-weight: bold;
}

/* FISC */
.fiscperso
{
    border-right: black 1px solid; 
    border-top: black 1px solid; 
    border-left: black 1px solid; 
    border-bottom: black 1px solid; 
}

.tabfisc
{
    border-collapse: collapse;
}

.fischead2
{
    text-align: right;
    font-weight: bold;
}

.colfisc0
{
}

.colfisc1, .colfisc2
{
    text-align: right;
    width: 100px;
    background-color: White;
    border-right: cornflowerblue 1px solid;
    border-top: cornflowerblue 1px solid;
    border-left: cornflowerblue 1px solid;
    border-bottom: cornflowerblue 1px solid;
    color:Black;
}


.FiscMontant 
{
    width: 100px;
    text-align: right;
}

.FiscCalcul
{
    border-top: white 1px outset;
    border-left: white 1px outset;
    border-right: black 1px outset;
    border-bottom: black 1px outset;
}

/* PH */
/* pour marquer la séparation entre les zones dans sousPH */
.rowSousPHSeparator 
{
    border-bottom: solid 2px #2C4592;
}

.buttonup 
{
  background-color:white;
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

.buttondown 
{
  background-color:Gray;
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px white;
    border-bottom: solid 1px white;
}

/* La 1ère ligne qui reprend le montant, quotité, tarif */
.toprowph {
  background-color: darkgray;
}

/* Tableau d'amortissement doit être scrollable*/
.divtabamort
{
    width: 100%;
    overflow: auto;
    margin-bottom: 0px;
}

.tabamort 
{
    border-collapse: collapse;
    border: solid 1px black;
    margin-bottom: 0px;
}

.tabamort TD
{
    border: solid 1px Gray;
    padding: 0px 0px 0px 0px;
}

/* La 1ère ligne du tableau d'amortissement */
.toprowtabamort {
  background-color: lightblue;
  color: Black;
  text-align: right;
}

/* les autres lignes */
.rowtabamort {
  text-align: right;
}

.tabfooter
{
    margin-top: 0px;
    border-collapse: collapse;
    border: solid 1px black;
}

.tabfooter TD
{
    background-color: Gray;
    border: solid 1px black;
    color :Black;
}

.PHCalcul
{
    width: 150px;
}

.TextDisabled 
{
	font-style: italic;
	color: Gray;
}

.inl_hint_bg_table
{
	border: 1px solid #2c4592;
}

.inl_hint_fg_table 
{
	background-color:#d9deeb;
	color:#2C4592;
}

/* 2ème colonne du tableau résumé, la 1ère contient le libellé, la 2ème les montants */
.tabresumecol2
{
    text-align:right;
}