/*********************************************************************************************************************************************************************/
/*
													STYLES GENERAUX (BALISE) TABLEAU (TODO: A purger mais attention c'est utilisé partout!)
*/
/*********************************************************************************************************************************************************************/
#tableHead {
	border: 1px #D9D9B5;
	background-color: #eaeaea;
	text-align: left;
	border-bottom: 1px solid #7e7e7e;
	border-top: 1px solid #7e7e7e;
}
tr.noBorder {
	border: 0px;
}
td.noBorder {
	border: 0px;
}
tr.On {
	background-color: #eeeeee;
	border: 1px solid ActiveCaption;
}
tr.off {

}
tr.off_tache_retard {
	background-color: #FFF4F9;
}
td.trOn {
	border: 1px #8793A8 solid;
	background-color: #F4F9FD;
}
td.trOff {
	border: 1px #FFFFFF solid;
	background-color: #FFFFFF;
}
.titreth {
	border: 1px #D9D9B5;
	background-color: #eaeaea;
	text-align: left;
	border-bottom: 1px solid #7e7e7e;
	border-top: 1px solid #7e7e7e;
	margin-top:2px;
}
.titreTableau {
	border: 1px #D9D9B5;
	background-color: #eaeaea;
	text-align: left;
	border-bottom: 1px solid #7e7e7e;
	border-top: 1px solid #7e7e7e;
}
td.vide {
	color: black;
	font-size: 11px;
	border-bottom: 0px solid #ebebeb;
}

td.titre {
	background-color: #f9f9f9;
	border-bottom: 1px solid #7e7e7e;
	font-size: 11px;
	white-space : nowrap;
}
.titre {
	background-color: #f9f9f9;
	border-bottom: 1px solid #7e7e7e;
	font-size: 11px;
	white-space : nowrap;
	font-weight:bold;
}
td.probleme {
	color: #ff0000;
	font-weight: bold;
}

td.jourferie {
	background-color: #a3a3a3;
	border-bottom: 1px solid #7e7e7e;
	font-size: 11px;
}
/* utilisé pour fiat CRM */
tr.highlightRow {
	background-color: #ffe1e1;
}
/*********************************************************************************************************************************************************************/
/*
													MESSAGE ET ERREUR
*/
/*********************************************************************************************************************************************************************/
.warning {
	text-align: left;
	padding-left: 20px;
	/*margin: 15px 30px 13px 30px;*/
	color: red;
	vertical-align: middle;
	height: 17px;
	vertical-align: middle;
	background-image: url(../img/bullet_error.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
/*
.error {
	text-align: left;
	padding-left: 20px;
	color: red;
	vertical-align: middle;
	height: 17px;
	vertical-align: middle;
	background-image: url(../img/error.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
*/
.errorXome {
	color:red;
	margin: 15px 30px 13px 30px;
	background-image: url('../img/error.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.info {
	text-align: left;
	/*margin: 15px 30px 13px 30px;*/
	margin:10px 20px;
	text-indent: 20px;
	color: #9C9C8E;
	height: 17px;
	vertical-align: middle;
	background-image: url(/img/information.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.info a {
	color: #F69E18;
	text-decoration: none;
}

.info a:hover {
	color: #60778E;
	text-decoration: underline;
}