.apInfoArticolo{
padding: 4px;
padding-left: 24px;
border:1px solid gray;
background-color: #e6EEEE;
margin-top: 6px;
margin-bottom: 6px;
background-image: url(information.png);
background-repeat:no-repeat;
}

.apListaDaCatCorpo{
    border-bottom:1px solid gray;
    margin-left: 340px;
}
.apElementoCategorie{
padding:4px;
border:1px solid #666;
background: url(/layout/it/appunti/sfumatura_categoria.png) repeat-x;
}
.apBoxListaCategorie{
width:250px;
border:1px solid green;
float:right;
margin-left:12px;
margin-top:12px;
padding:4px;    
}
.apCatApSeparatore{
color:green;margin-right:260px;    
}
.apLaterale{
width: 250px;
float: right;
padding: 4px;
border: 1px solid green;
margin-left:4px;
}
.apBoxContenuti{
margin:0px auto;

height:40px;
border:1px solid #90ee90;
background: url(/layout/it/sfondo_box_contenuti.png) repeat-x;
font-size: 11px;
color: #909090;
margin-bottom: 12px;
}
.apIntestazioneLaterale{
border:1px solid green;
background-color:#AFA;
padding:2px;
margin-top:8px;
font-weight: 200;
}
#apAltriAppunti{
background-color:white;overflow:auto;height:250px;    
}
.apPreSucTop{
margin-top: 12px;;
font-size:8pt;
width:100%;
float:left;    
}
.apNavSuccessivo{
width:50%;
float:right;
text-align: right;
}
.apNavPrecedente{
width:50%;
float:left;
}

/* Jquery tablesorter */
/* tables */
table.tablesorter {
    font-family:verdana;
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}
table.tablesorter thead tr .header {
    background-image: url(tablesorter/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(tablesorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}