@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/tempo.gif);
}

.clear{
	clear: left;
	height: 0px;
	width: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #506E70;
	text-align: left;
	white-space: nowrap;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #506E70;
	white-space: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #97A8AB;
}
a:link {
	color: #506E70;
	text-decoration: none;
}
a:visited {
	color: #506E70;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a.img{
	text-decoration:none;
	border:none;
}

.red {
	color: #FF0000;
}
.yellow {
	color: #FFCC00;
}
.blue {
	color: #000099;
}
.green {
	color: #009900;
}
.darkGrey {
	color: #506E70;
}

.nonStampare {
	DISPLAY: none;
}

/************ per immagini a sinistra con testo a destra  **************/
.floatLeft {
	float:left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/************ per immagini a destra con testo a sinistra  **************/
.floatRight {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColFixHdr #container {
	width: 986px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	background-image: url(/images/bgNavBarLeft.gif);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 122px;
} 

/******** barra di navigazione verde in alto ********/
#navBarTop {
		display: none;
}
#navBarTop #lingue {
	float: left;
}
#navBarTop #menuTop {
	float: right;
}
#navBarTop a:link, #navBarTop a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 3px;
	border: 1px solid #919395;
}
#navBarTop a:hover {
	color: #000000;
	text-decoration: none;
	padding: 1px 3px;
	background-color: #D7DCDF;
	border: 1px inset #666666;
}
/******** parte bianca con logo e tasti settori ********/

#headerLeft {
	float: left;
	width: 148px;
	padding-top:10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#headerLogoTxt {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 11pt;
	padding-top: 6pt;
	padding-bottom: 6px;
	padding-right: 12px;
	padding-left: 12px;
}
#redLine {
	background: url(/images/redLine.gif);
	width: 60px;
	height: 45px;
	float: left;
	margin-top: 10px;
}
#redTempo {
	background-image: url(/images/tempoRedLine.gif);
	background-repeat: repeat-x;
	height: 45px;
	margin-right: 0px;
	margin-left: 360px;
	margin-top: 10px;
}
#greenLine {
	background: url(/images/greenLine.gif);
	width: 60px;
	height: 45px;
	float: left;
	margin-top: 10px;
}
#greenTempo {
	background-image: url(/images/tempoGreenLine.gif);
	background-repeat: repeat-x;
	height: 45px;
	margin-right: 0px;
	margin-left: 360px;
	margin-top: 10px;
}

/******** tasti settori colorati nell'intestazione in tutte le pagine ********/
#colorBtn {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 120px;
	text-align: center;
}
#colorBtn a:link, #colorBtn a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#colorBtn a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
}
.redButton {
	float: right;
	background-image: url(/images/redButton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 6pt;
	width: 80pt;
	height: 16pt;
}
.yellowButton {
	float: right;
	background-image: url(/images/yellowButton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 6pt;
	width: 80pt;
	height: 16pt;
}
.greenButton {
	float: right;
	background-image: url(/images/greenButton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 6pt;
	width: 80pt;
	height: 16pt;
}
.blueButton {
	float: right;
	background-image: url(/images/blueButton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 6pt;
	width: 80pt;
	height: 16pt;
}

/******** barra di navigazione a sinistra ********/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 159px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	}
.thrColFixHdr #sidebar1Top {
	background-image:url(/images/sb1Top.gif);
	background-repeat:no-repeat;
	padding: 0px;
	width: 160px;
	height: 12px;
}
.thrColFixHdr #sidebar1 #sd1Pd {
	padding-left: 6px;
	padding-right: 6px;
}
.thrColFixHdr #container #sidebar1 .redTitle {
	font-weight: bold;
	color: #506E70;
	margin: 0px;
	padding-left: 6px;
	font-size: 11px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
.thrColFixHdr #container #sidebar1 .yellowTitle {
	font-weight: bold;
	color: #506E70;
	margin: 0px;
	padding-left: 6px;
	font-size: 11px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
.thrColFixHdr #container #sidebar1 .greenTitle {
	font-weight: bold;
	color: #506E70;
	margin: 0px;
	padding-left: 6px;
	font-size: 11px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
.thrColFixHdr #container #sidebar1 .blueTitle {
	font-weight: bold;
	color: #506E70;
	margin: 0px;
	padding-left: 6px;
	font-size: 11px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}
.thrColFixHdr #container #sidebar1 ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

/*.thrColFixHdr #container #sidebar1 ol{
	margin: 0px;
	padding: 1px 1px 1px 8px;
}*/

.thrColFixHdr #container #sidebar1 .subLi {
	margin: 0px;
	padding: 1px 1px 1px 10px;
	background-image:url(/images/pointer.jpg);
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 10px 6px;
	}

.thrColFixHdr #container #sidebar1 a:link, .thrColFixHdr #container #sidebar1 a:visited {
	color: #000000;
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.thrColFixHdr #container #sidebar1 a:hover {
	color: #000000;
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-color: #FFF;
}
.sd1Red a:hover {
	background-image:url(/images/gradientRedHover.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}
.sd1Yellow a:hover {
	background-image: url(/images/gradientYellowHover.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}
.sd1Green a:hover {
	background-image: url(/images/gradientGreenHover.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}
.sd1Blue a:hover {
	background-image: url(/images/gradientBlueHover.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}

/***** Striscia colorata in cima al contenuto *****/
.thrColFixHdr #container .colorNavGreen {
	background-image:url(/images/navBarGreen.gif);
	background-repeat: no-repeat;
	float: left;
	width: 800px;
	height: 32px;
	padding-left: 6px;
	margin-left: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	padding-top: 3px;
	font-weight: bold;
	font-size: 10px;
}

.colorNavGreen a:link, .colorNavGreen a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
}
.colorNavGreen a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #D7DCDF;
	font-weight: bold;
	font-size: 10px;
}

/***** Sidebar 2 spazio a destra del contenuto *****/
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.thrColFixHdr #container #sidebar2 .sb2BoxTop {
	background-image: url(/images/bgGreyTop.gif);
	background-repeat: no-repeat;
	width: 148px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #506E70;
	text-align: center;
}
.thrColFixHdr #container #sidebar2 .sb2BoxContent {
	border: 1px solid #D7DCDE;
	width: 146px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;

}
 .sb2BoxContent ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
 }
  .sb2BoxContent li {
	padding-left:2px;
	padding-top: 3px;
  }
.thrColFixHdr #container #sidebar2 .sb2BoxBot {
	background-image: url(/images/bgGreyBot.gif);
	background-repeat: no-repeat;
	width: 148px;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 172px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 12px;
} 
/******** footer ********/
.thrColFixHdr #footer {
	background-color: #506E70;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #FFF;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	height: 30px;
} 
.thrColFixHdr #footer a:link, .thrColFixHdr #footer a:visited {
	color: #FFFFFF;
}
.thrColFixHdr #footer a:hover {
	color: #ff0000;
	text-decoration: none;
}
.thrColFixHdr #footer #footerLt {
	display: none;
}
.thrColFixHdr #footer #footerLt2 {
	display: none;
}
.thrColFixHdr #footer #footerRt {
	float: right;
	width: 400px;
	text-align: right;
}
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/******** parte con le news e le new entry ********/

#news {
	float: left;
	width: 48%;
	padding-right: 6px;
}
.thrColFixHdr #container #mainContent #news h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #506E70;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #506E70;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #506E70;
}
#newEntry {
	float: left;
	width: 48%;
	padding-left: 6px;
}
.thrColFixHdr #container #mainContent #newEntry h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #506E70;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #506E70;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #506E70;
}

.thrColFixHdr #container #mainContent #newEntry ul {
	padding-top: 0px;
	padding-bottom: 0px;
}
.thrColFixHdr #container #mainContent #newEntry  li {
	padding-top: 0px;
	padding-bottom: 6px;
}


.greySeparator {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #D7DCDE;
	padding: 0px;
}
.greenSeparator {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #009900;
	padding: 0px;
}
.redSeparator {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FF0000;
	padding: 0px;
}

/************ sfondo del colore della pagina per i link sulla pagine colorate **************/
.redPage a:link, .redPage a:visited {
	color: #FF0000;
	text-decoration: none;
}
.redPage a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}
.yellowPage a:link, .yellowPage a:visited {
	color: #FF9900;
	text-decoration: none;
}
.yellowPage a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #FFCC00;
}
.greenPage a:link, .greenPage a:visited {
	color: #009900;
	text-decoration: none;
}
.greenPage a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009900;
}
.bluePage a:link, .bluePage a:visited {
	color: #0066FF;
	text-decoration: none;
}
.bluePage a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;
	background-color: #009;
}
.neutralPage a:link, .neutralPage a:visited {
	color: #506E70;
	text-decoration: none;
}
.neutralPage a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #506E70;
}
.thrColFixHdr #container #sidebar2 .sb2BoxContent p {
	padding: 0px;
}
.thrColFixHdr #container #sidebar2 .sb2BoxContent form {
	padding: 0px;
}

/***** Box arrotondato con parte superiore e inferiore grigia largo come contenuto *****/

 .sb2BoxTop {
	background-image: url(/images/bgGreyTop2.gif);
	background-repeat: no-repeat;
	width: 622px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bolder;
	color: #506E70;
	text-align: center;
}
.sb2BoxContent {
	border: 1px solid #D7DCDE;
	width: 620px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;

}
.sb2BoxBot {
	background-image: url(/images/bgGreyBot2.gif);
	background-repeat: no-repeat;
	width: 622px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#printbottom {
	text-align: left;
}

/*** per testo scritto in arabo, da ds verso sn ***/
.at {
	font-size: medium;
	direction: rtl;
}
