
.contiene_cartelle
{
    width: 70%;
    overflow: hidden;
    padding: 0px 0 15px 0;
}
.chiude_cartelle
{
    height: 40px; width: 70%;
    background: url(../images/download/fondo_chiusura_cartelle_funzioni2.png) left top;
}
.cartelle
{
    float: left;
    width: 100%;
    padding: 0;
    font-size: 18px;
    line-height: 160%;
}
	.cartelle a
	{
		color: #497192;
	}
.cartella_root
{
    font-size: 26px;
    color: #993300;
    padding-bottom: 10px;
}
.cartella_selez
{
    padding-right: 5px;
    color: #993300 !important;
}
.item-doc
{
	width: 100%;
	padding: 15px 15px 7px 15px;
	border: 1px #ccc dotted;
	margin-bottom: 15px;
	background: #fbfbfb;
	overflow: hidden;
	border-radius: 6px;
}
.logout-ar
{
	font-size: 13px; color: #555;
	position: absolute; top: 15px; right: 340px;
}
.logout-ar-esci a
{
	position: absolute; top: 15px; right: 300px; text-decoration: none; color: #226eab; font-size: 13px; font-weight: 600;
}
	.logout-ar-esci a:hover
	{
		color: #993300;
	}
.elimina_elemento
{
    background: url('../images/download/pulsante_elimina.png') center top no-repeat;
    width: 60px;
    height: 16px;
    cursor: pointer;
    margin-left: 20px;
    float: right;
}
.elimina_elemento:hover
{
    background-position: left bottom;
}
.legenda
{
	font-size: 12px; color: #444;
	position: absolute; top: 60px; right: 10px;
	line-height: 160%;
	padding: 0 0 18px 0;
	width: 20%;
}
	.legenda img
	{
		vertical-align: text-bottom;
	}

/* Popup alert */

.ModalPopup
{
    width: 293px;
    height: 184px;
    padding: 25px 80px 0 80px;
    background: url(../images/download/fondo_alert.png) center top no-repeat;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.ModalPopupBackground {
	background-color: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.si_no
{
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    text-align: right;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.si
{
    border: 0px solid #f0f0f0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #bf5e26;
    width: 40px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    border-radius: 4px;
}
.no
{
    border: 0px solid #f0f0f0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #2f6073;
    width: 40px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    border-radius: 4px;
}
/* -------------------------------------------------------- */