/* System Standard Messages */
dt.error,dt.message,dt.notice{display:none}
#system-message { margin-bottom: 20px; }
#system-message ul {list-style-type:none }
#system-message dd.message ul { padding:7px 7px 7px 20px; background: #fff url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #9A792F; border-bottom: 3px solid #9A792F; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { padding:7px 7px 7px 20px; color: #c00; background: #fff url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #9A792F; border-bottom: 3px solid #9A792F; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul {padding:7px 7px 7px 20px; color: #c00; background: #fff url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #9A792F; border-bottom: 3px solid #9A792F; margin:0px; padding-left: 40px; text-indent:0px;}


/* menu amministrazione*/

.moduletable_admin h3{
padding:4px 7px 4px 10px;
background: #C3D2E5 url(../../system/images/notice-info.png) right center no-repeat;
border-top: 3px solid #DE7A7B;
border-bottom: 3px solid #DE7A7B;
}
.moduletable_admin {
font-family:Arial, arial, sans-serif;
border: 1px solid #999;
background: #f7f7f7;
margin:5px auto;
padding:2px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
float:left;
margin-right:20px;
}
.moduletable_admin   a{
color:#333;
font-weight:bold;
text-transform:uppercase;
font-size:11px;
padding:4px 8px;
} 
.moduletable_admin a:hover{
color:#0371C5;
}

 .tool-tip {
   float: left;
   background: #ffc;
   border: 1px solid #D4D5AA;
   padding: 5px;
   max-width: 200px;
}

.tool-title {
   padding: 0;
   margin: 0;
   font-size: 12px;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;
}

#icones{
float:left;

}

.tool-text {
   font-size: 12px;
   margin: 0;
   color:#666
}