/* SERVIZIO FORUM - CLASSI CSS */

/* allineamenti */
.forum_left
{
	text-align:left;
}
.forum_right {
	text-align:right;
}
.forum_center {
	text-align:center;
	width:100%;
}
.forum_justify {
	text-align:justify;
	width:100%;
}

/* layout */
.forum_intestazione {
	background-color: #D6E1E2;
	border:1px solid #D6E1E2;
	height: 25px;
}
.forum_celleIntestazione {
	font-weight: bold;
	height: 25px;
	border-top: 1px solid #DFE4D6;
	border-bottom: 1px solid #DFE4D6;
}
.forum_celle {
	border-bottom:1px solid #dfe4d6;
	height: 25px;
}

.forum_celleAlternate {
	background-color: #dfe4d6;
	border-bottom:1px solid #D1DAB6;
	height: 25px;
}

.forum_linkCelle, A.forum_linkCelle:link, A.forum_linkCelle:hover, A.forum_linkCelle:visited {
	color: black;
	font-weight: normal;
}

.forum_celleForm {
	background-color:#f7f7f7;
	font-weight: bolder;
}

.forum_bottoneInvia {
	background-color: #D6E1E2;
	border:1px solid #D6E1E2;
	font-weight: bolder;
}

.SpostaInserisciMessaggio {
	position: relative;
	width: 40%;
	left: 34%; 
}

.SpostaRispondiMessaggio {
	position: relative;
	width: 3o%;	
	left: 38%;
}

.forum_Link_inserisci_modifica, A.forum_Link_inserisci_modifica:link, A.forum_Link_inserisci_modifica:hover, A.forum_Link_inserisci_modifica:visited {
	color: black;
	font-weight: bold;
}
