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

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

}

table td {
	padding: 0px;
	margin: 0px;
}

#container {
	width: 920px;
	margin: auto;
	border: 1px solid #93BAD4;
	background: white;
}

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

#main {
	background: white;
	padding: 5px;
	overflow: hidden;
    width:900px;
}

#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, #footer a {
	width: 920px;
	margin: auto;
	text-align: right;
	color: #999999;
}

#h1 {
	display: inline;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 15px;
}

h1 {
	margin-top: 0px;
	padding-bottom: 10px;
}

.link {
	font-size: 12px;
	font-weight: normal;
}

/* 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;
}

/* tooltips (jquery plugin reserved name) */
#note img {
	vertical-align: text-bottom;
}

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

#small-content {
	margin-top: 50px;
}

/* ========================================================
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 {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	border: 1px solid;
	border-top-color: #3892db;
	border-left-color: #3892db;
	border-bottom-color: #b0dbff;
	border-right-color: #b0dbff;
	padding: 2px;
}*/

input[type='text'], input[type='password'], textArea, select {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	border: 1px solid;
	border-top-color: #3892db;
	border-left-color: #3892db;
	border-bottom-color: #b0dbff;
	border-right-color: #b0dbff;
	padding: 2px;
}

.inputText {
	width: 170px;
}

.inputTextCurrency {
	text-align: right;
}

.inputTextDate {
	width: 100px;
}

textArea {
	height: 30px;
	/*width: 170px;*/
}

.button, .button-inline {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	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;
}

.field-optional-label {
	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;
}*/

.simple-form-table {
}

.simple-form-table td {
	padding: 2px;
}

.simple-form-table td.label {
}

.simple-form-table td.submit-cell {
	padding-top: 15px
}

.simple-form-table tr>td, .simple-form-table tr>td>span {
	text-align: right;
}

.simple-form-table tr>td+td {
	text-align: left;
}

/* ========================================================
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;
	text-align: right;
}

.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: 1px solid #990000;
	padding: 7px;
	padding-bottom: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #f9f9ff;
}

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

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

#errorExplanation ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

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

.fieldWithErrors {
	padding: 1px;
	background-color: #990000;
	display: table;
}
