
	.action div {
	    display:-moz-inline-stack;
		display: inline-block;
		zoom:1;
		*display:inline;		
		
		margin: 5px 5px 5px 0;
		width: 40px;
		height: 40px;		
		border: 2px solid #ffb157;
		border-radius: 5px ;
		cursor: hand;
		
		padding: 3px;
		
 		-webkit-transition: all 0.5s 0s ease;
		-moz-transition: all 0.5s 0s ease;
 		-o-transition: all 0.5s 0s ease;
	}
	
	.action span {
		display: inline-block;
		width: 30px;
		height: 30px;
	}		
	
	.action div:hover {
		border-color: #ff8800;
		background-color: #ff8800;
	}


	.share{
		background: url(/quid/javax.faces.resource/img/share.png.jsf) center no-repeat;
		
	}
	.share2{
		background: url(/quid/javax.faces.resource/img/share2.png.jsf) center no-repeat;
		
	}


	.graph{
		background: url(/quid/javax.faces.resource/img/social2.png.jsf) center no-repeat;
		
	}

	.graph2{
		background: url(/quid/javax.faces.resource/img/social3.png.jsf) center no-repeat;
		
	}

	.tabela{
		background: url(/quid/javax.faces.resource/img/tabela.png.jsf) center no-repeat;
		
	}
		
	.rate{
		background: url(/quid/javax.faces.resource/img/rate.png.jsf) center no-repeat;
		
	}
	
	.edit{		
		background: url(/quid/javax.faces.resource/img/edit.png.jsf) center no-repeat;
		
	}
	
	.cancel{		
		background: url(/quid/javax.faces.resource/img/undo.png.jsf) center no-repeat;
		
	}
	
	.delete{		
		background: url(/quid/javax.faces.resource/img/delete.png.jsf) center no-repeat;
		
	}
	.manage{		
		background: url(/quid/javax.faces.resource/img/tools.png.jsf) center no-repeat;
		
	}
	.merge{		
		background: url(/quid/javax.faces.resource/img/merge.png.jsf) center no-repeat;
		
	}
	
	
	
	.add{		
		background: url(/quid/javax.faces.resource/img/pluspb1.png.jsf) center no-repeat;
		
	}
	
	.addSet{		
		background: url(/quid/javax.faces.resource/img/plusset.png.jsf) center no-repeat;
		
	}

	/* o drag-drop � um tipo diferente de a��o, mas tamb�m o �, ent�o aqui est�*/	
	.filedrag		{
				text-align: center;
				overflow: hidden;
				
				margin: 5px 5px 5px 0;
				width: 40px;
				height: 40px;
				border: 2px solid #ffb157;
				border-radius: 5px ;
				padding: 3px;
				
		 		-webkit-transition: all 0.5s 0s ease;
				-moz-transition: all 0.5s 0s ease;
		 		-o-transition: all 0.5s 0s ease;
		 		
		 		background: url(/quid/javax.faces.resource/img/drop-add.png.jsf) center no-repeat;
		 		background-color: white;
		}

		.filedrag:hover		{
			border-color: #ff8800;
			background-color: #ff8800;
		}

		.filedrag_active	{
				text-align: center;
				overflow: hidden;
				
				margin: 5px 5px 5px -70px;
				
				width: 100px;
				height: 60px;
				
				border: 2px solid;
				border-color: rgb(208, 68, 55);
				border-radius: 5px ;
				
				padding: 3px;
				
		 		-webkit-transition: all 0.5s 0s ease;
				-moz-transition: all 0.5s 0s ease;
		 		-o-transition: all 0.5s 0s ease;
		 		
				background: url(/quid/javax.faces.resource/img/drop-text.png.jsf) center no-repeat;
		    	background-color: rgb(255, 208, 207);
		}
