.listanews {
	list-style: none;
	margin: 0;
	padding: 0px;
	border-style: dotted;
	border-width: 1px;
	border-color: #ffffff;
}

.listanews:hover {
	border-style: dotted;
	border-width: 1px;
	border-color: #00946a;
}

.titolo {
	font-weight: bold;
	color: #00946a;
}

.titoloadmin {
	font-weight: bold;
	color: #ff8c22;
}

body {
	background-color: #416207;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.content {
	background-color: #ffffff;
	width: 800px;
	margin: 0 auto;
}

table {
	text-align: justify;
}
	
.noborder {
	border: solid #ffffff 0px;
}

input, textarea, select {
	border: solid #666666 1px;
}

td.td_menutop {
	font-weight: bold;
	text-align: center;
	background-image: url("images/menu_green.jpg");
	background-repeat: no-repeat;
	width: 101px;
	font-size: 7pt;
	color: #fff;
}
	
td.td_menutop:hover {
	background-image: url("images/menu_darkgreen.jpg");
	background-repeat: no-repeat;
}

td.td_menutop a {
	display: block;
	height: 24px;
	text-decoration: none;
	color: #ffffff;
	line-height:24px;
}

ul#menusx {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.li_menusx {
	list-style: none;
	margin: 0px;
	padding: 2px;
}

.li_menusx a {
	text-decoration: none;
	color: #416207;
	display: block;
	width: 100%;
	text-indent: 3px;
}

.li_menusx a:hover {
	color: #ffffff;
	background-color: #416207;
}

div.menusx {
	margin-left: 5px;
	width: 210px;
	background-color: #dff6bf;
	color: #ffffff;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

div.box_green {
	margin: 0 auto;
	width: 330px;
	background-color: #00946a;
	color: #ffffff;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

div.newssx {
	margin-left: 5px;
	width: 210px;
	background-color: #cccccc;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

div.adminsx {
	margin-left: 5px;
	width: 210px;
	font-weight: bold;
	background-color: #ff8c22;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.copyright {
	text-align: center;
	color: #666666;
}

ul#menuadminsx {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.li_menuadminsx {
	list-style: none;
	margin: 0px;
	padding: 2px;
}

.li_menuadminsx a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: 100%;
	text-indent: 3px;
}

.li_menuadminsx a:hover {
	color: #ff8c22;
	background-color: #ffffff;
}

/* CSS Box News */
#newsscroller {
	width: 190px;
	background: #cccccc;
}

#newsscroller a {
	color: #000000;
}

#newsscroller ul {
	margin: 0 .5em 0 1em;
	padding: 0;
}

#newsscroller li {
	line-height: 1.5em;
	/*cursor: pointer;*/
	margin-top: 15px;
	padding: 1px;
}

#newsscroller li:hover {
	background-color: #ffffff;
}

/* the news box when JavaScript is available */
#newsscroller.hasJS {
	height: 150px;
	overflow: hidden;
	position: relative;
}

/* The nested UL when JavaScript is available */
#newsscroller.hasJS ul {
	position:absolute;
	top: 150px;
	left: 0;
	margin: 0 .5em 0 .5em;
	padding: 0;
}
/* CSS Box News */
