/* Created by brdp 2005 g.giusti [@] giano-solutions.com */

/* Style standard e semplici per tag HTML */

body{
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, arial, verdana;
	font-size: 11px;
	/* color: #8A9092;  GRIGIO ORIGINALE ma troppo chiaro per molti..*/
	color: #444849;
}

td {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, arial, verdana;
	font-size: 11px;
	/* color: #8A9092;  GRIGIO ORIGINALE ma troppo chiaro per molti..*/
	color: #444849;
}

img {
	border: 0px;
}

a {
	text-decoration: underline;
	color:#428ED5;
}

input{
	background: #F9F9F9;
	border-style: solid;
	border-color: #8A9092;
	border-width: 1px;
	padding: 2px;

	font-family: Tahoma, arial, verdana;
	font-size: 11px;
	color: #2F2F2F;
	text-align: left;
	vertical-align: middle;

	height: 20px;
}

textarea{
	background: #F9F9F9;
	border-style: solid;
	border-color: #8A9092;
	border-width: 1px;
	padding: 2px;

	font-family: Tahoma, arial, verdana;
	font-size: 11px;
	color: #2F2F2F;
	text-align: left;
	vertical-align: middle;
}




/* Style costruiti su un tag HTML specifico */
Img.GrayBorder{
	border-color: #8A9092;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

table.Container{
	padding: 0px;
	border-width: 0px;
}
table.Container100{
	padding: 0px;
	border-width: 0px;

	height: 100%;
	width: 100%;
}

table.SondaggioBarra{
	background-color: #428ED5;
	padding: 1px;
	height: 100%;
	border-width: 0px;
}

input.Strong, textarea.Strong{
	font-weight: bold;
}

input.dotGreen{
	background-color: #ffffff;

	border-style: dotted;
	border-color: #8A9092;
	border-width: 1px;

	padding: 0px;

	font-family: Tahoma, arial, verdana;
	font-size: 11px;
	text-align: center;
	color: #73A41D;
	font-weight: bold;
}
input.dotAzzurro{
	background-color: #ffffff;

	border-style: dotted;
	border-color: #8A9092;
	border-width: 1px;

	padding: 0px;

	font-family: Tahoma, arial, verdana;
	font-size: 11px;
	text-align: center;
	color: #428ED5;
	font-weight: bold;
}

a.None {
	text-decoration: none;
	color: 000000;
}
a.Gray {
	text-decoration: underline;
	color: #8A9092;
}


/* Style generici associabili a pił TAG */
.NoBorder
{
	border-width: 0px;
}

.Green{
	color:#73A41D;
	text-decoration:none;
}

.Blue{
	color:#428ED5;
	text-decoration:none;
}
.White{
	color:#FFFFFF;
	text-decoration:none;
}
.Copy{
	color:#9F9E9E;
	text-decoration:none;
}


.tXS {
	font-family: Tahoma, arial, verdana;
	font-size: 10px;
	font-style: normal;
}
.tS {
	font-family: Tahoma, arial, verdana;
	font-size: 11px;
	font-style: normal;
}
.tM {
	font-family: Tahoma, arial, verdana;
	font-size: 12px;
	font-style: normal;
}
.tL {
	font-family: Tahoma, arial, verdana;
	font-size: 13px;
	font-style: normal;
}
.tXL {
	font-family: Tahoma, arial, verdana;
	font-size: 15px;
	font-style: normal;
}

.PiazzaOn {
	font-size: 14px;
	font-style: normal;

	border-style: solid;
	border-color: #428ED5;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;

	padding: 4px;

	cursor:pointer;
	cursor:hand;
}
.PiazzaOff {
	font-size: 11px;
	font-style: normal;
	border-width: 0px;
	padding: 0px;

	cursor:pointer;
	cursor:hand;
}




.MeteoTabFirst {
	float:right;
	
	border-style: solid;
	border-color: #428ED5;
	
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 1px;
	
	width: 8px;
	height: 30px;
	padding: 0px;
	
	background: #FFFFFF;
}

.MeteoTabOn {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;	

	border-style: solid;
	border-color: #428ED5;
	
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 2px;

	height: 30px;	
	padding: 3px;

	cursor:pointer;
	cursor:hand;
	
	background: #FFFFFF;
}
.MeteoTabOff {
	font-size: 13px;
	font-style: normal;
	text-align: left;
	
	border-style: solid;
	border-color: #428ED5;
	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 1px;
	
	height: 30px;
	padding: 3px;

	cursor:pointer;
	cursor:hand;
	
	background: #F9F9F9;
}

.MeteoTabLast {
	border-style: solid;
	border-color: #428ED5;
	
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	
	height: 30px;
	padding: 0px;
	
	background: #FFFFFF;
}

.MeteoConteiner {
	border-style: solid;
	border-color: #428ED5;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;

	padding: 4px;

	cursor:pointer;
	cursor:hand;
}

.meteoTxt_1 {
	font-family: Tahoma, arial, verdana;
	font-size: 25px;
	font-style: normal;
}
.meteoTxt_2 {
	font-family: Tahoma, arial, verdana;
	font-size: 20px;
	font-style: normal;
}


/* Trasparenze e opacita' Troppo bella! */

.opacitaOFF {
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
.opacita25 {
	opacity:.25;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
}
.opacita50 {
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.opacita75 {
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}


/* esempio completo opacita' */
.esempioOFF {
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;

	background-color: #8A9092;
	color: #000000;
}
.esempio25 {
	opacity:.25;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;

	background-color: #8A9092;
	color: #000000;
}


/* Celle con immagini in backgroung per grafica */

td.EsempioPerSfondo{
	background-image: url(../path/ecc.../web.jpg);
	background-position: right;
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	background-repeat: no-repeat;
	background-repeat: repeat;

	height: 30px;
	width: 5px;
}

/* Sinistra */
	td.MainLeftBg{
		background-image: url(../grafica/left_bg.png);
		background-repeat: repeat-y;
		background-position: right;

		width: 100%;
	}
	td.BottomLeftBg{
		background-image: url(../grafica/left_down.png);
		background-repeat: no-repeat;
		background-position: right;

		height: 99px;
		width: 100%;
	}

/* Destra */
	td.MainRightBg{
		background-image: url(../grafica/right_bg.png);
		background-repeat: repeat-y;
		background-position: left;

		width: 100%;
	}
	td.BottomRightBg{
		background-image: url(../grafica/right_down.png);
		background-repeat: no-repeat;
		background-position: left;

		height: 99px;
		width: 100%;
	}

/* Footer */
	td.FooterMenuBg{
		background-image: url(../grafica/menu_down_bg.png);
		background-repeat: repeat-x;

		height: 26px;
		width: 100%;
	}
	td.FooterCopyBg{
		background-image: url(../grafica/copy_bg.png);
		background-repeat: repeat-x;

		padding-top:10px;
		vertical-align: top;

		height: 42px;
		width: 100%;
		text-align: center;
	}




/* Contenitore */
	td.ContenitoreTitolo{
		background-image: url(../grafica/sezione_titolo_bg.png);
		background-repeat: repeat-x;
		background-position: top;

		height: 27px;
		width: 100%;

		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 5px;
		padding-right: 5px;
	}
	td.ContenitoreTitoloSeparatore{
		background-image: url(../grafica/sezione_titolo_separatore_bg.png);
		background-repeat: no-repeat;

		height: 27px;
		width: 1px;
	}
	td.ContenitoreTrattoVerticale{
		background-image: url(../grafica/sezione_contenitore_verticale_bg.png);
		background-repeat: repeat-y;

		height: 100%;
		width: 1px;
	}
	td.ContenitoreTrattoOrizzontale{
		background-image: url(../grafica/sezione_contenitore_orizzontale_bg.png);
		background-repeat: repeat-x;
		background-position: left;

		height: 1px;
		width: 100%;
	}

	td.ContenitoreCentrale{
		padding: 8px;
		vertical-align: top;
	}



/* Per il calendario fotografie */

	.tCalTitolo {
		font-family: Tahoma, arial, verdana;
		font-size: 35px;
		font-style: normal;
	}
	.tCalMeseGFer {
		font-family: Tahoma, arial, verdana;
		font-size: 12px;
		font-style: normal;
		color:#ffffff;
	}
	.tCalMeseGFes {
		font-family: Tahoma, arial, verdana;
		font-size: 12px;
		font-style: normal;
		color:#ffffff;
	}
	.tCalMeseEvt {
		font-family: Tahoma, arial, verdana;
		font-size: 10px;
		font-style: normal;
		color:#606266;
	}

	.tCalAnnoGFer {
		font-family: Tahoma, arial, verdana;
		font-size: 11px;
		font-style: normal;
		color:#000000;
	}
	.tCalAnnoGFes {
		font-family: Tahoma, arial, verdana;
		font-size: 11px;
		font-style: normal;
		color:red;
	}


