		
.linguetta {
			border-right: solid 1px #0DA6DF;
			border-top: solid 1px #0DA6DF;
			border-left: solid 1px #0DA6DF;
            border-bottom: solid 3px #0DA6DF;
			background-color: white;
			color:#0DA6DF;
			font-size:.8em;
			padding: 3px;
			margin-left:2px;
			margin-right:2px;
			z-index:2;
			cursor: pointer;
			cursor: hand;			
			}



.linguetta_hover {
			border-right: solid 1px #0DA6DF;
			border-top: solid 1px #0DA6DF;
			border-left: solid 1px #0DA6DF;
            border-bottom: solid 3px #0DA6DF;
			background-color: #EFFEFF;
			color:#0DA6DF;
			font-size:.8em;
			padding: 3px;
			margin-left:2px;
			margin-right:2px;
			z-index:2;
			cursor: pointer;
			cursor: hand;			
			}

.linguetta_attiva {
			border-right: solid 3px #0DA6DF;
			border-top: solid 3px #0DA6DF;
			border-left: solid 3px #0DA6DF;
			border-bottom: solid 3px white;
            background-color: white;
			font-size:1em;
            padding: 4px;
			margin-bottom:2px;
			font-weight:800;
			z-index:3;
			color:#0DA6DF;
			cursor: default;
			}

.scheda {
			display:none;	
			overflow: hidden;
			position: relative;
		}

.schedario {
			
			border-top: solid 3px #0DA6DF;
			border-right: solid 3px #0DA6DF;
			border-bottom: solid 3px #0DA6DF;
			border-left: solid 3px #0DA6DF;
            margin-top:3px;
			padding: 10px;
			z-index:2;
		}

.bullet_richieste
 {
    background: url(../images/icone/richieste.png) no-repeat right top; padding-right: 20px; 
 }
 
.bullet_schede
 {
    background: url(../images/icone/schede.png) no-repeat right top; padding-right: 20px; 
 }
 
 .bullet_reports
 {
    background: url(../images/icone/reports.png) no-repeat right top; padding-right: 20px; 
 }
 
 .bullet_comunicazioni
 {
    background: url(../images/icone/user_comment.gif) no-repeat right top; padding-right: 20px; 
 } 