/****************************************************************************/
/* STILE DEL FORUM */

/* HELP:  */

/*Frame dei presenti*/

.forum_post_message img {max-width: 800px!important;
height: auto!important;}


div.pagina_forum {

    margin: 0px 0px 0px 40px;
}


ul {
	    margin-left: 50px;
}

#attivi a {color:#ca1515;}

div.pagina_forum div.panels_box {
    border: none;
    margin-top: 10px;
    -moz-border-radius: 5px; /* Bordi arrotondati */
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

div.pagina_forum div.panels_box table {
    width: 100%;
}

div.pagina_forum div.panels_box tr {
    margin: 2px;
}

div.forum_date_big {
    font-size: 10px;
    width: 120px;
    padding-top: 5px;
	float:right;}

	div.forum_date_big_2 {
    font-size: 10px;
    width: 200px;
    padding-top: 5px;
	float:right;}


	
div.elementi_elenco div.forum_date_big {
    width: auto;
}

.elementi_elenco-forum-titolo {
height: 60px;
	 border: 1px solid rgba(0,0,0,0.0);
font-family: 'Metamorphous', cursive;
		   border-bottom-color: #C8AE54;
    border-left-color: #FCF3CE;
    border-right-color: #C8AE54;
    border-top-color: #FCF3CE;
	padding: 7px 0px;

	}
	
	.elementi_elenco-forum-risposte {
	width: 200px; height: 60px;

	 border: 1px solid rgba(0,0,0,0.0);
font-family: 'Metamorphous', cursive;
		   border-bottom-color: #C8AE54;
    border-left-color: #FCF3CE;
    border-right-color: #C8AE54;
    border-top-color: #FCF3CE;
	padding: 7px;
}

	
	 #tabellaforum tr:nth-child(odd) div.elementi_elenco-forum-titolo{
   /* styles here */
width:100%!important;
  background-color: #ffe9b65c;
}


  #tabellaforum tr:nth-child(even) div.elementi_elenco-forum-titolo{
   /* styles here */
width:100%!important;
  background-color: #e6c0665c;
}


		 #tabellaforum tr:nth-child(odd) div.elementi_elenco-forum-risposte{
   /* styles here */
width:100%!important;
  background-color: #ffe9b65c;
}


  #tabellaforum tr:nth-child(even) div.elementi_elenco-forum-risposte{
   /* styles here */
width:100%!important;
  background-color: #e6c0665c;
}




#forumtitolo.casella_elemento {width:55%;}

	
.autore {
	float: left;
    margin: 0px 15px;

}

div.forum_column {
    text-align: left;
    margin-top: 2px;
    padding-left: 15px;
}

div.forum_date_small {
    font-size: 10px;
    clear: both;
}

div.forum_main_post {
    margin: 1px;
}

div.forum_other_posts {
    margin: 1px;
}

div.forum_post_header {
}

div.forum_post_body {
}

td.forum_main_title {
    text-align: center;
	font-family: 'Metamorphous', cursive;
}

div.forum_post_title {
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}

td.forum_main_post_author, td.forum_other_post_author {
    width: 100px;
    vertical-align: top;
}

td.forum_main_post_message, td.forum_other_post_message {
    vertical-align: text-top;
	width: 80%;
	
	 border: 1px solid rgba(0,0,0,0.0);
   border-bottom-color: #C8AE54;
border-left-color: #FCF3CE;
border-right-color: #C8AE54;
border-top-color: #FCF3CE;
}

div.forum_post_author {
    
}

div.forum_post_message {
    text-align: justify;
    padding: 10px;
}

div.forum_post_modify {
    font-size: 10px;
    text-align: center;
    margin: 0px;
}

img.img_forum_avatar {
    max-height: 25px;
    max-width: 25px;
}

div.avatarforum {
	height: 100px;
    width: 100px;
	padding: 10px 0px;
	margin: 0 auto;

}
img.avatarforum {
	height: 100px;
    width: 100px;
}


div.forum_post_author{
     float: left;
    padding: 20px;
 text-align:center;}

div.forum_post_author a {font-family: 'Metamorphous', cursive;}

tr:nth-child(odd) div.forum_post_message{
   /* styles here */

  background-color: #ffe9b65c;
min-height: 150px;
}


 tr:nth-child(even) div.forum_post_message{
   /* styles here */

  background-color: #e6c0665c;
  min-height: 150px;
}



tr:nth-child(odd) div.forum_post_modify{
   /* styles here */

  background-color: #ffe9b65c;
min-height: 50px;
}


 tr:nth-child(even) div.forum_post_modify{
   /* styles here */

  background-color: #e6c0665c;
  min-height: 50px;
}

.bb-quote {font-style: italic;color:#4469a2;}



blockquote {
	position: relative;
	margin: 40px 80px 40px 0px;
	padding: 1.6em 2.4em .7em calc(1.4em + var(--quote-image-width));
	font: italic 1.2rem var(--type-quote);
	text-indent: 2.6em;
		
}

blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
        padding-right: 0px;
        padding-left: 0px;

		    color: #4469a2;
}



/* Sortable tables */
table.sortable thead {
    background-color: #81c1f9cf;
    color:#666666;
    font-weight: bold;
    cursor: pointer;
	height: 40px;
}

div.titoli_elenco {
    width: 50%;
}

#sorttable_sortrevind {margin-left: 0px;}
#sorttable_sortfwdind {margin-left: 0px;}