.titleBlock {
	margin-bottom: 2em;
	font-size: 1.20em;
	font-weight: bold;
	color: #1a9740;
}

fieldset.default {
	border: 0px none;
}

/*navigator--------------------------------------------------------*/

.high_line {
	margin: 0;
	padding: 0.2em;
	background: #69c071;
	border-left: 1px dotted #666;
	border-right: 1px dotted #666;
}

.langBox {
	background: transparent;
	float: right;
	vertical-align: bottom;
	margin: 0;
	margin-bottom: 0px;
}

	.langBox img {
		margin: 0;
		padding: 1px;
		margin-left: 0.2em;
		margin-right: 5px;
		border: 1px solid #eeebeb;
	}

.navigatorBox {
	padding-bottom:5px;
	padding-left:30px;
	text-align: left;
}

	.navigatorBox a {
		text-decoration : none;
		font-size: 0.9em;
		color: #000000;
		font-weight: normal;
		padding-left: 5px;
		padding-right: 0.2em;
	}

	.navigatorBox a:hover {
		text-decoration : none;
		color:#A08300;
	}

	.navigatorBox a.selected {
		padding-top: 0.3em;
		padding-left: 5px;
		padding-right: 0.8em;
		color: #000000;
	}
	
	.navigatorBox a.selected:hover {
		padding-top: 0.3em;
		padding-left: 5px;
		padding-right: 0.8em;
		color: #000000;
	}

.centerImage {
	text-align: center;
}

/*Blocco principale**************************************************/

.principalBox {
	margin: 0;
	padding: 0px;
	border-width: 0;
}

/*Blocco a 25% *****************************************************/

.contentBox25 {
	float: left;
	/*width: 24.0%;*/
	width: 24.8%;
	padding: 0;
	height: 100%;
	border: 0px none;
	/*border-collapse: collapse;*/
	background-color: #ffffff;
	/*border-bottom-width: 0px;*/

}

.contentBox25right {
	float: right;
	/*width: 23.9%;*/
	width: 24.7%;
	padding: 0;
	height: 100%;
	border: 0px none;
	/*border-collapse: collapse;*/
	background-color: #ffffff;

}

/*Blocco a 33% *****************************************************/

.contentBox33 {
	float: left;
	width: 32.5%;
	padding: 0;
	margin: 1px;
	border-width: 0px;
	background-color: #FFFFFF;
	clear: both;
}

.contentBox33right {
	float: right;
	width: 31.9%;
	padding: 0;
	margin: 1px;
	border-width: 0px;
	background-color: #FFFFFF;
	clear: right;
}

/*Blocco a 50% *****************************************************/

.contentBox50 {
	float: left;
	width: 40%;
	padding: 0;
	margin: 0px;
	border-bottom: 0px none;
	/*border-collapse: collapse;*/
	background-color: #FFFFFF;

}



/*Blocco a 66% *****************************************************/

.contentBox66 {
	float: left;
	width: 66%;
	padding: 0;
	margin: 1px;
	border-width: 0px;
	background-color: #FFFFFF;
	clear: left;
}

.contentBox66right {
	float: right;
	width: 66%;
	padding: 0;
	margin: 1px;
	border-width: 0px;
	background-color: #FFFFFF;
	clear: right;
}

/*Blocco a 75% *****************************************************/

.contentBox75 {
	float: left;
	width: 75%;
	padding: 0;
	border: 0px none;
	/*border-collapse: collapse;*/
	background-color: #FFFFFF;
	/*border-bottom-width: 0px;*/
	overflow: hidden;
}

.contentBox75 .contentblock_3{
	background-color: transparent;
}

/*Blocco a 100% ****************************************************/

.contentBox100 {
	width: 100%;
	padding: 0;
	border: 0px none;
	background-color: #FFFFFF;
	overflow: hidden;
}

/*Block*/

.contentblock_1 { /* Contenuto */
	padding: 15px;
	background: #fff;
	margin: 0;
	border-bottom: 0px none;
}

	.contentblock_1 .titleBlock {
		color: #FF6600;
		padding-bottom: 10px;
		margin: 0;
		font-size: 1.2em;
		font-weight: bold;
		background-color: transparent;
		background-repeat: no-repeat;
	}

	.contentblock_1 .body_block {
		padding: 0;
		margin: 0;
		color: #5d677a;
	}


.contentblock_2 { /* Menu */
	padding: 10px 5px 0px 5px;
	margin: 0;
	background: url(/templates/energethicsV2/images/fondo_navlaterale.jpg) no-repeat left top;
/*	border-right: 1px solid #9AA3AC;*/
}

	.contentblock_2 .titleBlock {
		color: #5c5d66;
		font-weight: bold;
	}

	.contentblock_2 .body_block {
		margin: 0.50em 0;
		padding: 0.50em;
		color: #5c5d66;
	}

.contentblock_3 { /* Colonna */
	background: #FFFFFF;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
/*	border-left: 1px solid #9AA3AC;
	border-bottom: 1px solid #9AA3AC;
	border-top: 1px solid #9AA3AC;*/
}
.contentblock_3 .titleBlock {
  background:#FFF none repeat scroll 0% 50%;
  color:#B6C1CB;
  font-weight:bold;
  margin:0px;
  padding-bottom:10px;
  padding-top:10px;
  text-align:center;
}

	.contentblock_3 .body_block {
		margin: 0;
		padding: 0;
		color: #5c5d66;
	}


.contentblock_4 { /* Colonna RSS */
	background: #FF9900;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
	.contentblock_4 .titleBlock {
		margin: 0px;
		padding-bottom: 15px;
		color: #FFF;
		font-weight: bold;
	}

	.contentblock_4 .body_block {
		margin: 0;
		padding: 0;
		color: #000;
	}
	
	.contentblock_4 a {
		color: #FFF;
		font-weight: bold;
	}

.contentblock_5 { /* Banner 100% */
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	background: #fff;
	margin-bottom: 5px;
}


.contentblock_6 { /* Contenuto border bottom */
	padding: 15px;
	background: #fff;
	margin: 0px;
	border-bottom: 1px solid #9AA3AC;	
}

	.contentblock_6 .titleBlock {
		color: #FF6600;
		padding-bottom: 10px;
		margin: 0;
		font-size: 1.2em;
		font-weight: bold;
		background-color: transparent;
		background-repeat: no-repeat;
	}

	.contentblock_6 .body_block {
		padding: 0;
		margin: 0;
		color: #5d677a;
	}


.contentblock_7 { /* Banner link colonna homepage */
	padding: 0.00em;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
/*	border-top: 0px solid #9AA3AC;
	border-bottom: 0px solid #9AA3AC;
	border-left: 1px solid #9AA3AC;*/
}


.contentblock_8 { /* RSS inglese colonna centrale */
  width: 100%;
	/*background: #FFFFCA;*/
/*	border: 1px solid #6C9CFF;*/
	background: #fff;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
	.contentblock_8 .titleBlock {
		margin: 0px;
		padding-bottom: 15px;
		color: #FA9B38;
		background: #fff;
		font-weight: bold;
	}

	.contentblock_8 .body_block {
		margin: 0px;
		padding: 0px;
		color: #000;
	}
	.contentblock_8 .feed_list {
		background: #fff;
	}

	.contentblock_8 .news_box {
		background: #fff;
/*		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		border-bottom: 5px solid #fff;
		border-right: 1px solid #fff;*/
	}
	.contentblock_8 .news_title {
		background: #fff;
	}
	
	.contentblock_8 a {
		color: #FF9900;
		font-weight: bold;
	}


.contentblock_9 { /* Banner colonna homepage border */
	padding: 0.00em;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
/*	border-top: 1px solid #9AA3AC;
	border-bottom: 1px solid #9AA3AC;
	border-left: 1px solid #9AA3AC;*/
}


.contentblock_10 { /* Contenuto border top-bottom */
	padding: 15px;
	background: #fff;
	margin: 0px;
	border-top: 1px solid #9AA3AC;
	border-bottom: 1px solid #9AA3AC;	
}

	.contentblock_10 .titleBlock {
		color: #FF6600;
		padding-bottom: 10px;
		margin: 0;

		font-size: 1.2em;
		font-weight: bold;
		background-color: transparent;
		background-repeat: no-repeat;
	}

	.contentblock_10 .body_block {
		padding: 0;
		margin: 0;
		color: #5d677a;
	}


.contentblock_11 { /* RSS Blog homepage */
	background: #FF9900;
	margin: 0px;
/*	border-bottom: 1px solid #FFF;
	border-right: 1px solid #9AA3AC;*/
	padding-top: 15px;
	padding-bottom: 7px;
	padding-right: 7px;
	padding-left: 7px;

}
	.contentblock_11 .titleBlock {
		margin: 0px;
		padding-bottom: 15px;
		color: #FFF;
		background: #FF9900;
		font-weight: bold;
	}


	.contentblock_11 a {
		color: #FFFFFF;
		font-weight: bold;
	}

.contentblock_12 { /* Gallery */
	padding: 0px;
	background: #fff;
	margin: 0px;
	border-bottom: 0px none;
}

	.contentblock_12 .titleBlock {
		padding-left: 0px;
    color: #FF6600;
		padding-bottom: 10px;
		margin: 0;
		font-size: 1.2em;
		font-weight: bold;
		background-color: transparent;
		background-repeat: no-repeat;
	}


.contentblock_13 { /* Colonna vetrina homepage */
	margin-top:15px;
  padding: 10px;
	background: #84929F;
	margin: 0px;
/*	border-right: 1px solid #9AA3AC;
	border-bottom: 1px solid #9AA3AC;	
	border-top: 1px solid #9AA3AC;*/
	color: #282F35;
}

	.contentblock_13 .titleBlock {
		color: #FF6600;
		padding-bottom: 10px;
		margin: 0;

	}

.contentblock_13 a {
		color: #000;
		font-weight: bold;
	}

.contentblock_14 { /* Banner 100% colonna homepage destra */
	padding-top: 5px;
	padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  background: #fff;
	margin: 0;
/*	border-left: 1px solid #9AA3AC;*/
}

.contentblock_15 { /* Banner 100% colonna homepage sinistra */
	padding-top: 5px;
	padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  background: #fff;
	margin: 0;
/*	border-right: 1px solid #9AA3AC;*/
}

.contentblock_16 { /* Interventi */
	padding: 15px;
	background: #fff;
	font-size: 1em;
	margin: 0;
	border-bottom: 0px none;
}

	.contentblock_16 .titleBlock {
		color: #FF6600;
		padding-bottom: 10px;
		margin: 0;
		font-size: 1.2em;
		font-weight: bold;
		background-color: transparent;
		background-repeat: no-repeat;
	}

	.contentblock_16 .body_block {
		padding: 0;
		margin: 0;
		color: #5d677a;		
	}

  .contentblock_16 .news_list .news_text {
    font-size:8pt;
  }
  .contentblock_16 .news_title a.news_cat {
    display:none;
  }


/*******************************************************************/

/* .cms_form_back {
	padding: 0.8em;
	background: url( '../images/block/gray_gird.gif' );
	margin-bottom: 1.2em;
} */

.cms_form_desc {
	padding-left: 1.6em;
	padding-right: 1.6em;
}

.cms_form_box {
	padding: 0.4em;
	background: #FFFFFF;
	clear: left;
	display: block;
	margin: 0.3em;
}

.cms_form_box .form_elem {
	background: url( '../images/block/contacts.jpg' ) no-repeat;
	height: 550px;
}
#feedbackform5 .form_elem {
	background: #FFFFFF;
}

.cms_form_box .form_line_l {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 5px;
	/*background: #fff;*/
	min-height: 16px; 
}

.cms_form_box .form_line_l label {
	padding-top: 5px;
	padding-left: 0px;
}

.cms_form_box .button {
	margin-top: 10px;
	background: #FFCC00;
/*	border: 1px solid #000000;*/
	width: 50px;
}

.cms_form_box .button:hover {
/*	border: 1px solid #000000;*/
	background: #FF9900;
}


/*Profile******************************************************/

/* .profile_form_back {
	padding: 0.8em;
	background: url( '../images/block/gray_gird.gif' );
	margin-bottom: 1.2em;
} */

.profile_form_box {
	padding: 0.4em;
	background: #FFFFFF;
	clear: left;
	display: block;
	margin: 0.3em;
}

.profile_form_box .form_elem {
	background: #FFFFFF;
}

.profile_form_box .form_line_l {
	padding: 0px;
	padding-top: 4px;
	padding-left: 1px;
	padding-bottom: 6px;
	min-height: 18px;
	margin: 3px;
	background: #c8d8f1;
}

.profile_form_box .label_effect {
	padding-top: 1px;
	padding-left: 2px;
}

.profile_form_box .form_line_l label {
	padding-top: 1px;
	padding-left: 2px;
}

.profile_form_box .form_line_l .label_bold {
	padding-left: 0.4em;
	padding-right: 0.4em;
}


.profile_form_box .button, .profile_form_box .reg_button {
	border: 1px solid #46566f;
	background: #c3d3ec;
}

.profile_form_box .button:hover, .profile_form_box .reg_button:hover {
	border: 1px solid #7da6da;
	background: #e5eeff;
}

/*Blocco login******************************************************/

.form_login_ext {
	padding: 0;
}

.form_login {
	margin: 0;
	text-align: right;
}

.form_login, .login_frame {
	background: #FFFFFF;
	padding: 0.2em;
}

	fieldset.fieldset_login {
		border: 0px none;
		margin: 0;
		padding: 0.40em 0 0 0.20em;
	}

		fieldset.fieldset_login legend {
			display: none;
			font-size: 1.0em;
			font-weight: bold;
		}

	.form_login .line_field {
		padding-right: 300px;
		clear: both;
		margin: 0.40em 0.10em;
	}

		.form_login label.label_login {
			width: 100px;
			text-align: right;
		}

		.form_login .log_textfield {
			width: 100px;
			padding: 0;
			border: 1px solid #666;
		}

		.form_login .log_dropdown {
			width: 50%;
			padding: 0;
			border: 1px solid #666;
		}

	.form_login .line_button {
		text-align: right;
		margin: 0.20em 0.20em;
		padding-right: 300px;
	}

		.form_login .line_button .log_button {
			font-family: verdana,arial,sans-serif;
			font-size: 10px;
			background-color: #000000;
			color: #FFFFFF;
/*      border: 1px solid #9AA3AC;*/
			border-style: solid;
		}

		.form_login .line_button .log_button:hover {
/*      border: 1px solid #000000;*/
			background: #666666;
			color: #FFFFFF;
		}


	.log_advice {
		margin: 0.20em 0.20em 1em;
		padding: 0.20em 0.40em;
		font-weight: bold;
		border: 1px solid #369;
	}

	.log_action {
		text-align: right;
	}

	.log_action a {
		font-size: 0.80em;
	}

	.log_action .button_as_link {
		font-size: 0.80em;
	}

	.noaccess {
		margin: 0.20em 0.20em 1em;
		padding: 0.20em 0.40em;
		font-size: 0.80em;
		color: #ff0000;
		border: 1px solid #ff0000;
	}

	.logout_action {
		margin: 0.20em 0.20em 1em;
		padding: 0.20em 0.40em;
		font-size: 0.80em;
		color: #369;
		border: 1px solid #369;
	}

/*****************************************************************************************/

.news_list {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid #BBD1FF;*/

}


	.news_list .news_title {
		/*background: #9AA3AC url( '../images/block/bkg_news_title.gif' ) no-repeat right top;*/
    padding: 5px;
    font-weight: bold;
		color: #fff;
		font-size: 1.0em;
/*		border-bottom: 1px dashed #9AA3AC;*/
}
	
	

	.news_list .news_title a {
		/*color: #0044C2;/*#002675;*/
		font-size:10pt;
		text-decoration: none;
		
	}
	
	.news_list .news_title a:hover {
		text-decoration: underline;
	}

	.news_list .news_box {
		padding: 0px;
		background: #FFF;
		margin-bottom: 30px;
	}

	.news_list .news_date {
		font-size: 0.80em;
		font-weight: normal;
		color: #5D677A;
		display: block;		
		/*padding: 5px;*/
		padding-top: 3px;
	}
	
	div.news_cat {
		font-size: 0.80em;
		font-weight: bold;
	    /*padding: 5px;*/
	    padding-top: 3px;
		color: #5D677A;
		display: block;
		/*background: #fff;*/
	}
	.news_title a.news_cat {
		font-size: 0.80em;
		font-weight: bold;
	    /*padding: 5px;*/
	    padding-top: 3px;
		/*color: #0044C2;*/
		display: block;
		/*background: #fff;*/
	}
	
	.news_list .news_text {
		padding: 5px;
		margin-bottom: 0px;
		font-size: 9pt;
		color: #000;
		/*border-left: 1px solid #9AA3AC;
	  border-right: 1px solid #9AA3AC;*/
	}

	.news_list .read_more {
		margin-bottom: 2.00em;
		padding: 0 0.75em 0 0.75em;
		font-size: 0.90em;
		font-weight: bold;
		display: inline;
	}

		.news_list .read_more a {
   		color: #000;
			background: url( '../images/block/readmore.gif' ) right;
			background-color: transparent;
			background-repeat: no-repeat;
			padding: 3px 20px 3px 0;
		}

	.news_list div.inline_comments {
		padding: 0 0.75em 0 1.75em;
		display: inline;
	}

	.news_list div.inline_comments a {
		color: #000;
		font-size: 0.90em;
		background: url( '../images/block/comments.gif' ) no-repeat transparent right;
		padding: 3px 20px 3px 0;
	}

	.news_list div.more_here {
		padding: 0 0.75em 0 1.75em;
		display: inline;
	}

	.news_list div.more_here a {
		color: #000;
		font-size: 0.90em;
		background: url( '../images/block/arrow_link.gif' ) no-repeat transparent right;
		padding: 3px 20px 3px 0;
	}


	.news_list div.cat_link {
		padding: 0 0.75em 0 1.75em;
		display: inline;
	}

	.news_list div.cat_link a {
		color: #000;
		font-size: 0.90em;
		background: url( '../images/block/icon_cat.gif' ) no-repeat transparent right;
		padding: 3px 20px 3px 0;
	}

	.news_list div.topic_link {
		padding: 0 0.75em 0 1.75em;
		display: inline;
	}

	.news_list div.topic_link a {
		color: #000;
		font-size: 0.90em;
		background: url( '../images/block/topic.gif' ) no-repeat transparent right;
		padding: 3px 20px 3px 0;
	}


	.news_list div.news_inline_links {
		padding: 0.3em 0 0.3em 0;
		border-top: 1px dashed #9AA3AC;
		/*border-left: 1px solid #9AA3AC;
	  border-right: 1px solid #9AA3AC;*/
		border-bottom: 1px solid #9AA3AC;
		color: #002675;
		margin-bottom: 10px;
	}

	.news_list span.highlight {
		background: #E8FF00;
	}

.news_read {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFF;
}

	.news_read .news_title {
    /*background: #9AA3AC url( '../images/block/bkg_news_title.gif' ) no-repeat right top;*/
    padding: 5px;
		font-weight: bold;
		/*color: #0044C2;/*#002675;*/
		font-size:10pt;
		border-bottom: 1px dashed #9AA3AC;
	}

	.news_read .news_date {
		font-size: 0.80em;
		font-weight: normal;
		color: #5D677A;
		display: block;
	  padding-top: 5px;
	}

	.news_read .news_text {
		padding: 5px;
		margin-bottom: 0px;
		font-size: 9pt;
		color: #000;
		/*border-left: 1px solid #9AA3AC;
	  border-right: 1px solid #9AA3AC;*/
	  border-bottom: 1px solid #9AA3AC;
	}

	.news_read .news_box {
		padding: 0px;
		background: #fff;
		margin-bottom: 30px;
	}

	.news_read .news_line {
		margin-bottom: 1px;
	}

	.news_list .block_small .news_title {
    background: #FFF;
    padding: 3px 3px 3px 3px;
		font-weight: bold;
  	color: #FFF;
		font-size: 1.0em;
		padding-bottom: 1px;
	}


.block_small .news_title {
	padding: 0.5em;
	font-size: 0.85em;
/*	border: 1px solid #000;*/
	margin-bottom: 0em;
	background-color: #FFF;
}

.block_small .news_title a {
	color: #000;
	display: block;
	font-size:9pt;
}

.block_small .news_date {
	padding-top: 2px;
	font-size: 0.9em;
	color: #000;
	font-weight: normal;
	margin-right: 0.4em;
	text-align: right;
}

.block_small .news_text {
	padding-left: 0.5em;
	padding-right: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 1em;
  background: #FFF;
	font-size: 0.85em;
	background-color: #FFFF;
 /* border-left: 1px solid #B6C1CB;
	border-bottom: 1px solid #B6C1CB;
	border-right: 1px solid #B6C1CB;*/
	margin-bottom: 0px;
	border-bottom: 1px dashed #B6C1CB;
}


.feed_list {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


	.feed_list .news_title {
		padding: 0em;
		font-size: 1em;
/*		border: 1px solid #FA9B38;*/
		margin-bottom: 0em;
		background-color: #ff9900;
	}

	.feed_list .news_title a {
		color: #000;
		display: block;
	}

	.feed_list .news_box {
		padding: 0em;
		background: #FF9900;
		font-size: 0.85em;
		color: #000;
/*		border-top: 1px solid #FFFFCA;
		border-left: 1px solid #FFFFCA;
		border-bottom: 5px solid #FFFFCA;
		border-right: 1px solid #FFFFCA;*/
		margin-bottom: 10px;
		background-color: #FF9900;
	}

	.feed_list .news_box table tr td {
		width: 0px;
	}

	.feed_list .news_box img {
		float: left;
		margin: 2px;
	}

	.feed_list .news_date {
		padding-top: 2px;
		font-size: 0.9em;
		color: #000;
		font-weight: normal;
		margin-right: 0.4em;
		text-align: right;
	}

	.feed_list .news_text {
		padding: 0.5em;
		background: #FFF;
		font-size: 0.85em;
		border-left: 1px solid #6C9CFF;
		border-bottom: 1px solid #6C9CFF;
		border-right: 1px solid #6C9CFF;
		margin-bottom: 5px;
 		background-color: #9AA3AC;
 	}

	.feed_list .read_more {
		margin-bottom: 2.00em;
		padding: 0 0.75em 0 1.75em;
		font-size: 0.90em;
		font-weight: bold;
		display: inline;
	}

		.feed_list .read_more a {
   		color: #000;
			background: url( '../images/block/readmore.gif' ) right;
			background-color: transparent;
			background-repeat: no-repeat;
			padding: 3px 20px 3px 0;
		}

	.feed_list div.inline_comments {
		padding: 0 0 0 0;
		display: inline;
	}

	.feed_list div.inline_comments a {
		color: #000;
		font-size: 0.90em;
		background: url( '../images/block/comments.gif' ) no-repeat transparent right;
		padding: 3px 20px 3px 0;
	}

	.feed_list div.more_here {
		padding: 0 0.75em 0 1.75em;
		display: inline;
	}

	.feed_list div.more_here a {
		/*color: #E3832e;*/
		color: #000;
		font-size: 0.90em;
		background: url( '../images/block/arrow_link.gif' ) no-repeat transparent right;
		padding: 3px 20px 3px 0;
	}


	.feed_list div.cat_link {
		padding: 0 0.75em 0 1.75em;
		display: inline;
	}

	.feed_list div.cat_link a {
		color: #000;
		font-size: 0.90em;
		background: url( '../images/block/icon_cat.gif' ) no-repeat transparent right;
		padding: 3px 20px 3px 0;
	}

	.feed_list div.topic_link {
		padding: 0 0.75em 0 1.75em;
		display: inline;
	}

	.feed_list div.topic_link a {
		color: #000;
		font-size: 0.90em;
		background: url( '../images/block/topic.gif' ) no-repeat transparent right;
		padding: 3px 20px 3px 0;
	}


	.feed_list div.news_inline_links {
		padding: 0.3em 0 0.3em 0;
		border-top: 1px dashed #BBD1FF;
		border-bottom: 1px solid #BBD1FF;
		color: #002675;
		margin: 0px;
	}

	.feed_list span.highlight {
		background: #E8FF00;
	}



/*document*********************************************************************************/

.document_list {
	padding: 0.20em;
}

	.document_list .doc_title {
		padding-left: 0.60em;
		font-weight: bold;
		color: #333;
	}

	.document_list .doc_text {
		padding: 0;
		margin: 0.40em 0 0.80em 0;
		font-size: 0.80em;
	}

	.document_list .doc_download {
		font-weight: bold;
		margin-left: 1.20em;
		margin-bottom: 2.00em;
		font-size: 0.80em;
	}

	div.doc_click {
		color: #8494ad;
		padding-left: 0.7em;
	}

		.document_list .doc_download img {
			padding-right: 0.60em;
		}


.show_docs .cat_list_box {
	padding: 0.4em;
	padding-bottom: 1em;
	background: #FFF;
	border-bottom: 2px solid #8d8c91;
	clear: left;
	display: block;
	margin-top: 0.6em;
	margin-bottom: 1.6em;
}

.show_docs .cat_list_back {
	margin-bottom: 1.2em;
}

.show_docs .cat_item_box {
	float: left;
	width: 30%;
	margin: 0.4em;
	padding: 0.2em;
	border-bottom: 1px solid #8d8c91;
	border-right: 1px solid #8d8c91;
}

.show_docs .cat_item_img {
	padding: 0.2em;
	float: left;
	border: 0px none;
}

.show_docs .cat_list_box a {
	font-family: verdana;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}

.show_docs .cat_item_info {
	color: #8494ad;
}


.show_docs .docs_folder_nav {
	/*color: #000000;
	font-weight: bold;
	padding: 0.20em 0 0.20em 0.4em;
	font-size: 1em;
	height: 22px;*/
	/*background: url( '../images/block/docs.gif' ) right no-repeat;*/
	/*background-color: transparent;
	background-repeat: no-repeat;
	margin-top: 0.2em;
	margin-bottom: 0.2em;*/
	/*border-bottom: 2px solid #8d8c91;*/
}

.show_docs .docs_folder_nav a {
	color: #475680;
}



.doc_details .docs_text {
	margin: 0em;
	padding: 0.60em 0.40em;
	background: #FFFFFF;
	border-bottom: 1px solid #8c8b90;
}

.doc_details .docs_box {
	padding-top: 0.6em;
	padding-bottom: 2em;
}


.doc_details .doc_img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 0.6em;
	display: block;
}

.doc_details a.doc_title {
	padding-left: 0.2em;
	padding-right: 0.6em;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.2em;
	color: #8494ad;
}


.doc_details span.clicks_label {
	color: #8494ad;
	font-size: 0.9em;
}

.doc_details .file_link {
	font-weight: bold;
	color: #8494ad;
	padding-right: 0.6em;
}

.doc_details .docs_description, .doc_details .docs_title {
	margin-top: 0.6em;
	padding-left: 0.2em;
}

.doc_details span.description_label, .doc_details span.title_label {
	color: #8494ad;
	font-weight: bold;
}

.doc_details .docs_url {
	padding-left: 0.2em;
}

.doc_details .docs_url a {
	color: #8494ad;
	font-weight: normal;
	text-decoration: underline;
	font-size: 1em;
}


.doc_details .docs_line {
	height: 4px;
	width: 100%;
	margin-top: 1.4em;
}


.docs_table {
	border: 0px none;
	/*border-right: 1px solid #8d8c91;
	border-top: 1px solid #8d8c91;
	border-bottom: 2px solid #8d8c91;*/
	margin-bottom: 1em;
	width: 99%;
}

.docs_table th {
	/*border-bottom: 2px solid #8d8c91;
	border-left: 1px solid #8d8c91;*/
	display: none;
}

.docs_table td {
	/*border-left: 1px solid #8d8c91;*/
	vertical-align: middle;
}

.docs_table td a.file_link {
	color: #000000;
	padding-top: 2px;
	border-top: 1px /*solid #000000;*/;
	font-weight: normal;
	text-decoration: none;
	margin-left: 0.6em;
}

.docs_table td a.file_link:visited {
	font-weight: normal;
	border-top: 1px /*solid #000000;*/
}

.docs_table a.icon_link {
	margin: 0px;
	border: 0px none;
}

.docs_table a.icon_link:visited {
	border: 0px none;
}

.docs_table .details_link {
	font-weight: normal;
	font-size: 0.9em;
	padding-left: 0em;

}

.docs_table .file_title {
	font-weight: bold;
	color: #002675;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
}

.docs_table .type-one-header {
	background: #9AA3AC;
	color: #000;
	height: 12px;
	margin-bottom: 10px;
}


.docs_table .line-col {
	/*background: #c8d8f1;*/
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.docs_table th.comments,
.docs_table td.comments {
	width: 62px;
}

.docs_table th.clicks,
.docs_table td.clicks {
    display: none;
	width: 62px;
}


.docs_table td.type {
	width: 22px;
	text-align: center;
}


/*Gallery**********************************************************************************/

.show_gallery {
}

.show_gallery .cat_list_box {
	padding: 0em;
	padding-bottom: 5px;
	background: #FFF;
/*	border-bottom: 2px solid #8d8c91;*/
	clear: left;
	display: block;
	margin-top: 0em;
}

.show_gallery .cat_list_back {
	margin-bottom: 0.4em;
}

.show_gallery .cat_item_box {
	float: left;
	width: 30%;
	margin: 0.4em;
	padding: 0.2em;
	border-bottom: 1px solid #8d8c91;
	border-right: 1px solid #8d8c91;
}

.show_gallery .cat_item_img {
	padding: 0.2em;
	float: left;
	border: 0px none;
}

.show_gallery .cat_list_box a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.show_gallery .cat_item_info {
	color: #000;
}

.show_gallery .images_frame {
	padding-bottom: 1em;
}

.show_gallery .images_box {
	background: #FFFFFF;
	padding-top: 1.0em;
	padding-bottom: 1.5em;
/*	border-bottom: 2px solid #8d8c91;*/
}

.show_gallery .image_col {
	margin: 4px;
	float: left;
}

.show_gallery .image_thumb {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
}

.show_gallery .image_frame {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
}

.show_gallery .gallery_title_top {
	color: #000000;
  font-weight: bold;
/*	height: 22px;
	background: url( '../images/block/media.gif' ) right no-repeat;
	background-color: transparent;
	background-repeat: no-repeat;
	margin-top: 0.2em;
	margin-bottom: 0.6em;
	border-bottom: 2px solid #8d8c91;*/
}

.show_gallery .gallery_title_top a {
	color: #FFCC00;
}

.show_gallery .gallery_title {
	color: #475680;
	padding-left: 0em;
	font-size: 1.4em;
	font-weight: bold;
}

.show_gallery .load_media {

	padding-left: 1.00em;
}

.show_gallery .gallery_text {
	margin: 0em;
	padding: 0.60em 0.40em;
	background: #FFFFFF;
	border-bottom: 1px solid #8c8b90;
}

.show_gallery .gallery_box {
	padding-top: 0.6em;
	padding-bottom: 2em;
}

.show_gallery div.gallery_click {
  display: none;
	padding: 0 0em 0 0.4em;
	color: #475680;
	font-weight: bold;
}

.show_gallery div.gallery_click span {
  display: none;
	/*color: #E3832e;*/
	color: #000000;
	font-weight: normal;
	background: url( '../images/block/clicks.gif' ) no-repeat transparent right;
	padding: 3px 20px 3px 0;
}

.show_gallery .gallery_line {
	height: 4px;
	width: 100%;
	margin-top: 1.4em;
}


/*****************************************************************************************/



/*Links**********************************************************************************/

.show_links {
}

.show_links .cat_list_box {
	padding: 0.4em;
	padding-bottom: 1em;
	background: #FFF;
	border-bottom: 2px solid #8d8c91;
	clear: left;
	display: block;
	margin-top: 0.6em;
	margin-bottom: 1.6em;
}

.show_links .cat_list_back {
	margin-bottom: 1.2em;
}

.show_links .cat_item_box {
	float: left;
	width: 30%;
	margin: 0.4em;
	padding: 0.2em;
	border-bottom: 1px solid #8d8c91;
	border-right: 1px solid #8d8c91;
}

.show_links .cat_item_img {
	padding: 0.2em;
	float: left;
	border: 0px none;
}

.show_links .cat_list_box a {
	font-family: verdana;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}

.show_links .cat_item_info {
	color: #000;
}

.show_links .links_folder_nav {
	color: #000000;
	font-weight: bold;
	padding: 0.20em 0 0.20em 0.4em;
	font-size: 1em;
	height: 22px;
	background: url( '../images/block/links22.gif' ) right no-repeat;
	background-color: transparent;
	background-repeat: no-repeat;
	margin-top: 0.2em;
	margin-bottom: 0.6em;
	border-bottom: 2px solid #8d8c91;
}

.show_links .links_folder_nav a {
	color: #475680;
}


.link_details .links_text {
	margin: 0em;
	padding: 0.60em 0.40em;
	background: #FFFFFF;
	border-bottom: 1px solid #8c8b90;
}

.link_details .links_box {
	padding-top: 0.6em;
	padding-bottom: 2em;
}


.link_details .link_img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 0.6em;
	display: block;
	float: left;
}

.link_details a.link_title {
	padding-left: 0.2em;
	padding-right: 0.6em;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.2em;
	color: #000;

}


.link_details span.clicks_label {
	color: #475680;
	font-size: 0.9em;
}

.link_details .links_description {

	clear: left;
	margin-top: 0.6em;
	padding-left: 0.2em;

}

.link_details span.description_label {
	color: #475680;
	font-weight: bold;
}

.link_details .links_url {
	padding-left: 0.2em;
}

.link_details .links_url a {
	color: #555;
	font-weight: normal;
	text-decoration: underline;
	font-size: 1em;
}


.link_details .links_line {
	height: 4px;
	width: 100%;
	margin-top: 1.4em;
}


.links_table {
	border: 0px none;
	border-right: 1px solid #8d8c91;
	border-top: 1px solid #8d8c91;
	border-bottom: 2px solid #8d8c91;
	margin-bottom: 1em;
	width: 99%;
}


.links_table th {
	border-bottom: 2px solid #8d8c91;
	border-left: 1px solid #8d8c91;
}

.links_table td {
	border-left: 1px solid #8d8c91;
	vertical-align: top;
}

.links_table td a.item_link {
	color: #000000;
	border-bottom: 1px solid #000000;
	font-weight: normal;
	text-decoration: none;
	margin-left: 0.6em;
}

.links_table td a.item_link:visited {
	font-weight: normal;
	border-bottom: 1px solid #AAAAAA;
}


.links_table .type-one-header {
	background: #fff;
	color: #000;
	height: 22px;
}

.links_table .line-col {
	background: #c8d8f1;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.links_table th.clicks, .links_table th.comments,
.links_table td.clicks, .links_table td.comments {
	width: 62px;
}

.links_table td.preview {
	padding: 4px;
	width: 80px;
	text-align: center;
}

/**** Comments ***************************************************************************/

	table.type-one {
		empty-cells: show;
		border: 0px none;
	}

	.forumAuthor {
		color: #000;
		padding-left: 0.4em;
		font-size: 12px;
		font-weight: bold;
	}

	.forumSubject {
		margin-top: 0.2em;
		font-size: 12px;
	}

	.line-col .forumSender, .line-col .forumText {
		background: #c8d8f1;
		color: #000;
	}

	.line .forumSender, .line .forumText {
		padding-bottom: 0.2em;
		margin-bottom: 0.2em;
		background: #e9ecf4;
		color: #FFF;
	}

	th.forumSender {
		/* border-right: 1px solid #CCCCCC; */
		border-bottom: 1px solid #FFFFFF;
	}

	th.forumText {
		border-left: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}

	.forumAction {
		text-align: right;
	}

	.forumTextof {
		background: #FFF;
		border: 1px solid #a3c0ed;
		margin: 0.2em;
		padding: 0.6em;
		font-size: 12px;
		color: #000;
	}

	.forumBox {
		color: #444;
		font-size: 0.9em;
	}

	.forumAdd {
		margin-top: 1.2em;
		padding: 0.2em;
		text-align: center;
		border-top: 2px solid #8c8b90;
		border-bottom: 2px solid #8c8b90;
	}

	.forumAdd a {
		color: #000;
		font-size: 0.9em;
	}

	.commentsHead {
		font-weight: bold;
		font-size: 14px;
		padding-bottom: 1em;
		padding-top: 1em;
		padding-left: 0.4em;
		color: #000;
	}


/** Forum ****************************************************************************/

.forum_table {

	border: 0px none;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	margin-bottom: 1em;
	width: 99%;

}

.forum_table .forum_title a {
	text-decoration: none;
	color: #000;
}

.forum_table .forum_title a:hover {
	text-decoration: underline;
	color: #000;
}

.forum_table td {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
}

.forum_table td a {
	color: #890A0A;
	margin-left: 0.6em;
}

.forum_table td a:visited {
}

.forum_table .image {
		text-align: center;
		vertical-align: middle;
		width: 1%;
}

.forum_table .type-one-header {
	background: #CCCCCC;
	border-left: 1px solid #cccccc;
}

.forum_table .line-col {
	background: #EEEEEE;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

	.forum_table .forum_lastpost {
		font-size: 0.80em;
		font-style: italic;
	}

	.forum_table .forum_manag {
		text-align: right;
		padding: 0.20em 0 0 0;
	}

	.forum_action_top {
		margin: 0.80em 0 0.80em 0;
		padding: 0.20em;
		text-align: left;
		background: #eeeeee;
		border: 1px solid #cccccc;
	}


	.forum_action_bottom {
		margin: 0.80em 0 0.80em 0;
		padding: 0.20em;
		text-align: right;
		background: #eeeeee;
		border: 1px solid #cccccc;
	}

	option.option_with_image {
		padding: 4px 2px 4px 26px;
		background-position: center left;
		background-repeat: no-repeat;
	}

	.mess_author {
		font-weight: bold;
	}

	.forum_sender {
		width: 20%;
		vertical-align: top;
	}

	.forum_text {
		width: auto;
		vertical-align: top;
	}

	.filter_evidence {
		background: #EF0;
	}

	div.forum_author {
		font-weight: bold;
		font-size: 1.20em;
		margin: 0.40em 0.6em 0.20em;
	}

	div.forum_level {
		margin: 0 1.6em;
	}

	img.forum_avatar {
		margin: 0.6em 0.6em;
		max-width: 100px;
		max-height: 100px;
	}

	div.forum_numpost {
		margin: 0 0.6em;
	}


	/* XXX: forum post **/

	.forum_post_posted {
		font-size: 0.80em;
		margin: 0.40em 2em 0.60em;
	}

	.forum_post_locked {
		font-size: 1.20em;
		color: #f20;
		margin: 1em;
	}

	.forum_post_title {
		font-size: 1.20em;
		font-weight: bold;
	}

	.forum_post_attach {
		text-align: right;
	}

	.forum_post_text {
		margin: 1.00em 0.60em 0.60em 0.60em;
	}

	.forum_post_modified_by {
		font-weight: bold;
		margin: 1.4em 0em 0.20em 0.2em;
	}

	.forum_post_sign_separator {
		border-top: 1px solid #000;
		width: 40%;
		margin: 2em 0 0.60em 0;
	}

	.forum_post_sign {
		margin: 0.40em 0.40em 0.60em 0.60em;
	}

	.forum_action {
		text-align: right;
	}

	.forum_action a {
		margin: 0 0.2em 0 0.4em;
	}

	.forum_quote {
		background: #fffbda;
		border: 1px dashed #d56e00;
		padding: 0.40em;
		margin: 0.20em;
	}

	.search_mask {
		padding-top: 0.8em;
		text-align: right;
		margin: 0.20em 3em 2em 1em;
	}

/** My Alerts ****************************************************************************/

.alerts_table {

	border: 0px none;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1em;
	width: 99%;

}


.alerts_table td {
	border-left: 1px solid #cccccc;
	vertical-align: top;
}

.alerts_table .type-one-header {
	background: #CCCCCC;
	border-left: 1px solid #cccccc;
}

.alerts_table .line-col {
	background: #EEEEEE;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}


/*****************************************************************************************/



.menu_block {
	background: transparent url(/templates/energethicsV2/images/fondo_navlaterale.jpg) no-repeat scroll left top;
	/*padding: 0px;
	margin: 0px;*/
padding:10px 5px 0;
}

.title_menu {
	padding: 0.60em;
	margin: 0px 0px 1.00em 0px;
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
	background: #69c071;
}

a.voicemenu {
	display: block;
	/*padding: 0.20em 2.00em 0.20em 0px;*/
	margin-left: 10px;
	color: red;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	font-size: 1.0em;
   /*background: url( '../images/block/arrow.gif' ) no-repeat left center;*/
}

a.voicemenuselected {
	display: block;
	padding: 0.20em 2.00em 0.20em 0px;
	margin-left: 20px;
	color: red;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	font-size: 1.0em;
   background: url( '../images/block/arrow_in.gif' ) no-repeat left center;
}

a.voicemenuback {
	display: block;
	padding: 0.20em 2.00em 0.20em 0px;
	color: red;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-size: 1.0em;
   background: url( '../images/block/arrow.gif' ) no-repeat left center;
}

a.voicemenubackselected {
	display: block;
	padding: 0.20em 2.00em 0.20em 0px;
	color: red;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-size: 1.0em;
   background: url( '../images/block/arrow_in.gif' ) no-repeat left center;
}

.submenuline a.voicemenu {
	color: #5d677a;
	font-weight: normal;
}


.menu_lateral {
    /*margin: 0.40em;
    padding: 0.00em;
    color: #000000;
    border: 0px none;
    list-style: none;*/

/*background-image:url(../images/segnalino.gif);*/
background-position:left top;
background-repeat:no-repeat;
display:block;
line-height:12px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding-bottom:5px;
padding-left:15px;
padding-top:5px;
text-align:left;
text-decoration:none;

}

    .menu_lateral .intest {
        padding: 0px;
        margin: 0.20em;
    }

        .menu_lateral .intest img {
            margin: 0px 1.00em 0px 0px;
            height: 32px;
        }

        .menu_lateral .intest span {
            font-size: 1.40em;
        }

    .menu_lateral ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .menu_lateral li {
        list-style: none;
        margin: 0px; /* border: 1px solid #FFF; */ /* <- tmp fix for IE */
    }

    .menu_lateral a {
        /*display: block;*/
        /*margin: 0px;*/
        padding: 3px 10px 3px 0px;
        color: #000000;
    }

    .menu_lateral a:hover {
			text-decoration: underline;
    }

    .menu_lateral .submenu {
			/* padding-right: 4px;
			border-top: 1px solid #00BB00;
			border-bottom: 1px solid #BB0000; */
    		margin: 0px;
    		padding: 0px;
    }

    .menu_lateral .submenu li {
			margin: 0px;
			padding: 0px;
    }

    .menu_lateral .submenuline {
    	/* border-right: 1px solid #00AA00;*/
    		margin: 0px;
			padding: 0px;
    }

    .menu_lateral .submenuline li {
    		margin: 0px;
			padding: 0px;
    }


.moduleBlock {
	padding: 3px;
	margin: 3px;
	background: #fff;
	color: #000000;
}

/************* BLOCCO MEDIA ***************************************************************/

td.slidetxt {
	vertical-align: top;
	text-align: left;
	width: 100%;
}

img.slidelink {
	border: 1px solid #000044;
}

td.startslide {
	text-align: right;
	font-size: 0.85em;
	font-weight: bold;
	padding-right: 6px;
}

/************* BLOCCO LINKS ***************************************************************/

td.linkbox {
	text-align: left;
	vertical-align: top;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 16px;
	width: 100%;
	border-bottom: 1px dashed #E0E0E0;
}

td.linkpreview {
	text-align: left;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #E0E0E0;
}

table.linktab {
	padding: 0px;
	border-collapse: collapse;
}


/************* BLOCCO GUESTBOOK ***************************************************************/

table.guestbox_1 {
	text-align: left;
	vertical-align: top;
	padding-right: 6px;
	padding-top: 6px;
	margin-bottom: 16px;
	width: 100%;
	border: 1px dashed #A0A0E0;
}

table.guestbox_2 {
	text-align: left;
	vertical-align: top;
	padding-right: 6px;
	padding-top: 6px;
	margin-bottom: 16px;
	width: 100%;
	border: 1px dashed #E0E0A0;
}

td.guest_admin_box {
	background: #AAAAAA;
}

/******************************************************************************************/

/* XXX: forum OLD */
/*
.forumNav {
   font-size: 1.00em;
   font-weight: bold;
}

.forumThreadTit {
   padding: 0.00em 0.20em 1.00em 1.00em;
   font-size: 1.20em;
   font-weight: bold;
}

.forumTitle {
   width: 25%;
   vertical-align: middle;
}

.forumText {
   vertical-align: top;
   width: 75%;
}

td.forumCenter {
   text-align: center;
}

td.forumDateCreation {
   width: 20%;
   text-align: center;
}

.forumSender {
   vertical-align: top;
   width: 25%;
}

.forumErased {
   color: #369;
   font-style: italic;
   font-weight: bold;
}

.forumBox {
   margin: 0.00em;
   padding: 0.00em;
   font-weight: normal;
   font-style: italic;
}

.forumAuthor {
   margin: 0.00em;
   padding: 0.00em 0.00em 0.20em 0.00em;
   font-size: 1.20em;
   font-weight: bold;
}

.forumAvatar {
   padding: 0.60em 0.40em 0.40em 0.40em;
   max-width: 80px;
   max-height: 80px;
}

.forumNumpost {
   margin: 0.00em 0.00em 0.80em 0.00em;
   padding: 0.20em 0.00em;
}

.forumSubject {
   margin: 1.00em 0.00em 0.00em 0.00em;
   font-weight: bold;
   font-size: 1.20em;
}

.forumTextof {
   padding: 0.40em;
   margin: 0.00em;
   font-size: 1.20em;
}

.signSeparator {
   padding: 0;
   margin: 1.00em 0.00em 0.50em 0.00em;
   width: 30%;
   border-bottom: 1px solid #033;
}

.forumAction {
   margin: 0.00em 0.00em 0.00em;
   padding: 0.00em;
   text-align: right;
}

.forumLocked {
   margin: 0.80em 0.00em 0.00em 0.00em;
   font-size: 1.20em;
   font-style: italic;
   font-weight: bold;
}

.commandForumLineTop,
.commandForumLine {
   padding: 0.20em 0.60em;
   margin: 1.00em 0.00em 0.20em 0.00em;
   border: 1px solid #666;
}

.commandForumLineTop {
   margin: 0.20em 0.00em 1.00em 0.00em;
} */

/* XXX: register*****************************************/

.formIscrBlock {
   margin: 0.00em 0.20em;
   padding: 0;
}

   .form_field {
       margin: 0.40em 0.00em;
       padding: 2.00em 4.00em;
       border: 1px dashed #033;
       background: #ddd;
   }
      .error_ins {
       margin: 0.00em 0.00em 1.00em 0.00em;
       padding: 0.50em;
       color: #f42;
       font-size: 0.80em;
       font-weight: bold;
       border: 1px solid #f42;
   }
              .formIscrBlock .line_iscr {
       padding: 0.00em 0.00em 0.30em;
       position: relative;
   }
      .formIscrBlock .textfield {
       width: 35%;
   }
      .formIscrBlock .dropSelect {
       padding: 0;
       margin: 0;
       width: 35%;
   }

.formIscrBlock input.button {
   margin: 1.00em 3.00em 0.50em;
   padding: 0.00em 1.00em;
}

div.istruction {
       position: relative;
       margin: 0.00em 0.00em 1.00em 0.00em;
   }
          div.istruction img.key {
           position: relative;
           float: left;
           margin: 0.20em 0.60em 0.00em 0.00em;
       }
              div.istruction div.keytext {
           margin: 0.00em;
           padding: 0.40em;
       }

.grey_istruction {
   font-size: 0.80em;
   color: #666;
}

ul.list_istruction {
   margin: 0.00em;
   padding: 0.50em 2.00em;
   font-size: 0.80em;
   color: #666;
   list-style: disc inside;
}

   ul.list_istruction li {
       margin: 0;
       padding: 0;
   }

div.privacy_policy {
   height: 80px;
   overflow: auto;
      margin: 0.50em 0.00em;
   padding: 0.80em;
   font-size: 0.80em;
   color: #333;
   background: #fff;
   border: 1px dashed #666;
}

.poll_title {
	margin: 0;
	padding: 5px;
	font-size: 1.00em;
	color: #002675;
}

.poll_form_elems {
	font-size: 1.00em;
}

.poll_label {
	color: #002675;
}

#vote, #show_results {
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	/*font-weight: bold;*/
	background-color: #6C9CFF;
	color: #FFFFFF;
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	vertical-align: baseline !important;
	vertical-align: middle;
	padding: 0px;	
}

.div_back_link{
    padding-bottom: 15px;
}

hr {
border: 0px;
color: #9AA3AC;
background-color: #9AA3AC;
height: 1px;
width:100%;
}
.topSolarDiv img{
  display:none;
}
.topSolarDiv{
  display:none;
}
#idTopSolarDiv img{
display:none;
}
#idTopSolarDiv{
display:none;
}

#search_form .button{
	background: #9AA3AC;
	border: 1px solid #6C9CFF;
	width: 50px;
}

#search_form .button:hover {
	border: 1px solid #6C9CFF;
	background: #6C9CFF;
}

/*** MENU NUOVO ***/

#navBar ul {list-style: none; margin: 0; 
display: block;
background-image:url(../images/segnalino.gif);
background-position:left top;
background-repeat:no-repeat;
padding-left:15px;
padding-bottom:5px;
padding-top:5px;
line-height:12px;
text-decoration: none;
text-align: left;
}

#navBar li a {
display: block;
border-bottom: 1px solid #D4D4D4;
line-height:17px;
text-decoration: none;
}
#navBar li a:hover {
border-bottom: 1px solid #D4D4D4;
background-image:url(../images/segnalino.gif);
background-position:left center;
background-repeat:no-repeat;
padding-left:15px;
line-height:17px;

	text-decoration: none;
}
