



	#tdArquivo{
		height					: 45px;
		overflow				: hidden;
		position				: relative;
		padding					: 0px;
	}
	
	#ifrAnexo{
		height					: 35px;
		width					: 500px;
	}
	
	#tblTrabalhoInfo{
		width					: 100%;
		margin					: 0px;
		border-radius			: 0px;
	}
	
	#tblcollapse{
		border-collapse: collapse;
		width					: 100%;
		margin					: 0px;
		border-radius			: 0px;
	}
	
	#tblTrabalhoReinviar{
		width					: 100%;
		margin					: 0px;
		border-radius			: 0px;
	}
	
	#tblTrabalhoReinviarInvalido{
		width					: 100%;
		margin					: 0px;
		border-radius			: 0px;
	}
	#tblIntegrantes{
		border-collapse			: collapse;
		margin					: 0px;
		width					: 100%;
		border-radius			: 0px;
	}
	
	#tblIntegrantes thead td{
		border-width: 0px 2px 2px 2px;
		border-style:solid;
		border-color			: #B4C833;
		padding: 3px 10px 3px 10px;
	}

	#tblIntegrantes tbody td{
		border-width: 0px 2px 2px 2px;
		border-style:solid;
		border-color			:#B4C833;
		padding: 3px 10px 3px 10px;
	}
	
	#tblAtividadePendente{
		width					: 100%;
		margin					: 0px;
		border-radius			: 0px;
	}
	
	
	
	.cl_centralizado{
		text-align				: center;
	}
	
	.clTrAnexoArquivo{
		position				: relative;
	}
	.clBloqueiaAnexo{
		position				: absolute;
		width					: 100%;
		height					: 100%;
	}
	
	.cl_transboxA{
		height					: 47px;
		background-color		: #CCCCCC;
		border-width			: 1px solid #CCCCCC;
		/* for IE */
		filter					: alpha(opacity=30);
		/* CSS3 standard */
		opacity					:0.4;
	}
	
	