/* CSS Document */

/* ----- questo codice è da includere nel file common_schede.css ----- */
.tabcontent ul {list-style-type:disc;margin:0 0 16px 16px;padding:0 0 0 22px;color:#767676;list-style-image: url('/showimg/3291.gif');}
.tabcontent A {color:#004A8E}
.tabcontent A:hover {color:#FF1111}
.tabcontent IMG {margin-left:10px;}
.tabcontent .nota {font-size:9px;}
.tabcontent .nota STRONG {text-transform:uppercase;}
/* ----- codice per le tabelle che si sviluppano i dati in verticale ----- */
.tabcontent TABLE.vert {width:544px;height:auto;overflow:hidden;margin:0 0 0 10px;border:1px solid #EBECF0;padding:0;background:url('/showimg/3213.gif ') 271px repeat-y;border-collapse:0px;border-spacing:0px;border-collapse:collapse;}
.tabcontent TABLE.vert TH {width:50%;height:30px;font-weight:800;font-size:9px;padding:2px 2px 2px 10px;color:#f11;background:#F5F8F9;border-right:1px solid #EBECF0;border-bottom:1px solid #EBECF0;text-transform:uppercase;vertical-align:center;}
.tabcontent TABLE.vert TD {width:50%;height:28px;padding:2px 2px 2px 10px;color:#767676;background:url('/showimg/2184.gif .gif') bottom repeat-x;}
.tabcontent TABLE.vert TD.bottom {height:5px;background:#fff;font-size:0px;line-height:0px;}

/* fine ----- codice per le tabelle che si sviluppano i dati in verticale ----- */
/* ----- codice per le tabelle che si sviluppano i dati in orizzontale ----- */
.tabcontent TABLE.oriz {width:544px;height:auto;overflow:hidden;margin:0 0 0 10px;border:1px solid #EBECF0;padding:0;border-spacing:0px;border-collapse:collapse;}
.tabcontent TABLE.oriz TH {width:100%;height:30px;font-weight:800;font-size:9px;padding:2px 2px 2px 10px;color:#f11;background:#F5F8F9;border-right:1px solid #EBECF0;border-bottom:1px solid #EBECF0;text-transform:uppercase;}
.tabcontent TABLE.oriz TD {width:90%;height:28px;padding:2px 2px 2px 30px;background:url('/showimg/2184.gif .gif') bottom repeat-x;color:#767676;}
.tabcontent TABLE.oriz TD.bottom {height:5px;background:#fff;font-size:0px;line-height:0px;}
.tabcontent TABLE TD.first {width:1%;color:#767676;text-transform:uppercase;text-align:left;font-weight:normal;padding:2px 2px 2px 10px;white-space:nowrap;}
/* fine ----- codice per le tabelle che si sviluppano i dati in orizzontale ----- */

/* ----- codice per le tabelle che si sviluppano i dati in verticale con tre colonne----- */
.tabcontent TABLE.vert3 {width:544px;height:auto;overflow:hidden;margin:0 0 0 10px;border:1px solid #EBECF0;border-spacing:0px;border-collapse:collapse;}
.tabcontent TABLE.vert3 TH {height:30px;font-weight:800;font-size:9px;padding:2px 2px 2px 10px;color:#f11;background:#F5F8F9;border-right:1px solid #EBECF0;border-bottom:1px solid #EBECF0;text-transform:uppercase;vertical-align:center;}
.tabcontent TABLE.vert3 TD.first {height:28px;padding:2px 2px 2px 10px;color:#767676;background:url('/showimg/2184.gif .gif') bottom repeat-x;}
.tabcontent TABLE.vert3 TD.bdx {width:20%;height:28px;padding:2px 2px 2px 10px;color:#767676;background:url('/showimg/3213.gif ') bottom right repeat-y; }
.tabcontent TABLE.vert3 TD.bsx {width:20%;height:28px;padding:2px 2px 2px 10px;color:#767676;background:url('/showimg/3213.gif ') bottom left repeat-y; }
.tabcontent TABLE.vert3 TD {width:60%;height:28px;padding:2px 2px 2px 10px;color:#767676; background-color:#FFFFFF;}
.tabcontent TABLE.vert3 TD.lo {height:1px;background:url('/showimg/2184.gif .gif'); line-height:0px;font-size:0;padding:0;}
.tabcontent TABLE.vert3 TD.bottom {height:5px;background:#fff;font-size:0px;line-height:0px;}
/* fine ----- codice per le tabelle che si sviluppano i dati in verticale con tre colonne ----- */

/* ----- codice per le tabelle che si sviluppano i dati in verticale con tre colonne----- */
.tabcontent TABLE.vert4 {width:544px;height:auto;overflow:hidden;margin:0 0 0 10px;border:1px solid #EBECF0;border-spacing:0px;border-collapse:collapse;}
.tabcontent TABLE.vert4 TH {height:30px;font-weight:800;font-size:9px;padding:2px 2px 2px 10px;color:#f11;background:#F5F8F9;border-right:1px solid #EBECF0;border-bottom:1px solid #EBECF0;text-transform:uppercase;vertical-align:center;}
.tabcontent TABLE.vert4 TD.first {height:28px;padding:2px 2px 2px 10px;color:#767676;background:url('/showimg/2184.gif .gif') bottom repeat-x;}
.tabcontent TABLE.vert4 TD.bdx {width:15%;height:28px;padding:2px 2px 2px 10px;color:#767676;background:url('/showimg/3213.gif ') bottom right repeat-y; }
.tabcontent TABLE.vert4 TD.bsx {width:15%;height:28px;padding:2px 2px 2px 10px;color:#767676;background:url('/showimg/3213.gif ') bottom left repeat-y; }
.tabcontent TABLE.vert4 TD {width:55%;height:28px;padding:2px 2px 2px 10px;color:#767676; background-color:#FFFFFF;}
.tabcontent TABLE.vert4 TD.lo {height:1px;background:url('/showimg/2184.gif .gif'); line-height:0px;font-size:0;padding:0;}
.tabcontent TABLE.vert4 TD.bottom {height:5px;background:#fff;font-size:0px;line-height:0px;}
.ucase {
	text-transform	: uppercase;
}

.bold {
	font-weight		: bold;
}

.color_red {
	color			: #ff1111;
}

.color_blue 
/*.color_blue, * */{
	color			: #004a8e;
}

.color_gray {
	color			: #767676;
}

a:hover {
	color:#FF0000;
}

