/* ------------- Struttura generale pagine -------------------- */

/* layout */

html {
	/*background-color: #08305A;*/
}

body {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

#container {
	position: absolute;
	left: 50%;
	width: 975px;
	margin-left: -485px;
/*	background-image: url(./images/sfondo.gif);*/
}


#header {
	background-color: white;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

#footer {
	clear: both;
	background-color: white;
	text-align: center;
	font-size: 10px;
	color: black;
}
#footer a{
	text-decoration: underline;
}

#struttura_left {
	position: relative;
	float: left;
	width: 200px;
	text-align: center;
	/*background-color: Lime;*/
}
#struttura_center {
	position: relative;
	float: left;
	width: 570px;
	text-align: center;
	padding-top:20px;
	padding-bottom: 10px;
	/*background: Aqua;
	overflow: hidden;*/
}
#struttura_center_right {
	position: relative;
	float: left;
	width: 770px;
	text-align: center;
	padding-top:20px;
	padding-bottom: 10px;
/*	background-color: Gray;*/
}
#struttura_right {
	float: right;
	width: 200px;
	text-align: center;
	/*background-color: Fuchsia;
	padding: 10px;*/
}

#right_col{
	float: right;
	width: 190px;
	position: relative;
}

#commenti{
	width: 788px;
	position:relative;
}


#struttura_center a{
	color: black;
	text-decoration: none;
}

#struttura_center_right a:hover{
	text-decoration: underline;
}

#struttura_center_right a{
	color: black;
	text-decoration: none;
}

#struttura_center a:hover{
	text-decoration: underline;
}

/* ------------- Struttura articoli in homepage -------------------- */

.anteprima_articolo {
	background-color: white;
	border: 1px solid #000;
	margin: 10px 0 10px 0;
}
/*
.anteprima_articolo .testo {
	padding: 10px;
	text-align: justify;
	width: 330px;
	float:left;
	background-color: Blue;
}
*/

.anteprima_articolo .opzioni a {
	/*font-weight: bold;
	text-decoration: underline;*/
}

.anteprima_articolo .firma {
	clear: both;
	float:right;
	padding: 10px;
	text-align: right;
	border-top: 1px solid #CCCCCC;
}

.anteprima_articolo .titolo {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}


.anteprima_articolo .testo_esteso {
	clear: both;
	padding: 10px;
	text-align: justify;
}

#testo_esteso_articolo a{
	color: blue;
}
#testo_esteso_articolo a:hover{
	text-decoration: underline;
}

.anteprima_articolo .altre_foto {
	text-align: center;
}
.anteprima_articolo .opzioni{
	/*clear: both;*/
	padding: 3px
}

.anteprima_articolo td{
	padding-right: 3px;
	padding-top: 3px;
	font-size: 12px;
}

.anteprima_articolo table{
	margin:auto;
}

.anteprima_articolo ul{
	list-style-type:none;
}
.letture_baron a {
	font-weight: normal;
	text-decoration: none;
}
.letture_baron a:hover {
	text-decoration: none;
}
.anteprima_articolo .dot {
	margin-right: 5px;
}
#articolo_main {
	background-color: white; border: 1px solid #000;
}

#testo_articolo a {
	color: blue;
}
#testo_articolo a:hover {
	text-decoration: underline;
}

#privacy_form a {
	color: blue;
}
#privacy_form a:hover {
	text-decoration: underline;
}

#testo_hp_articolo a {
	color: blue;
}
#testo_hp_articolo a:hover {
	text-decoration: underline;
}

/*Breaking news */
.breaking_news {
	background-color: white;
	border: 1px solid #000;
	margin: 10px 0 10px 0;

}
/* ------------- Struttura dei Commenti -------------------- */

.boxCommenti { /* Box dove viene visualizzato un commento */
	margin-top: 20px;
	margin-bottom: 5px;
	/*margin-right: 10px;*/
	background-color: White;
	padding: 5px;
	border: 1px solid black;
}
.boxCommenti a {
	text-decoration: underline;
}
.boxCommenti a:hover {
	text-decoration: underline;
}

.titoloCommenti { /* carattere e stile per il titolo di un commento */
	background-color: Blue;
	padding: 2px;
	font-weight: bolder;
	color: White;
}

.datiCommenti {  /* carattere e stile per i dati (ora, autore,...) di un commento */
	border-bottom: 1px solid black;
	font-style: italic;
	font-weight: lighter;
}

.opzioniCommenti { /* carattere e stile per il box delle opzioni di visualizzazione e post dei commenti */
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 1px;
	background-color: Black;
	border: 1px black solid;
}

.OpzioniCommenti input {
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
}

.OpzioniCommenti select {
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
}

.MoreCommenti { /* carattere e stile del tasto per visualizzare le risposte ad un commento */
	padding: 2px;
	font-weight: bolder;
	margin-top: 10px;
	border: 1px solid black;
	width: 250px;
	position: relative;
	left: 5%;
}

.MoreCommenti ul {
	list-style: circle;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.TestoCommento { /* utile per scrivere il testo di qualche commento o messaggi in varie sistuazioni */
	margin: 5px 5px 5px 5px;
	padding: 2px;
	border: 1px solid black;
	background-color: White;
}

.BoxNuovoCommento { /* stile del form per postare nuovi commenti */
	margin: 5px 5px 5px 5px;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	float: left;
}
.BoxNuovoCommento input {
	/*margin-top: 10px;
	margin-left: 10px;*/
}
.BoxNuovoCommento textarea {
	margin-top: 20px;
	margin-left: 10px;
	vertical-align: middle;
	width: 300px;
	height: 200px
}
.BoxNuovoCommento img {
	margin-top: 5px;
	margin-left: 5px;
	vertical-align: middle;
}

.BoxAnteprimaCommento { /* box laterale al form per postare commenti con l'anteprima */
	padding: 5px;
	margin: 20px 20px 20px 20px;
	border: 4px black solid;
	float: left;
	background-color: White;
	width: 300px;
	height: 300px;
}

.box_commento {
	padding: 5px;
	text-align: center;
	/*margin: auto;*/
}
.boxCommenti a:hover{
/*	text-decoration: none;*/
}

.boxCommenti .sc {
	color: gray;
}

.boxCommenti .ot{
	color:gray;
}
.boxCommenti .ot .titolo a{
	color: gray;
	font-weight: bold;
}

.boxCommenti .ok{
	color:black;
}
.boxCommenti .mess_commento{
	color:gray;
	text-align: left;
	margin:5px;
}

.boxCommenti .user_action {
	text-align: left;
	margin-left: 5px;
}
.boxCommenti .user_action img {
	padding-right: 6px;
}
.boxCommenti .ok .testo {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
.boxCommenti .ot .testo {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
.boxCommenti .sc .testo {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
/*Messaggi Personali */

.messaggi_personali {
	background-color: White;
	border: 1px solid #000;
	margin: 10px;
	text-align: left;
}

.msg_privato tr:hover {
	background-color: #efe079;
}

/*Pagina Account */

.account {
	background-color: White;
	border: 1px solid #000;
	margin: 10px;
	text-align:center;
}
.account table{
	margin-top:1em;
}

.account_sez {
	text-align: left;
	background: url(../images/bg_forum_sez.gif) repeat-x;
	font-weight:bold;
	font-size:14px;
	height:25px;
}

.account_td_1{
	text-align: left;
	width: 300px;
	background-color: #EFEFEF;
	height: 40px;
	padding-left:4px;
}

.account_td_2{
	background-color: #DEE3E7;
	height: 40px;
	padding-left:4px;
}

.account th{
	color: #FFA34F;
	background: url(../images/bg_forum_th.gif) repeat-x;
	height: 25px;
	font-weight: bold;
	height: 38px;
	font-size:13px;
	margin: auto;
	text-align:center;
}
.account .articoli ul{
	text-align: left;
	list-style-position: inside;
	list-style-type: none;
	margin-left: 200px;
}
.account .articoli li{
	text-align: left;
}

.account .articoli {
	margin: 10px;
}

.account .articoli table{
	text-align: left;
}

.account .articoli td{
	padding: 6px;
}

.account .articoli a{
	color: black;
	text-decoration: none;
}
.account .articoli a:hover{
text-decoration: underline;
}
.articoli h3{
	padding: 6px;
}
.account .mess_pres {
	padding: 3px;
	margin: 5px auto;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFE0;
	border: 1px dashed #CCC;
	width:30%;
}

.account #left_col{
	width: 45%;
	float: left;
}

.account #right_col{
	width: 45%;
	float: right;
}

/*  */

.data_archivio {
	background-color: White;
	border: 1px solid #000;
	margin: 10px;
}


/* Forum */
.forum {
	background-color: White;
	border: 1px solid #000;
	margin: 10px;
	text-align:center;
}

.forum .action {
	text-align:right;
	padding:5px;
}

.forum table{
	margin-top:1em;
}

.forum_sez {
	text-align: left;
	/*background: url(../images/bg_forum_sez.gif) repeat-x;*/
	font-weight:bold;
	font-size:12px;
	height:25px;
}

.forum_topic_1{
	text-align: left;
	width: 300px;
/*	background-color: #EFEFEF;*/
	height: 40px;
	padding-left:4px;
}

.forum_topic_2{
/*	background-color: #DEE3E7;*/
	height: 40px;
	padding-left:4px;
}

.forum th{
	color: #FFA34F;
/*	background: url(../images/bg_forum_th.gif) repeat-x;
	height: 25px;*/
	font-weight: bold;
/*	height: 38px;*/
	font-size:13px;
}

.forum .user{
	text-align: left;
	margin: 5px 25px;
}

.forum .opzioni a{
	font-weight: bold;
	text-decoration: underline;
}
.forum .avatar{
	float: right;
}
.forum .opzioni {
	clear: both;
}
.forum .testo{
	width:70%;
	float: left;
}

.forum .titolo{

}
/*/*/

/* Utenit online nel blocco laterale 'CHIc'�' */
.user_online {
	width: 100%;
	/*font-size:1em;*/
	letter-spacing: 0px;
}
.user_online a:hover{
	/*border: 1px solid #EEFF00;
	background-color: #EFE079;*/
}
.user_online a{
	/*border: 1px solid #FFFFFF;*/
}

.menu_pers{
	margin: 5px 0px 5px 300px;
	text-align: left;
	list-style: none;
}

.menu_pers li{
	padding:6px 0px 0px 0px;
}
.menu_pers img{
	padding: 0px 3px;
}

.chice {
	list-style-type: none;
}

.sub_chice{
	list-style-type: none;
	margin-left:10px;
}
.chice a{
	text-decoration: none;
}
.chice a:hover{
	text-decoration: underline;
}
.chice{
	margin: 5px 5px;
}

.chice a {
	color:black;
}

.chice td{
	padding-right: 3px;
	font-size: 12px;
}

/*  */


/* Archivio */

.archivio {
	background-color: White;
	border: 1px solid #000;
	margin: 10px;
	text-align:center;
}
.archivio_tag {
	margin: 10px;
	width:120px;
	text-align: left;
	font-weight: bold;
}
.iniziale_tag {
	margin: 10px;
	width:150px;
	display: block;
	text-align: left;
	font-weight: bold;
}

.archivio a{
	color: #000;
	text-decoration: none;
}
.archivio a:hover{
	text-decoration: underline;
}

.archivio td{
	padding-right: 3px;
	font-size: 12px;
}

.archivio h3 {
	margin: 10px;
}

.archivio ul{
	margin: 10px;
	list-style-type: square;
}
.archivio li {
	padding-bottom: 5px;
}

/*  */

/* sondaggio */
.sondaggio {
	background-color: White;
	border: 1px solid #000;
	margin: 10px;
	text-align:center;
}
.sondaggio ul{
	list-style: none;
	margin:5px;
}
.sondaggio li{
	padding: 3px;
}

/* */

/* blcchi laterali e in fondo */

.blocco{
	background-color: White;
	border: 1px solid #000;
	margin: 10px;
	text-align:center;
}

.blocco_laterale{

	background-color: White;
	border: 1px solid #000;
	margin: 10px;
	text-align:left;
}

.blocco_laterale ul{
	list-style-position: inside;
	list-style-type: square;
}

.blocco_laterale a{
	color: #000;
	text-decoration: none;
}
.blocco_laterale a:hover{
	text-decoration: underline;
}

.opzioni ul{
	list-style-type: none;
}

.blocco img{
	padding-left: 8px;
}

.blocco_dx a, .blocco_dx a:link, .blocco_dx a:visited,{
	color: black;
}

.blocco_laterale{
	padding: 5px;
}

.blocco table {
	font-size: 11px;
}

.blocco_post ul{
	margin-left:20px;
	list-style-type: square;
}
.blocco_post li{
	padding: 4px;
}
.blocco_post{
	background-color: White;
	border: 1px solid #000;
	text-align:left;
	padding:10px;
	margin: 10px 0px;
}
.blocco_fondo{
	background-color: White;
	border: 1px solid #000;
	text-align:left;
	padding:10px;
	margin: 10px 0px;
}

.blocco_fondo ul{
	list-style-position: inside;
}

.blocco_spot ul{
	text-align: left;
}

.blocco_spot{
	background-color: #FFFFFF;
	border: 1px solid black;
	/*margin: 10px;*/
}

.blocco_agenda{
	/*text-align: left;*/
}

.blocco_agenda table{
	margin: auto;
}

.blocco_agenda h4{
	text-align: center;
}

.blocco_agenda b{
	text-align: left;
	padding-left: 5px;
}

.blocco_agenda ul{
	text-align: left;
	padding-left: 5px;
	list-style-type: square;
	list-style-position: inside;
}

.blocco_agenda a {
	color: black;
	text-decoration: none;
}

.blocco_agenda a:hover{
	text-decoration: underline;
}

.ultimora a{
	color: black;
	text-decoration: none;
}
.ultimora a:hover{
	text-decoration: underline;
}
.ultimora ul{
	list-style-type: square;
}

/*  */

/* Impostazioni utente */

.settings {
	margin: 5px 10px;
	text-align: left;
	background: White;
	border: 1px solid #000;
}

.settings th{
	background: none;
	color: Black;
}

.settings hr{
	margin: 12px;
}

.settings td{
	padding: 4px;
}
.desc {
	width: 45%;
	height: auto;
	border: 1px dashed #BBB;
	background-color: #FFFFE0;
}
.desc td {

	padding-left: 10px;
}

.submenu_pers{
	margin: 5px 0px 5px 25px;
	text-align: left;
	list-style: none;
}

.submenu_pers li{
	padding: 0px 0px 2px 0px;
}

#hp_pers table{
	margin-bottom:25px;
}

/*  */

/* blocchi laterale articolo */

.opzioni {
	margin: 5px 0px;
	list-style: none;
}

.opzioni td{
	padding-right: 3px;
	font-size: 12px;
}

.consigli td{
	font-size: 12px;
}

.opzioni img {
	margin: 0px 4px 0px 1px;
}


.azioni {
	margin: 5px 0px;
	list-style: none;
}

.azioni a{
	color:black;
	text-decoration: none;
}

.azioni a:hover{
	text-decoration: underline;
}
.consigli{
	list-style-type: none;
	margin: 10px 5px;
}

.art_consigliati {
	margin: 10px 0px 10px 160px;
	list-style-type: none;
	text-align: left;
}
/*   */


/* Articoli Preferiti */
.menu_preferiti {
	text-align: left;
	list-style-type: none;
	margin: 10px 0px 10px 300px;
}

.menu_preferiti li{
	padding:3px;
}

.menu_preferiti a{
	padding: 4px;
	color:black;
	text-decoration: none;
}

.menu_preferiti a:hover{
	text-decoration: underline;
}



#articoli_ajax img:hover{
	border:1px solid #CCCCEE;
}
#articoli_ajax img{
	border:1px solid #FFFFFF;
}

/*  */

.borderimage {
	border:2px solid white;
}

#month {
	/*color: #CCC;*/
}

#month a{
	text-decoration: underline;
	color: #333333;
}

#month a:hover {
	background-color: #AAAAAA;
}

#menu_inserzionista{
	margin: 10px;
}

 ul.menu_inserzionista{
	list-style-type: none;
	margin-bottom: 10px;
 }
 ul.menu_inserzionista li{
	float: left;
	width:130px;
	margin-bottom: 10px;
 }

.scroll_ads {
	height: 22px;
	color: white;
	background: url(../images/gradient_scroll.png) repeat-x;
	clear: both;
	padding: 3px 10px;
}

.scroll_ads a {
	text-decoration: none;
	color: white;
}

.scroll_ads a:hover {
	text-decoration: underline;
}