@charset 'utf-8';/*à*/
#cpanel{
    text-align: right;
    padding-right: 5px;
    padding-top: 3px;
}
table.elenco{
    /*border-collapse: collapse;*/
    background-color: #FFF;
    border: 1px outset #000;
}
table.elenco th{
    font-family: Verdana, Arial;
    font-size:10px;
    font-weight: bold;
    color: #000;
    margin:0;
    padding:0;
    border: 0;
    background-color: #EEF;
}
table.elenco th a{
    font-weight: bold;
}
table.elenco td{
    font-family: Arial;
    font-size:10px;
    color: #000;
    margin:0;
    padding:0;
    /*padding:0 2px 0 2px;*/
    text-align: justify;
}
table.elenco td.center{
    text-align: center;
}
table.elenco td.right{
    text-align: right;
}
table.elenco tr{
    margin:0;
    padding:0;
    border: 0;
}
table.elenco tr.pari{
    background-color: #EFEFE0;
}
table.elenco tr.dispari{
    background-color: #E3EFE0;   /**/
}
table.elenco tr.selezionato{
    background-color: #ffdfbf;
}
table.elenco tr.sopra{
    background-color: #FFA;
}
table.elenco td.bold{
font-weight: bold;
}
.rosso,table.elenco td.rosso{
    color: #F00;
    font-weight: bold;
    text-decoration: line-through;
}
.rossoico{
    color: #F00;
    font-weight: bold;
    background: url(img/esclama.gif) no-repeat center right;
}
/*MENU*/
#adminmenu{
    position:absolute;
    bottom:8px;
    left:195px;
}
#adminmenu a,#adminmenu span#msg{
    font-family: Verdana, Arial;
    font-size:10px;
    font-weight: bold;
    color: #FFF;
}
/*VARIE*/
.tdflag{
text-align: center;
}
.tdled{
background-color: #666;
text-align: center;
}
table.ledtable {
border:1px solid #AAA;
}
table.ledtable th{
padding:4px;
}
table.ledtable td{
border:1px solid #EAEAEA;
padding:2px;
}
td.attendi{
    width:130px;
    height:130px;
    background: url(img/wait.jpg) no-repeat center center;
}
.cpanel{
    background: url(img/cpanel.jpg) no-repeat top left;
    height: 150px;
    width:110px;
    float:right;
}
.sfondouser{
    background: url(img/user.jpg) no-repeat top right;
}

ul#ul_list li .ul_data,ul#ul_list li .ul_datadx{/*colorazione differente per le date (head e footer punto elenco)*/
    text-decoration:none;
	font-weight:normal;
    font-size: 10px;
    color:#E3D385;
}
ul#ul_list li .ul_datadx{/*flottante destro (esempio icone mail e web, numero immagini ecc)*/
    float:right;
    vertical-align: baseline;
}

