/**
  
  @Descripció: Estils per mòdul de borsa d'enquestes
  @Tipus: full d'estils
  @versió: 1.0
  @data: 22 de desembre de 2006
  @autor:  Enric Vidal(aladetres)
  @històric de canvis:
 	1.0 - 12 de gener de 2006 -  Versió inicial.
 	
  	
 **/

.enquesta_llista_respostes
{	
	margin-left:0px;
	margin-bottom:8px;
	margin-top:8px;
	padding:0px;
}

.enquesta_llista_respostes li
{
	list-style: none;
	list-style-image: none; 
	
}

.enquestes_envia
{
	text-aling:left;
	margin-left:60px;
	
}

.enquesta_pastilla_titol
{
	
	font-weight: bold;
	margin-bottom:5px;
	
}


.enquesta_pastilla_cos
{
	padding: 18px 10px 8px 18px;
	background: #e6e6e6; 	
	margin-bottom:10px;
}

.enquesta_pastilla_opcio
{
	margin-top:0px;	
	padding-top:2px;
	font-size: 0.9em;
}

.enquesta_llistat_item
{

	border-bottom:1px solid #E6E7E8;
	margin-bottom:10px;
}


.enquesta_llistat_item_respostes
{
	margin-left:30px;
	

}

.enquesta_llistat_item_respostes li 
{
	list-style: none;
	list-style-image: none; 

}

.enquesta_llistat_total
{
	text-align:right;
	margin-top:20px;
	margin-bottom:2px;
	margin-right:0px;
	font-size: 0.9em;

}


.enquesta_llistat_grafic
{
	margin-left:0px;
	margin-top:10px;
}

