/* ################################################################## */
/* ####################### CONTENTS STYLES CSS ###################### */
/* ################################################################## */

/* STILI AGGIUNTI PER I CONTENUTI */
#maintext,
#homenews {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  line-height      : 16px;
	color: #000000;
}

#maintext a,
#homenews a {
	color: #8a9700;
	font-weight: normal;
	text-decoration: underline;
}

#maintext a:hover,
#homenews a:hover {
	color: #8a9700;
	font-weight: normal;
	text-decoration: underline;
}

#maintext img,
#homenews img {
	display: inline;
}

#maintext .site {
	font-weight			 : normal;
	color            : #A1AAB1;
}
#maintext .site a {
	font-weight			 : normal;
	color            : #A1AAB1;
}
#maintext .site a:hover {
	font-weight			 : normal;
	color            : #A1AAB1;
}

#maintext .datanews, 
#homenews .datanews {
	color: #6E7A00;
	font-weight: normal;
}

#maintext .titlenews,
#homenews .titlenews {
	color: #6E7A00;
	font-weight: bold;
}

div.titCap {
  width            : 100%;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 16px;
	color            : #A1AAB1;
	font-weight			 : bold;
  padding-top      : 20px;
  border-bottom    : 1px solid #A1AAB1;
}

div.titProg {
  width            : 100%;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 16px;
	color            : #6e7a00;
	font-weight			 : bold;
  padding-bottom   : 10px;
  border-bottom    : 1px solid #6e7a00;
}

div.titCli {
  width            : 100%;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  line-height      : 14px;
	color            : #A1AAB1;
	font-weight			 : bold;
	text-align			 : right;
  padding-top      : 5px;
  padding-bottom   : 20px;
}

div.titSez {
  width            : 100%;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  line-height      : 16px;
	color            : #6e7a00;
	font-weight			 : bold;
  padding-top      : 20px;
  padding-bottom   : 2px;
}

.tab1col, .tab2col {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  line-height      : 16px;
	color            : #000000;
  border-collapse  : collapse;
  border           : 0px;
  margin-top       : 10px;
}

.tab1col td {
  vertical-align   : top;
  padding-bottom   : 10px;
  padding-left     : 50px;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  line-height      : 16px;
	color            : #000000;
}

.tab2col td {
  vertical-align   : top;
  padding-bottom   : 10px;
  padding-left     : 10px;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  line-height      : 16px;
	color            : #000000;
}

.tab1col th {
  text-align       : left;
  vertical-align   : top;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  line-height      : 16px;
	color            : #8A9700;
}

.tab2col th {
  text-align       : right;
  vertical-align   : top;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  line-height      : 16px;
	font-weight			 : bold;
	color            : #8A9700;
  padding-bottom   : 10px;
  white-space      : nowrap;
}


ol, ol.num {
  list-style-type: decimal;
	list-style-position: outside;
	margin: 0px;
	margin-top: 5px;
	margin-left: 25px;
	color: #000000;
}
ol.alfa {
  list-style-type: lower-alpha;
	list-style-position: outside;
	margin: 0px;
	margin-top: 5px;
	margin-left: 25px;
	color: #000000;
}
ul {
  list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	margin-top: 5px;
	margin-left: 17px;
	color: #000000;
}
li {
	margin-bottom: 6px;
}

.green {
	color: #8a9700;
}

