/*
*
* ELENCO UTENTI
*
*/
#utenti-frame 					{font-size: 10pt; background-color: White; padding: 10px 20px 10px 20px}
#utenti-frame input				{padding-left: 5px}
#utenti-frame a					{text-decoration:none}
#utenti-frame .db-elenco ul		{}
#utenti-frame .db-elenco ul li		{margin-bottom: 5px; position:relative}
#utenti-frame .db-elenco img		{}
#utenti-frame .db-delete			{float:left; margin-top:9px; margin-left: -35px; cursor:pointer}
#utenti-frame .db-item			{height: 50px; background-color: WhiteSmoke; cursor:pointer; border: 1px solid WhiteSmoke}
#utenti-frame .db-item button 		{float: right; position:absolute; top:10px; right: 10px;
	display: none;
	height: 30px;
	width: 70px;
	font-size: 1em;
	font-weight: bold;
	color: white;
	background-color:red;
	border:1px solid #dedede; border-top:1px solid #eee; border-left:1px solid #eee;
	line-height:130%; text-decoration:none;
	cursor:pointer; 
	padding:5px 10px 6px 7px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#utenti-frame .deleting		{border: 1px dotted red}
#utenti-frame .db-img		{float:left; margin-top: 5px; width: 35px; margin-left: 10px}
#utenti-frame .db-username	{float:left; padding-top: 15px; min-width: 100px; margin-left: 10px; max-width:100px; overflow:hidden; text-overflow: ellipsis; white-space:nowrap;}
#utenti-frame .db-nome		{float:left; padding-top: 15px; min-width: 170px; margin-left: 10px; max-width:170px; overflow:hidden; text-overflow: ellipsis; white-space:nowrap;}
#utenti-frame .db-ragsoc	{float:left; padding-top: 15px; min-width: 250px; margin-left: 10px; max-width:250px; overflow:hidden; text-overflow: ellipsis; white-space:nowrap;}
#utenti-frame .db-flags		{float:left; padding-top: 5px; min-width: 70px; margin-left: 10px;}

#utenti-frame .db-addnow,
#utenti-frame .db-conferma {
	height: 40px;
	width: auto;
	font-size: 1em;
	font-weight: bold;
	color: white;
	background-color:orange;
	border:1px solid #dedede; border-top:1px solid #eee; border-left:1px solid #eee;
	line-height:130%; text-decoration:none;
	cursor:pointer; 
	padding:5px 10px 6px 7px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#utenti-frame .db-elenco	{}
#utenti-frame .db-card	{min-height: 300px;}

#toolbar-filtri	label,
#toolbar-filtri select,
#toolbar-filtri input {float:left; font-size:12px}
#toolbar-filtri label	{padding-left: 15px}
#toolbar-filtro-ABC input		{margin:0px; font-size:12px; width:22px}
	
#bannerSection h1 {color: #D53901}	