/* ------------------------------------------------------------------ */
/* -                            REQUESTS                                  */
/* ------------------------------------------------------------------ */


.tabRequests{
	border:1px solid #D9F0FE;
}

.tabRequests .title{
	color:#58AADC;
}
.tabRequests TD{
	border:1px solid #D9F0FE;
}

.tabRequests .odd td{
	background-color:#F5FBFF;

}


.disabled{
		background-color:#cacaca;
	}	



#filtre{
	border:1px #cccccc solid;
	padding:10px;
}

#filtre .pnlMsg{
	width:95%;
	border:1px dotted #8B909F;
	color:red;
}

	#filtre TABLE .label{
		vertical-align:top;
		padding-top:3px;
	}

	#filtre TABLE .label LABEL{		
		 width:50px;	
	}

	
	#filtre .input INPUT,#connexion .input TEXTAREA,#connexion .input SELECT{			
		 width:140px;
	}


.liste{
	width:40%;
	}
	
	.liste A
	{
		text-decoration:none;
	}
	
	.liste TD
	{
		cursor:pointer;
		padding:5px;
		padding-right:20px;
		background:url('images/ico_download.gif') 235px 5px no-repeat;
	}
	
	.liste TD:hover
	{
		background-color:#E1F1FF;
	}
	
	
	.liste .odd{
		background-color:#EFEFEF;
	}
	
	.liste .even{
		background-color:white;
	}
	