/* Classi per la formattazione della BACHECA*/
P
{
	font-size: 100%;
}

.TabellaGenerale
{
}

.DateMessageBoard /*formattazione data e cella*/
{
	padding-left: 10px;
	padding-top: 5px; /*se si modifica questo valore si deve modificare anche il valore di padding-top di CellMessageIconLeft +1*/
	font-size: 65%;
	color: #FF0000;
	width: 100%;
}

.TitleMessage /*formattazione intro box*/
{
	background-image: url(../Layout/Images/HeaderBox1Sfondo.gif);
	background-repeat: repeat;
	height: 28px;
	color: #213d9d;
	font-weight: bold;
	font-size: 80%;
}

.TitleMessageUrl /*formattazione intro box*/
{	
	text-decoration: none; 	
	color: #213d9d;	
}

.MessageHeaderDx
{
	background-image: url(../Layout/Images/HeaderBox1Right.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 28px;
}
.ImageHeaderSx
{
	width: 17px;
	height: 28px;
}
.ImageHeaderDx
{
	width: 17px;
	height: 28px;
}
.MessageHeaderSx
{
	background-image: url(../Layout/Images/HeaderBox1Left.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 28px;
}
.WarningMessage
{
	font-size: 75%;
	font-weight: bold;
	padding-top: 6px;
	width: 100%;
}
.Separator
{
	border-top: 1 solid #cdcdcd;
}

.CellContainer
{
	width: 100%;
}
.CellContainerSx
{
	background-image: url(../Layout/Images/trattiniMessageBoard.jpg);
	width: 1px;
}

.CellContainerDx
{
	background-image: url(../Layout/Images/trattiniMessageBoardDx.jpg);
	width: 1px;
}

.TableMessageBoard /*formattazione tabella generale*/
{
	width: 100%;
}

.LinkIcon /*Classe applicata all'immagine che segue il titolo*/
{
	margin-left: 4px;
}

.CellMessageIconLeft /* classe di formattazione per la cella di sinistra nel caso in cui ci sia una immagine */
{	
	padding-top:6px;	
	text-align: center;		
}
.FooterCentrale
{
	background-image: url(../Layout/Images/sfondoFooterMessageBoard.jpg);
	width: 100%;
	background-repeat: repeat;
	height: 13px;
}
.FooterSx
{
	background-image: url(../Layout/Images/Box1.jpg);
	background-repeat: no-repeat;
	width: 17px;
	height: 13px;
}

.FooterDx
{
	background-image: url(../Layout/Images/Box2.jpg);
	background-repeat: no-repeat;
	width: 17px;
	height: 13px;
}
.ImageFooterDx
{
	width: 17px;
	height: 13px;
}
.ImageFooterSx
{
	width: 17px;
	height: 13px;
}
.TextMessageBoard /*formattazione messaggio*/
{
	padding-left: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 70%;
}
.SignatureMessageBoard /*formattazione della firma*/
{
	padding-left: 12px;
	padding-bottom: 5px;
	color: #000000;
	font-size: 70%;
}

.ImageUrlFooter /* Classe applicata all'immagine caricata nel footer per andare nella pagina generale (FULL) della Bacheca*/
{
}
.ContainerImageFooter
{
	padding-top: 10px;
	text-align:right;
}

.MessageBoardFooterText
{
	font-size: 65%;
	color: #213d9d;
	text-decoration: underline;
}

.MessageBoardFooterTitle: Hover
{
	font-size: 70%;
	color: #213d9d;
	font-weight:bold;
	text-decoration: none;
}

.TitleMessageBoard
{
	font-size: 70%;
	padding-left: 12px;
	font-weight: bold;
}
.AbstractMessageBoard
{
	font-size: 70%;
	padding-left: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
}

/*fine bacheca*/