/*****************************************************************************
 * Copyright (c) 2007, PMP Concept
 *
 * 						Feuille de style du composant Liste
 *
*****************************************************************************/


/********************************************************************************/
/*	Style du bloc liste															*/
/********************************************************************************/

div.liste
{
	position:relative; display:block; width:800px; overflow:visible;
}


/********************************************************************************/
/*	Style du contenu affiché pendant le chargement								*/
/********************************************************************************/

.loaderContent
{
	display:none;
	visibility:hidden;
	position: absolute;
	float:left;
	clear:both;
	text-align:center;
}

.loaderContent img
{
	position:relative;
	top:50%;
	margin-top: -8px;
}

.loaderContent .loaderContentOverlay
{
	position: absolute;
	float:left;
	clear:both;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}


/********************************************************************************/
/*	Style du bloc contenant les filtres											*/
/********************************************************************************/

.filtersListe
{
	border:1px solid #DDDDDD;
	display:table;
	overflow:hidden;
	width:100%;
	background-color: #EEEEEE;
}

.filtersListe .head
{
	display:table-row;
}

.filtersListe h1
{
	font-size:14px;
	color:darkgray;
	margin:4px;
	float:left;
}

.filtersListe .bouton
{
	cursor:pointer;
	float:right;
	padding:0;
	margin:4px;
	width:16px;
	height:16px;
	border:none;
}

.filtersListe .bouton:hover
{
	cursor:pointer;
	float:right;
	padding:0;
	width:16px;
	height:16px;
	border:none;
}

.filtersListe .bouton.ajouterFiltre
{
	background: transparent url(_images/filtre_boutons.png) 0 0px no-repeat;
}
.filtersListe .bouton.ajouterFiltre:hover
{
	background: transparent url(_images/filtre_boutons.png) 0 -16px no-repeat;
}

.filtersListe .bouton.supprimerFiltre
{
	background: transparent url(_images/filtre_boutons.png) 0 -32px no-repeat;
}
.filtersListe .bouton.supprimerFiltre:hover
{
	background: transparent url(_images/filtre_boutons.png) 0 -48px no-repeat;
}

.filtersListe .body
{
	clear:both;
	border-top:1px solid #DDDDDD;
}

.filtersListe .filterRow
{
	display:table-row;
}

.filtersListe .filterRow span.column
{ 
	display:table-cell;	
	padding:5px;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
}

.filtersListe .filterRow span.column.boutons
{ 
	position:absolute;
	right:0;
	display: -moz-inline-box;
	display: inline-block;
	width:auto;
	padding:auto;
	margin:auto;
}

.filtersListe .filterRow span.column.boutons .bouton
{ 
	display: -moz-inline-box;
	display: inline-block;
	float:none;
	padding:auto;
	margin:auto;
	width:16px;
}

.filtersListe .filterRow span:first-child  
{
	font-weight:bold;
}


.filtersListe input
{ 
	width:250px;
}

/* LISTE */
table tr.marked {
    background-color: #C6E3CC;
}

table tr.marked td
{
	border-right:1px solid #ACD6B3;
	border-left:1px solid #DDEEDF;
	border-bottom:1px solid #ACD6B3;
	border-top:1px solid #DDEEDF;
	
}

table tr.alerte
{
    background-color: #FADCAA;
    text-align: left;
}
table tr.alerte td
{
	border-right:1px solid #F5C67E;
	border-left:1px solid #FDE8C6;
	border-bottom:1px solid #F5C67E;
	border-top:1px solid #FDE8C6;
}