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

/* HELP:  */

/*Frame dei presenti*/

div.pagina_forum{
	text-align:center;
}
.table_button{
	width:100%;
	text-align:center;
}
.button_click{
	width:99%;
	float:left;
	background-color:#180606;
	border:4px solid #d9c198;
	font-size:14px;
	color:#d9c198;
	text-transform:uppercase;
	font-weight:bold;
}
.button_click:hover{
	width:99%;
	float:left;
	background-color:#d9c198;
	border:4px solid #180606;
	font-size:14px;
	color:#180606;
	text-transform:uppercase;
	font-weight:bold;
}
div.pagina_forum inputforum {
	background-color:#180606;
	border:4px solid #d9c198;
	font-size:14px;
	color:#d9c198;
	text-transform:uppercase;
	font-weight:bold;
}
div.pagina_forum inputforum:hover {
	background-color:#d9c198;
	border:4px solid #180606;
	font-size:14px;
	color:#180606;
	text-transform:uppercase;
	font-weight:bold;
}
div.pager{
	font-size:14px;
}
div.panels_box{
	text-align:center;
	width:90%;
	margin-top:10px;
}
div.pagina_forum div.panels_box table{
	width: 100%;
}
div.pagina_forum div.panels_box tr{
	margin: 2px;
}
div.forum_date_big{
	font-size:9px;
	width:200px;
}

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

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

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;
}
div.forum_post_title{
	padding:5px;
	color:#660000;
	text-align:left;
	font-weight: bold;
	font-size:14px;
}
td.forum_main_post_author, td.forum_other_post_author{
	font-size:12px;
	border:1px solid #a98e5f;
	vertical-align:text-top;
	width: 150px;
	vertical-align:top;
}
td.forum_main_post_message, td.forum_other_post_message{
	font-size:12px;
    vertical-align:text-top;
    border:1px solid #a98e5f;
}
div.forum_post_author{
	margin-bottom:20px;
}
div.forum_post_message{
	text-align: left;
	padding:10px;
}
div.forum_post_modify{
	font-size: 10px;
	text-align: center;
	margin: 40px 0 20px 0;
}
div.forum_avatar{
	height: 45px; 
	width: 30px;
  }
img.img_forum_avatar{
	height: 45px; 
	width: 30px;
}

/** * Messages center
*/
div.elenco_record_gioco{
	padding:20px;
}

div.elenco_record_gioco table{
	width:100%;
}

div.elementi_elenco{
	text-align:center;
}

div.titoli_elenco{
	font-size:13px;
	font-weight:bolder;
}

img.colonna_elengo_messaggi_icon{
	width:30px;
	height:30px;
}

div.controlli_elenco{
	width:60px;
}

div.controllo_elenco{
	width:20px;
	float:left;
}

div.controllo_elenco input[type='image']{
	width:15px;
}

/*FORMATTAZIONE BBCODE EDITOR*/
/*Pulsanti dell'editor*/
.button {
	border: 1px solid #ccc;
	margin: 1px;
	padding: 2px;
}
.button:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
}
/*Dimensioni della Textarea*/
.ed {
	width: 60%;
	height: 300px;
}
div.capitolo_elenco_titolo{
	background-image: url(imgs/forum/bgforum.png);
	color:#180606;
	font-weight:bolder;
	text-transform:uppercase;
	font-size:16px;
	text-align:center;
	padding:5px 5px 5px 20px;
}
div.capitolo_elenco{
	color:#a98e5f;
	font-weight:bolder;
	text-transform:uppercase;
	font-size:16px;
	text-align:center;
	padding:5px 5px 5px 20px;
	background-color:#180606;
}

div.elementi_elenco{

}

td.casella_elemento{
	font-size:12px;
	height:25px;
}
div.elementi_elenco{

}
div.controllo_elenco input[type='image']{
	height:15px;
	width:15px;
	display:block;
	margin: 2px 5px;
}


div.elementi_elenco a{
	font-weight:bolder;
}


div.elementi_elenco a:hover{
	text-decoration:none;
}
td.casella_elemento_nr{
width:30px;
padding:3px;
font-size:10px;
border:1px solid #a98e5f;
text-align:center;
}
td.forum_main_post_capitolo{
width:300px;
padding:3px;
font-size:13px;
border:1px solid #a98e5f;
text-align:center;
}


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