h1 {font-size:200%;}

/***********************************
STILI DIV ESTERNO A TT_CONTENT 
************************************/
.PLBIG {padding-left:20px; }
.PLSMALL {padding-left:7px; }
.W1-2 {width: 472px; }
.W1-3 {width: 300px; }
.W2-3 {width: 630px; }
.W1-4 {width: 220px; }
.WFULL {width: 940px; }
.FL {float:left;}
.FR {float:right;}
.PRBIG {padding-right:20px; }
.PRSMALL {padding-right:7px; }

/**************************************
PERMETTE SCROLLING ALLE FINESTRE DI POP UP
**************************************/
#popup_content {
	width: 500px;
	height: 600px;
	overflow: auto;
}
#popup_content600 {
	width: 600px;
	height: 600px;
	overflow: auto;
}
/**************************************
FORMATTAZIONI CSC
**************************************/
.spacer {
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #BDCADB;
	}	
/******************
tab standard
*****************/
.contenttable {
	border-collapse:separate;
	border-spacing:0px;
	border:10px solid #F2F2F2;
	background-color:#CED8E2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;
	color:#516377;
}
.contenttable td{
	border-collapse:collapse;
	padding:10px;
	border: 0px solid #F2F2F2;
	text-align:center;
}	
.contenttable-1 td{
	border-collapse:collapse;
	padding:5px;
	border-bottom: 1px solid #F2F2F2;
	text-align:center;
}	
.contenttable thead th{
	border-collapse:collapse;
	padding:10px;
	background-color: #E3001B;
	color: #FFFFFF;
	text-align: center;
}	
	
.contenttable tbody th{
	text-align:left;
}
.contenttable tfoot tr{
	text-align:right;
	font-weight:bold;
}
.contenttable tbody tr.tr-odd{
	background:#FBFBFB;
	vertical-align:middle;
}
.contenttable tbody tr.tr-odd td{
	font-weight:bold;
}
.contenttable tbody tr {
	background:#E5E5E5;
	vertical-align: top;
}
/*propiet? grassetto se non si desidera usare lo <strong> nel corpo generato*/
.contenttable .grassetto{
	font-weight:bold;
}
/******************
tab standard
*****************/
#simpletable {
	border-collapse:separate;
	border-spacing:0px;
	border:5px solid #F2F2F2;
	background-color:#CED8E2;
	font-family:tahoma, verdana, arial, helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	color:#516377;
}
#simpletable p {
	margin:2px;
}
#simpletable td{
	border-collapse:collapse;
	padding:2px;
	border: 0px solid #F2F2F2;
	text-align:center;
}	
#simpletable-1 td{
	border-collapse:collapse;
	padding:1px;
	border-bottom: 1px solid #F2F2F2;
	text-align:center;
}	
#simpletable thead th{
	border-collapse:collapse;
	padding:2px;
	background-color: #E3001B;
	color: #FFFFFF;
	text-align: center;
}	
	
#simpletable tbody th{
	text-align:left;
}
#simpletable tfoot tr{
	text-align:right;
	font-weight:bold;
}
#simpletable tbody tr.tr-odd{
	background:#FBFBFB;
	vertical-align:middle;
}
#simpletable tbody tr.tr-odd td{
	font-weight:bold;
}
#simpletable tbody tr {
	background:#E5E5E5;
	vertical-align: top;
}
/*propiet? grassetto se non si desidera usare lo <strong> nel corpo generato*/
#simpletable .grassetto{
	font-weight:bold;
}

/******************
Form
*****************/

.csc-mailform {
        font-family:tahoma, verdana, arial, helvetica, sans-serif;
        color:#516377;
        font-size: 11px;
        border: 5px solid #F2F2F2;
        width: 400px;
        padding: 1px;
				margin-top:30px;

}

.csc-mailform-field {
         border-collapse:separate;
         border-spacing:0px;
         border-top: 0px dotted #F2F2F2;
         border-right: 0px dotted #F2F2F2;
         border-bottom: 1px dotted #F2F2F2;
         border-left: 0px dotted #F2F2F2;
         background-color: #E5E5E5;
        padding: 10px;
        width: 500px;
         text-align: right;
}
.csc-mailform-field label{
        font-size: 10px;
         font-weight: bold;
        float: left;
         background-image: url(../images/frex_line_2.gif);
         background-repeat: no-repeat;
         background-position: -70px 3px;
         padding-right: 10px;
         padding-left: 20px;
        }
.csc-mailform-label{
        font-size: 10px;
         font-weight: bold;
        float: left;
         background-image: url(../images/frex_line_2.gif);
         background-repeat: no-repeat;
         background-position: -70px 3px;
         padding-right: 10px;
         padding-left: 20px;
}
        
.csc-mailform input {
         font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
        font-size: 11px;
        color: #516377;
         border-top: 1px solid #B8C6D5;
         border-right: 1px solid #B8C6D5;
         border-bottom: 1px solid #B8C6D5;
         border-left: 1px solid #B8C6D5;
        padding: 2px;
}

.csc-mailform textarea {
        border:1px solid #B8C6D5;
        padding: 5px;
         font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
        font-size: 11px;
        color: #516377;
         text-align: left;
        }

.csc-mailform-check {
         text-align: right;
         background-color: #FFCC00;
        height: 16px;
        width: 16px;
}

input.csc-mailform-submit {
         width:150px;
         background:#F2F2F2 url(../images/sfuma18gray.gif) repeat-x;
         xbackground-color: #DFE6EE;
         border-top: 1px solid #FFFFFF;
         border-right: 1px solid #B8C6D5;
         border-bottom: 1px solid #B8C6D5;
         border-left: 1px solid #FFFFFF;
}

/**********************************
CSC-FRAME TT_CONTENT
**********************************/
div.csc-frame-nomargin {margin:0px}

div.csc-frame-default {margin:0 10px 0 10px; clear:both;}

div.csc-frame-default ul {
	color:#FBFBFB;
	text-decoration:none;
	padding: 0px 0px 0px 25px;
}
	
div.csc-frame-default ol li {
	color:#516377;
	margin-top: 10px;
	font-size: 11px;
	list-style-position: inside;
}
	
div.csc-frame-default ul li {
	text-decoration:none;
	list-style-type: none;
	color:#112e63;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(../images/pointbullet_red.jpg);
	background-repeat:no-repeat;
	padding:5pt 0pt 10px 45px;
	
	}

div.csc-frame-tariffe {margin:0 10px 0 10px;}
div.csc-frame-tariffe p {
        background-color: #F2F2F2;
        padding: 10px;
        border: 1px dotted #CED8E2;
}
div.csc-frame-tariffe ul {
        background-color: #F2F2F2;
        padding: 20px 20px 10px 20px;
        border: 1px dotted #CED8E2;
        margin-bottom:10px;
}
div.csc-frame-tariffe ul li{
	color:#112e63;
	list-style-type: none;
	background: url(../images/puntoelenco_frex.gif) no-repeat 0px -1px;
	margin: 0 0 10px 0;
	padding-left:20px;
	font-size: 12px;
}

/**********************************
CSC-FRAME TT_CONTENT
**********************************/

div.csc-frame h1 {
	font-size:20px;  
	margin-top:10px; 
	margin-bottom:20px; 
	color:#054B93; 
	border-bottom: 3px solid #E8312D; 
	border-top: 1px solid #3370A9; 
	line-height: 45px;
	}
div.csc-frame h2 {
	background:transparent url(../images/h_bg_rosso_b.jpg) repeat-x scroll 0%;
	border:0px none;
	color:#FFFFFF;
	font-size:16px;
	font-weight: bold;	
	height:35px;
	xline-height:14px;
	margin-bottom:3px;
	margin-top:0px;
	padding-top:15px;
	padding-left:6px;
	xtext-transform:uppercase;
}
	
div.csc-frame h3 {font-size:16px; color:#e5322c; border-left:1px dotted #112e63; padding-left: 10px;   padding-left: 10px; padding-bottom: 10px; border-bottom: 1px dotted #112e63;}

div.csc-frame div.h4home {padding: 2px 5px; border-bottom:1px solid #becddc; background: #ecf1f5;}
div.csc-frame div.h4home h4 {font-size:16px; margin:0;color: #ecf1f5;}


p.bodytext {xtext-align: justify; line-height:16px;}



div.csc-frame-menu3livello {text-align:right;}

div.csc-frame-menu3livello ul {
        margin-bottom:10px;
	    border-top: 2px solid #e3001b;
}

div.csc-frame-menu3livello ul li{list-style: none; display:inline; 
	color:#333F4D;
  margin: 0 0 10px 0;
  padding-left:20px;
	font-size: 11px;
}

div.csc-frame-menu3livello a:link, div.csc-frame-menu3livello a:active, div.csc-frame-menu3livello a:visited { 
	line-height:14px;
	color:#516377;
	font-weight:bold;
	text-decoration:none;
}

div.csc-frame-menu3livello a:hover, div.csc-frame-menu3livello a.activelink{ 
	line-height:14px;
	color:#e3001b;
	font-weight:bold;
	text-decoration:none;
}

/**********************************
HOME bloks
**********************************/

#home4red {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top:18px;
}
#home4blu {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top:18px;
	}
#home4rb {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top:18px;
}
#home4grey {
		margin-left: 0px;
		margin-right: 20px;
		margin-bottom: 0px;
		margin-top:1px;
 		background-color: #EEEEEE;
		height:172px;
}
/*RICARICA ONLINE*/
div.ricaricaonline div.csc-frame-default {margin:0px; clear:both;}
#riconline {
		margin-left: 0px;
		margin-right: 20px;
		margin-bottom: 0px;
		margin-top:4px;
 		background-color: #FFFFFFF;
		height:130px;
}
#home4grey_ban220 {
		height:70px;
		margin-left: 0px;
		margin-right: 20px;
		margin-bottom: 0px;
		margin-top:18px;
 		background-color: #EEEEEE;
}

#home4grey_cerca {
		background:transparent url(../images/cerca_bg.jpg) repeat-x scroll 0pt 50%;
		height:45px;
		margin-left: 0px;
		margin-right: 20px;
		margin-bottom: 0px;
		margin-top:18px;
 		background-color: #EEEEEE;
}
	
#home4blu h1 {
	line-height: 45px; 
	background: url(../images/h_bg_blupieno.gif) repeat-x 0 0;
	border:0px;	
	color:#FFFFFF;
  font-size:26px;
	margin-bottom:3px;
	margin-top:0px;
	padding-left:10px;
}
	
#home4red h1 {
	background:transparent url(../images/h_bg_rosso.gif) repeat-x;
	border:0px none;
	color:#FFFFFF;
	font-size:13px;
	height:45px;
	line-height:14px;
	margin-bottom:3px;
	margin-top:0px;
	padding:7px;
	xtext-transform:uppercase;
	}

#home4rb h1 {
	background:transparent url(../images/h_bg_blu.gif) repeat-x ;
	border:0px;
	color:#FFFFFF;
	font-size:13px;
	height:45px;
	line-height:14px;
	margin-bottom:3px;
	margin-top:0px;
	padding:7px;
	xtext-transform:uppercase;
	}

#home4grey IMG {

}
#home4grey p {
		padding: 8px;
}


.frexgraylist ul{
	padding:0px;
	list-style-type:none;
}
.frexgraylist li {
	background-image: url(../images/frex_gray.jpg);
	background-attachment:scroll;
	background-color:transparent;
	background-repeat:no-repeat;
	padding:5pt 0pt 20px 45px;
}
.frexgraylist li.pulse {
	background-image: url(../images/pointbullet_red_pulse.gif);
	background-attachment:scroll;
	background-color:transparent;
	background-repeat:no-repeat;
	padding:5pt 0pt 20px 45px;
}
.frexgraylist a{
	text-decoration:none;
}
.bulletredlist ul {
	padding:0px;
	list-style-type:none;
}
.bulletredlist a{
	text-decoration:none;
}
.bulletredlist li {
	background-image: url(../images/pointbullet_red.jpg);
	background-attachment:scroll;
	background-color:transparent;
	background-repeat:no-repeat;
	padding:5pt 0pt 20px 45px;
}

.bulletredlist li.pulse {
	background-image: url(../images/pointbullet_red_pulse.gif);
	background-attachment:scroll;
	background-color:transparent;
	background-repeat:no-repeat;
	padding:5pt 0pt 20px 45px;
}



#hcerca {}
.cform {xwidth:220px;}
#cerbut {padding-top:2px; }
#hcerca .cform  {clear:both; }
#hcerca .cinput { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; text-transform: uppercase; 	font-weight:bold; color:#e4332d; border:none; background:transparent url(../images/trasp.gif) repeat-x scroll 0pt 50%; height:18px; width:130px; margin:0px; padding-top:12px; padding-left: 3px; float:left;}
#hcerca .but {margin-left:10px;padding:0px; float:left;}

#h3sx,  #h3cnt, #h3dx {margin-bottom:30px;}

.hportaci a:hover img, .hportaci a:active img, .hportaci a.selected img {background-position: 0 -60px;}
	
.hportaci a img   {background: url(../images/1portaci_numero.gif) top left no-repeat;}

#h3sx h2 {
	background-color:#fff;
	background-image: none;
	font-size:16px; 
	font-weight: bold;	
	xmargin-top:10px; 
	xmargin-bottom:20px; 
	color:#054B93; 
	border-bottom: 2px solid #c71521; 
	xline-height: 30px; 
	height:20px;
	xpadding-left:10px;
	}
#h3cnt h2 {
	background-color:#fff;
	background-image: none;
	font-size:16px; 
	font-weight: bold;	
	xmargin-top:10px; 
	xmargin-bottom:20px; 
	color:#054B93; 
	border-bottom: 2px solid #c71521; 
	xline-height: 30px; 
	height:20px;
	xpadding-left:10px;
	}
#h3dx h2 {
	background-color:#fff;
	background-image: none;
	font-size:16px; 
	font-weight: bold;	
	xmargin-top:10px; 
	xmargin-bottom:20px; 
	color:#054B93; 
	border-bottom: 2px solid #c71521; 
	xline-height: 30px; 
	height:20px;
	xpadding-left:10px;
	}
#h3dx a:link, #h3dx a:active, #h3dx a:visited, #h3cnt a:link, #h3cnt a:active, #h3cnt a:visited { 
	text-decoration:none;
	background-color:#fff;
	background-image: none;
	font-size:16px; 
	font-weight: bold;	
	color:#054B93; 
	height:20px;
}

#h3dx a:hover, #h3cnt a:hover { 
	color:#e3001b;
	text-decoration:none;
	background-color:#fff;
	background-image: none;
	font-size:16px; 
	font-weight: bold;	
	height:20px;
	}	
/**********************************
SPESAMICA
**********************************/
.tx-spesamicaform-pi1, .tx-spesamica500-pi1 {
	font-size:12px;
	color:#054B93;
	background-color:#f5f5f5;
	border: 1px solid #e1e1e1;
	margin:20px 0px;
	padding:20px;
	}
.tx_spesamicaform-privacy {
	background-color:#f7f7f7;
	font-size:11px;
	font-style:normal;
	height:80px;
	overflow:auto;
	text-align:justify;
	width:600px;
	padding:15px;
	border: 4px solid #fff;
	margin-bottom: 10px;
	}
.tx_spesamicaform-label-privacy1{
	font-size:13px;
	font-style:normal;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
	float:left;
	}
.tx_spesamicaform-label-privacy2{
	font-size:13px;
	font-style:normal;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
	float:left;
	}
.campoinput {
	color:#054B93;
	background-color:#fff;
	width:620px;
	font-size:14px;
	border: 4px solid #e1e1e1;
	margin:5px 0px 10px 0px;
	padding:5px;
	}
	
#tx_spesamicaform-unocellpref {
	color:#054B93;
	background-color:#fff;
	width:100px;
	font-size:14px;
	border: 4px solid #e1e1e1;
	margin:5px 0px 10px 0px;
	padding:5px;
	}
	
#tx_spesamicaform-unocell{
	color:#054B93;
	background-color:#fff;
	width:516px;
	font-size:14px;
	border: 4px solid #e1e1e1;
	margin:5px 0px 10px 0px;
	padding:5px;
	}
#tx_spesamicaform-privacy1 {
	margin-bottom: 10px;
	margin-left:15px;
	float:left;
	}
#tx_spesamicaform-privacy2 {
	margin-bottom: 10px;
	margin-left:15px;
	float:left;
	}
.tx_spesamicaform-ima{
	height:170px;
	width:500px;
	float: left;
	margin-left:60px;
	background-image: url(../images/carta_form_sing.jpg);
	background-repeat: no-repeat;

}
.clearform {
	clear: both;
}
.sa-err {color:red; font-weight:bold; font-size:12px;}	
.sa-errbig {color:red; font-weight:bold; font-size:16px;}	
.sa_oktxt {font-weight:bold; font-size:16px;}


