/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 6 ottobre 2010 */


/* Definizione delle classi principali */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #006231;
	background-image: url(../images/bgr_body.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}
.bodytext{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	line-height: 1.462;
}

.bodytext .important {
	display: block;
	padding: 8px;
	color: #000;
	background-color: #D5ECF8;
	border: 1px solid #CCC;
}

/* contenuti nelle tabelle */
.contenttable p.bodytext{
	margin: 0px;
}

a:link, a:visited, a:hover {
	color: #006633;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
a {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 110%;
	color: #006633;
	font-weight: normal;
}
h2{
	font-size: 110%;
	color: #000;
	font-weight: normal;
}
h3{
	font-size: 100%;
	color: #006633;
	font-weight: normal;
	margin-bottom: 10px;
}
h4{
	font-size: 100%;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}
h5{
	font-size: 90%;
	color: #006633;
	font-weight: bold;
}
h6{
	font-size: 90%;
	color: #000;
	font-weight: bold;
}

ul{
	list-style-type: square;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul ul{
	list-style-type: disc;
	font-size: 100%;
}
ul ul ul{
	list-style-type: none;
	font-size: 100%;
}
ol{
	font-size: 80%;
}
ol ol{
	font-size: 100%;
}
ol ol ol{
	font-size: 100%;
}

ol ul {
	font-size: 100%;
}

hr {
	color: #EEE;
	height: 0px;
	border-top: 1px dotted #EEE;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

img {
	border: 0px;
}




/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

div#container {
	width: 1000px;
	padding: 0px 0px 0px 0px;
	margin: auto;
}

#header {
	width: 970px;
	height: 30px;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	background-color: #008441;
	background-image: url(../images/bgr_header.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}

#headerSx {
	width: 485px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#headerDx {
	width: 485px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
}

#top {
	width: 1000px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menu {
	width: 1000px;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #008441;
	background-image: url(../images/bgr_menu.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}

#menu02 {
	width: 1000px;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
	background-image: url(../images/bgr_menu02.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}

#menu03 {
	width: 990px;
	height: 35px;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
}

#main {
	width: 1000px;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	background-color: #FFF;
}

#colSx {
	width: 630px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 15px;
}

#colCenter {
	width: 165px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
}

#colDx {
	width: 165px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
}

#contenutoSx {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menuDx {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#contenutoDx {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#sponsor {
	width: 1000px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #A8D5BE;
	border-bottom: 1px solid #A8D5BE;
	background-color: #FFF;
}

#footer {
	width: 1000px;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

/*********** #headerSx styles ***********/
#headerSx {
	font-size: 75%;
	color: #FFF;
	line-height: 30px;
}
.headerSx {
	color: #FFF;
	font-weight: normal;
}
.headerSx a, .headerSx a:link, .headerSx a:visited, .headerSx a:active {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.headerSx a:hover {
	color: #FED22B;
	text-decoration: none;
}

.headerSx-ACT {
	color: #FED22B;
	font-weight: normal;
}
.headerSx-ACT a, .headerSx-ACT a:link, .headerSx-ACT a:visited, .headerSx-ACT a:active {
	color: #FED22B;
	font-weight: normal;
	text-decoration: none;
}
.headerSx-ACT a:hover {
	color: #FED22B;
	text-decoration: none;
}



/*********** #menu styles ***********/
.menu {
	float: left;
	padding: 0px 2px 0px 0px;
	background-image: url(../images/linea_menu.gif);
	background-attachment: scroll;
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 70%;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
}
.menu a, .menu a:link, .menu a:visited, .menu a:active {
	display: block;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	line-height: 35px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.menu a:hover {
	background-image: url(../images/bgr_menu-RO.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
        color: #FED22B;
	text-decoration: none;
}

.menu-ACT {
	float: left;
	padding: 0px 2px 0px 0px;
	background-image: url(../images/linea_menu.gif);
	background-attachment: scroll;
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 70%;
	color: #001F10;
	font-weight: normal;
	text-transform: uppercase;
}
.menu-ACT a, .menu-ACT a:link, .menu-ACT a:visited, .menu-ACT a:active {
	display: block;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bgr_menu-ACT.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	line-height: 35px;
	color: #001F10;
	font-weight: normal;
	text-decoration: none;
}
.menu-ACT a:hover {
	color: #001F10;
	text-decoration: none;
}



/*********** #menu02 styles ***********/
.menu02 {
	float: left;
	font-size: 70%;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
}
.menu02 a, .menu02 a:link, .menu02 a:visited, .menu02 a:active {
	display: block;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	line-height: 35px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.menu02 a:hover {
        color: #006633;
	text-decoration: none;
}

.menu02-ACT {
	float: left;
	font-size: 70%;
	color: #006633;
	font-weight: normal;
	text-transform: uppercase;
}
.menu02-ACT a, .menu02-ACT a:link, .menu02-ACT a:visited, .menu02-ACT a:active {
	display: block;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	line-height: 35px;
	color: #006633;
	font-weight: normal;
	text-decoration: none;
}
.menu02-ACT a:hover {
	color: #006633;
	text-decoration: none;
}



/*********** #menu03 styles ***********/
.menu03 {
	float: left;
	font-size: 70%;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
}
.menu03 a, .menu03 a:link, .menu03 a:visited, .menu03 a:active {
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.menu03 a:hover {
        color: #006633;
	text-decoration: none;
}

.menu03-ACT {
	float: left;
	font-size: 70%;
	color: #006633;
	font-weight: normal;
	text-transform: uppercase;
}
.menu03-ACT a, .menu03-ACT a:link, .menu03-ACT a:visited, .menu03-ACT a:active {
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	color: #006633;
	font-weight: normal;
	text-decoration: none;
}
.menu03-ACT a:hover {
	color: #006633;
	text-decoration: none;
}



/*********** #menuDx styles ***********/
#menuDx ul {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

li.menuDx-level1-NO {
	text-decoration: none;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 80%;
	color: #FFF;
	font-weight: normal;
}
li.menuDx-level1-NO a, li.menuDx-level1-NO a:link, li.menuDx-level1-NO a:visited, li.menuDx-level1-NO a:active {
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #006231;
	background-color: #003C1E;
	line-height: 30px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
li.menuDx-level1-NO a:hover {
	background-color: #006231;
	color: #FED42B;
	text-decoration: none;
}
li.menuDx-level1-ACT {
	text-decoration: none;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 80%;
	color: #FED42B;
	font-weight: normal;
}
li.menuDx-level1-ACT a, li.menuDx-level1-ACT a:link, li.menuDx-level1-ACT a:visited, li.menuDx-level1-ACT a:active {
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #006231;
	background-color: #006231;
	line-height: 30px;
	color: #FED42B;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
li.menuDx-level1-ACT a:hover {
	text-decoration: none;
	color: #FED42B;
}

li.menuDx-level2-NO {
	text-decoration: none;
	list-style-type: none;
	font-size: 70%;
	color: #FFF;
	font-weight: normal;
}
li.menuDx-level2-NO a, li.menuDx-level2-NO a:link, li.menuDx-level2-NO a:visited, li.menuDx-level2-NO a:active {
	display: block;
	padding: 0px 0px 6px 18px;
	margin: 0px 0px 0px 0px;
	background-color: #006231;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
li.menuDx-level2-NO a:hover {
	color: #FED42B;
	text-decoration: none;
}
li.menuDx-level2-ACT {
	text-decoration: none;
	list-style-type: none;
	font-size: 70%;
	color: #FED42B;
	font-weight: normal;
}
li.menuDx-level2-ACT a, li.menuDx-level2-ACT a:link, li.menuDx-level2-ACT a:visited, li.menuDx-level2-ACT a:active {
	display: block;
	padding: 0px 0px 6px 18px;
	margin: 0px 0px 0px 0px;
	background-color: #006231;
	color: #FED42B;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
li.menuDx-level2-ACT a:hover {
	text-decoration: none;
	color: #FED42B;
}

li.menuDx-level3-NO {
	text-decoration: none;
	list-style-type: none;
	font-size: 70%;
	color: #FFF;
	font-weight: normal;
}
li.menuDx-level3-NO a, li.menuDx-level3-NO a:link, li.menuDx-level3-NO a:visited, li.menuDx-level3-NO a:active {
	display: block;
	padding: 0px 0px 6px 26px;
	margin: 0px 0px 0px 0px;
	background-color: #006231;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
li.menuDx-level3-NO a:hover {
	color: #FED42B;
	text-decoration: none;
}
li.menuDx-level3-ACT {
	text-decoration: none;
	list-style-type: none;
	font-size: 70%;
	color: #FED42B;
	font-weight: normal;
}
li.menuDx-level3-ACT a, li.menuDx-level3-ACT a:link, li.menuDx-level3-ACT a:visited, li.menuDx-level3-ACT a:active {
	display: block;
	padding: 0px 0px 6px 26px;
	margin: 0px 0px 0px 0px;
	background-color: #006231;
	color: #FED42B;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
li.menuDx-level3-ACT a:hover {
	text-decoration: none;
	color: #FED42B;
}



/************** record di tipo menu styles **************/
ul.csc-menu {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
ul.csc-menu li {
	display: block;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 6px 0px;
	border-bottom: 1px solid #EEE;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
ul.csc-menu li a, ul.csc-menu li a:link, ul.csc-menu li a:visited, ul.csc-menu li a:active {
	padding: 0px 0px 0px 8px;
	background-image: url(../images/arrow01.png);
	background-attachment: scroll;
	background-position: left center;
	background-repeat: no-repeat;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
ul.csc-menu li a:hover {
	color: #006633;
	text-decoration: none;
}



/************** #footer styles **************/
#footer {
	font-size: 70%;
	color: #666;
	text-align: center;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}



/************** immagini styles **************/
#sponsor img {
	display:block;
}



/************** didascalia img styles **************/
.csc-textpic-caption {
	padding-top: 3px;
	color: #006633;
	font-size: 70%;
}




/* ---------------------- Classi proprietarie delle Extension ------------------- */

/* CLASSI RELATIVE AI FORM */

/* Mail Form */
form {
	padding: 0px;
	margin: 0px;
}
.csc-mailform {
	padding: 0px;
	margin: 0px;
	font-size: 80%;
}
.csc-mailform legend {
	display:none;
}
.csc-mailform label {
	color: #000;
        text-align:left;
	width:190px;
	float:left;
	margin:0px 3px 0px 0px;
	/*line-height: 0.8;*/
}
.csc-mailform input, .csc-mailform textarea, .csc-mailform select {
	margin:0px 5px 3px 0px;
}
.csc-mailform input, .csc-mailform textarea {
	border: 1px solid #D8D8D8;
	font-size:13px;
}
.csc-mailform-radio input {
	border: 0px;
}

.csc-mailform-radio label {
	float: none;
	margin:0px;
	padding:0px;
	width:auto;
	font-weight: normal;
}
.csc-mailform-submit {
	border: 1px solid #006633 !important;
	background-color: #006633 !important;
	margin:0px !important;
	font-size: 12px !important;
	color: #FFF !important;
	font-weight: bold;
}
.csc-mailform-field label{
	font-weight: normal;
}
fieldset {
	border: none;
}



/* Smoothgallery */

.myGallery {
	border: 0px solid #000;
}
.jdGallery .slideInfoZone h2 {
	font-size: 85% !important;
	color: #FFF;
}
.jdGallery .slideInfoZone p {
	font-size: 75% !important;
	color: #FFF !important;
}



/* CLASSI RELATIVE AI FORM LOGIN - AREA RISERVATA */

.tx-newloginbox-pi1 table {
	color: #666;
	font-size: 80%;
}
.tx-newloginbox-pi1 h3 {
	font-size: 90%;
	color: #006633;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}
.tx-newloginbox-pi1 p {
	color: #666;
	font-size: 80%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
.tx-newloginbox-pi1 form {
	margin: 0px 0px 0px 0px;
}
.tx-newloginbox-pi1 label {
	font-size: 95%;
	color: #666;
	font-weight: normal;
        text-align:right;
	width: 80px;
	float: left;
	margin: 0px 5px 0px 0px;
}
.tx-newloginbox-pi1 input, .tx-newloginbox-pi1 textarea {
	margin: 0px 0px 0px 0px;
	font-size: 75%;
	border: 1px solid #999;
}
.tx-newloginbox-pi1 tbody input {
	width: 120px;
}
.tx-newloginbox-pi1 tfoot input {
	width: 80px;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
}

.tx-newloginbox-pi1 p.forgot_password {
	margin-top: 8px;
}
.tx-newloginbox-pi1 p.forgot_password a, .tx-newloginbox-pi1 p.forgot_password a:link, .tx-newloginbox-pi1 p.forgot_password a:visited, .tx-newloginbox-pi1 p.forgot_password a:active {
	font-weight: normal;
	text-decoration: none;
}
.tx-newloginbox-pi1 p.forgot_password a:hover {
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}

.tx-newloginbox-pi1 p.status_message {
	margin-bottom: 10px;
}
.tx-newloginbox-pi1 p.status_message a, .tx-newloginbox-pi1 p.status_message a:link, .tx-newloginbox-pi1 p.status_message a:visited, .tx-newloginbox-pi1 p.status_message a:active {
	font-weight: normal;
	text-decoration: none;
}
.tx-newloginbox-pi1 p.status_message a:hover {
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}

.tx-srfeuserregister-pi1 {
	color: #666;
	font-size: 80%;
	overflow: hidden;
	height: 100%;
	margin: 20px 0px 0px 0px;
}
.tx-srfeuserregister-pi1 form {
	margin: 0px;
}
.label_enter_account_info, .label_v_dear_verify_before_create, .label_dear_edit_your_account, .label_v_dear_verify_before_update {
	color: #006633;
	font-weight: bold;
}
.tx-srfeuserregister-pi1-notice {
	
}
.tx-srfeuserregister-pi1 label {
	font-size: 12px;
	color: #666;
        text-align: right;
	margin: 0px 0px 0px 0px;
}
.tx-srfeuserregister-pi1 label span {
	font-size: 12px;
	color: #666;
}
.tx-srfeuserregister-pi1 input, .tx-srfeuserregister-pi1 textarea {
	margin: 0px 0px 0px 0px;
}

.tx-srfeuserregister-pi1 dl {
	margin: 0px;
}
.tx-srfeuserregister-pi1 dt {
	margin: 0px;
}
.tx-srfeuserregister-pi1 dd {
	margin: 0px;
}



/* CLASSI RELATIVE ALLA NEWSLETTER */

.newsletter-form-labels {
	font-size: 75%;
}

.newsletter-form-fields input, .newsletter-form-fields textarea {
	margin: 0px 5px 3px 5px;
	font-size: 80%;
	border: 1px solid #D8D8D8;
}
.newsletter-form-fields-checkbox input {
	border: 0px;
}
.newsletter-form-required {
	font-size: 70%;
	color: #C50000;
}

.newsletter-form-text {
	font-size: 75%;
}



/* CLASSI RELATIVE ALLE NEWS */

/* Visualizzazione Lastest (news) */
.news-latest-container {
	margin: 0px 0px 0px 0px;
}
.news-latest-item {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 0px solid #CCC;
	overflow: hidden;
}
.news-latest-item p.bodytext {
	margin: 0px;
	font-size: 80%;
}
.news-latest-image img {
	float: left;
 	margin: 0px 10px 0px 0px;
 	padding: 0px;
 	border: 0px solid #FFF;
}
.news-latest-item h3 {
	color: #006633;
	font-size: 90%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.news-latest-item h3 a, .news-latest-item h3 a:link, .news-latest-item h3 a:visited, .news-latest-item h3 a:active {
	color: #006633;
 	font-weight: bold;
 	text-decoration: none;
}
.news-latest-item h3 a:hover {
	color: #006633;
	text-decoration: underline;
}
.news-latest-date {
 	color: #000;
 	font-size: 70%;
 	font-weight: normal;
 	font-style: italic;
 	margin: 0px 0px 0px 0px;
}
.news-latest-morelink {
	font-size: 80%;
	margin: 0px 0px 0px 0px;
}
.news-latest-morelink a, .news-latest-imorelink a:link, .news-latest-morelink a:visited, .news-latest-morelink a:active {
	color: #006633;
 	font-weight: normal;
 	text-decoration: underline;
}
.news-latest-morelink a:hover {
	color: #000;
	text-decoration: underline;
}


/* Visualizzazione Lastest (in breve) */
.news-latest-container_inbreve {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
.news-latest-item_inbreve {
	width: 23%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 2% 0px 0px;
	overflow: hidden;
}
.news-latest-item_inbreve p.bodytext {
	margin: 0px;
	font-size: 70%;
}
.news-latest-image_inbreve img {
 	margin: 0px 0px 4px 0px;
 	padding: 0px;
 	border: 0px solid #FFF;
}
.news-latest-item_inbreve h3 {
	color: #006633;
	font-size: 70%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.news-latest-item_inbreve h3 a, .news-latest-item_inbreve h3 a:link, .news-latest-item_inbreve h3 a:visited, .news-latest-item_inbreve h3 a:active {
	color: #006633;
 	font-weight: bold;
 	text-decoration: none;
}
.news-latest-item_inbreve h3 a:hover {
	color: #006633;
	text-decoration: underline;
}
.news-latest-date_inbreve {
 	color: #000;
 	font-size: 70%;
 	font-weight: normal;
 	font-style: italic;
 	margin: 0px 0px 0px 0px;
}
.news-latest-morelink_inbreve {
	font-size: 80%;
	margin: 0px 0px 0px 0px;
}
.news-latest-morelink_inbreve a, .news-latest-imorelink_inbreve a:link, .news-latest-morelink_inbreve a:visited, .news-latest-morelink_inbreve a:active {
	color: #006633;
 	font-weight: normal;
 	text-decoration: underline;
}
.news-latest-morelink_inbreve a:hover {
	color: #000;
	text-decoration: underline;
}


/* Visualizzazione List (lista news) */
.news-list-container {
	margin: 0px 0px 0px 0px;
}
.news-list-item p.bodytext {
	margin: 0px;
	font-size: 80%;
}
.news-list-item {
 	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #E8E8E8;
 	overflow: hidden;
}
.news-list-item h3 {
	color: #006633;
	font-size: 80%;
	margin-bottom: 2px;
}
.news-list-item h3 a, .news-list-item h3 a:link, .news-list-item h3 a:visited, .news-list-item h3 a:active {
	color:#006633;
	text-decoration: none;
	font-weight: bold;
}
.news-list-item h3 a:hover {
	color: #006633;
	text-decoration: underline;
}
.news-list-date {
	color: #000;
 	font-size: 70%;
 	font-weight: normal;
 	font-style: italic;
 	margin: 0px 0px 0px 0px;
}
.news-list-image img {
	float: right;
	margin: 0px 0px 0px 12px;
	padding: 2px;
 	border: 1px solid #E8E8E8;
}
.news-list-morelink {
	font-size: 70%;
	margin: 0px 0px 0px 0px;
}
.news-list-morelink a, .news-list-imorelink a:link, .news-list-morelink a:visited, .news-list-morelink a:active {
	color: #006633;
 	font-weight: normal;
 	text-decoration: underline;
}
.news-list-morelink a:hover {
	color: #000;
	text-decoration: none;
}

.tx-ttnews-browsebox  {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.tx-ttnews-browsebox p {
	padding: 0px;
	margin: 0px;
	font-size: 80%;
}
.tx-ttnews-browsebox-strong {
	font-weight: bold;
}
.tx-ttnews-browsebox table {
	padding: 0px;
	margin: auto;
	border: 0px;
	border-collapse:collapse;
}
.tx-ttnews-browsebox td {
	padding: 2px;
}
.tx-ttnews-browsebox p a, .tx-ttnews-browsebox p a:link, .tx-ttnews-browsebox p a:visited, .tx-ttnews-browsebox p a:active {
	color: #006633;
	font-weight: normal;
	text-decoration: none;
}
.tx-ttnews-browsebox p a:hover {
	color: #006633;
	text-decoration: none;
}
.tx-ttnews-browsebox-SCell p a, .tx-ttnews-browsebox-SCell p a:link, .tx-ttnews-browsebox-SCell p a:visited, .tx-ttnews-browsebox-SCell p a:active, .tx-ttnews-browsebox-SCell p a:hover {
	color: #000;
	font-weight: bold;
}


/* Visualizzazione Single (Dettaglio News) */
.news-single-container {
	margin: 0px 0px 0px 0px;
}
.news-single-item {
	overflow: hidden;
}
.news-single-item h2 {
	margin: 0px 0px 5px 0px;
	color: #006633;
	font-size: 80%;
	font-weight: bold;
}
.news-single-date {
	margin: 0px 0px 0px 0px;
	color: #000;
	font-size: 70%;
	font-weight: normal;
	font-style: italic;
}
.news-single-image {
	float: right;
	margin: 0px;
	padding: 0px;
	text-align:right;
}
.news-single-image img {
	margin: 0px 0px 2px 12px;
	padding: 2px;
 	border: 1px solid #E8E8E8;
}
p.news-single-imgcaption {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 70%;
	color: #000;
	text-align:right;
}
.news-single-content {
}
.news-single-files {
	color: #006633;
	font-size: 80%;
	font-weight: bold;
}
.news-single-files img {
	padding-right: 4px;
	vertical-align: middle;
}
.news-single-files a, .news-single-files a:link, .news-single-files a:visited, .news-single-files a:active {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
.news-single-files a:hover {
	color: #006633;
	text-decoration: underline;
}

.news-single-backlink {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 70%;
	text-align: right;
}
.news-single-backlink a, .news-single-backlink a:link, .news-single-backlink a:visited, .news-single-backlink a:active {
	color: #006633;
	font-weight: normal;
	text-decoration: underline;
}
.news-single-backlink a:hover {
	color: #000;
	text-decoration: underline;
}



/* CLASSI RELATIVE AL FORUM */

#tx_chcforum-pi1 {
	font-family: Arial, Helvetica, sans-serif;
}
#tx_chcforum-pi1 a:link, #tx_chcforum-pi1 a:visited, #tx_chcforum-pi1 a:hover {
	color: #006633;
	text-decoration: none;
	font-weight: normal;
}
#tx_chcforum-pi1 a:hover {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

.tx-chcforum-pi1-Table legend {
	color: #666;
	font-weight: bold;
}
.tx-chcforum-pi1-Table tbody th{
	color: #006633;
}

.tx-chcforum-pi1-singlePost {
	margin-bottom: 20px;
}
.tx-chcforum-pi1-singlePost .author, .tx-chcforum-pi1-singlePost .text {
	font-size: 110%;
	height: 100%;
}
.tx-chcforum-pi1-singlePost .scroller {
	min-height: 80px;
	height: 100%;
}
.tx-chcforum-pi1-singlePost .edit {
	margin: 0px;
	padding-top: 6px;
	background-color: #D5ECF8;
}



/* CLASSI RELATIVE ALL'ACCORDION */

/* Toggle default */
h3.rgaccord1-toggle {
  font-size: 95%;
  font-weight:normal;
  color:#000;
  line-height: 26px;
  height: 23px;
  background:#FFF url(../images/plus.png) 5px center no-repeat;
  border-top:1px solid #E8E8E8;
  padding:2px 0 2px 25px;
  margin:0px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#FFF;
  background:#006633 url(../images/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:100%;
  padding:10px 0px 20px 0px;
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}



/********* RICERCA NEI CONTENUTI *********/
.search {
	float: right;
	overflow: hidden;
}

.csc-form-sword {
	font-size: 70%;
	color: #000;
	width: 125px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 1px 8px;
	border: 0px solid #FFF;
	background-color: transparent;
	background-image: url(../images/bgr_search.png);
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	display:block;
	float: left;
}
.go-button {
	padding: 0px 0px 0px 0px;
	display:block;
	float: left;
}

.csc-searchResultInfo {
	width: 100%;
}
.csc-searchResultRange {
	font-size: 80%;
	font-weight: bold;
}
.csc-searchResultPrevNext {
	font-size: 80%;
	font-weight: normal;
}

h3.csc-searchResultHeader {
	font-size: 90%;
	padding: 12px 0px 0px 0px;
	margin: 0px;
}
h3.csc-searchResultHeader a, h3.csc-searchResultHeader a:link, h3.csc-searchResultHeader a:visited, h3.csc-searchResultHeader a:active {
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}
h3.csc-searchResultHeader a:hover {
	color: #006633;
	text-decoration: underline;
}

p.csc-searchResult {
	font-size: 80%;
	margin: 5px 0px 0px 0px;
}

.csc-searchform {
	margin:20px 0px 0px 0px;
}
p.csc-form-label {
	margin:0px;
	font-size: 80%;
	font-weight: bold;
}
h3.csc-noSearchResultMsg {
	color: #006633;
	font-size: 80%;
	font-weight: bold;
}
