﻿/***********************************/
/* Image Progress                  */
/***********************************/
div.imgProgress 
{
	background-color: rgb(0, 0, 0);
	/* opacity */
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	
	background-repeat: repeat;
	position: fixed;
	text-align: center;
}

div.imgProgressContenu 
{
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	
	background-repeat: repeat;
	position: fixed;
	text-align: center;
	z-index:10000;
}

div.imgProgressContenu #tableLoader {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

div.imgProgressContenu #tableLoader-td {
	height: 100%;
	padding: 0;
	vertical-align: middle;
	
	background-color: transparent;	
}

div.imgProgressContenu #tableLoader-td .labelMsg 
{
	margin: 5px 0;
}


