/****************************************************************************/
/* STILE DELLA FINESTRA PRESENTI */

/* HELP: Da qui è possibile modificare:
- I font ed i colori dei presenti
- Le dimensioni e la posizione della finestra dei presenti
- Lo sfondo della finestra dei presenti */

/*Frame dei presenti*/

div.presenti{
	padding: 0 0 0 0;
   width: 190px;
   height:100%;
}
.sfpres{
margin: 0 0 0 26px;
background-color:#e4cda4;
width:188px;
border:none;
height:100%;
}
box_presenti {
overflow:hidden;
width:180px;
font-size:10px;
height:100%;
}
iframe.iframe_presenti{
overflow: auto;
width:188px;
height:100%;
border:none;
}
div.luogo{
	margin:0 0 0 0;
	font-size:12px;
	font-weight:bolder;
}


div.presente{
	font-weight:normal;
	font-size:12px;
}

div.link_presenti{
	margin-top:0;
}


