TABLE.tabForum {
	width: 100%;
    margin: 10px 0px 0px 0px;
	float: left;
	background: white;
	border: 0px solid #B2B5D4;
}
	TABLE.tabForum TR.blue {
		background: #EBECF4;
	}
	TABLE.tabForum TR.white {
		background: #FFF;
	}
	TABLE.tabForum TR.blue:hover,
	TABLE.tabForum TR.white:hover {
		background: #C4C6DE;
		cursor: hand;
		cursor: pointer;
	}
		TABLE.tabForum TR.blue:hover TD,
		TABLE.tabForum TR.white:hover TD {
			color: #3F4594;
		}
	TABLE.tabForum TH {
		font-size: 1em;
		color: #31B059;
		background: #FFF;
		border-bottom: 1px dashed #B2B5D4;
	}
		TABLE.tabForum TH IMG {
			vertical-align: middle;
			margin-right: 3px;
		}
		TABLE.tabForum TH A:link,
		TABLE.tabForum TH A:visited {
			font-size: 1.2em;
			color: #31B059;
			text-decoration: none;
		}
		TABLE.tabForum TH A:hover {
			color: #31B059;
			text-decoration: underline;
		}

	TABLE.tabForum TD {
		vertical-align: top;
		font-size: 1em;
		color: #3F4594;
		border-bottom: 1px dashed #B2B5D4;
	}
	TABLE.tabForum TH.img,
	TABLE.tabForum TD.img {
		width: 2%;
		text-align: right;
	}
	TABLE.tabForum TH.arg,
	TABLE.tabForum TD.arg {
		width: 70%;
		font-size: 1em;
	}
		TABLE.tabForum TD.arg SPAN {
			font-size: 1.2em;
			display: block;
			font-weight: bold;
		}
		TABLE.tabForum TD.arg2 B {
			color: #FF6600;
		}
	TABLE.tabForum TH.ris,
	TABLE.tabForum TD.ris {
		width: 10%;
		text-align: center;
		font-weight: bold;
	}
	TABLE.tabForum TH.ult,
	TABLE.tabForum TD.ult {
		width: 18%;
		font-size: 0.9em;
		line-height: 1.2em;
	}
		TABLE.tabForum TD.ult SPAN {
			font-size: 1em;
			display: block;
			font-weight: bold;
		}
	DIV.thread_add {
		margin: 0px 0px 10px 0px;
		float: right;
		border-right: 0px solid #31B059;
		border-bottom: 0px solid #31B059;
		border-left: 0px solid #31B059;
	}		
		DIV.thread_add IMG {
			vertical-align: middle;
			margin-right: 5px;
		}
		DIV.thread_add A {
			background: url(../image/thread_add.gif) repeat-x 0px 0px #3F4594;
			display: block;
			padding: 6px 10px 5px 10px;
			font-size: 1.2em;
			font-weight: bold;
			color: #FFF;
			text-decoration: none;
			border-top: 3px solid #323776;
		}
		DIV.thread_add A:hover {
			background: url(../image/thread_add.gif) repeat-x 0px -90px #31B059;
			color: #FFF;
			text-decoration: none;
			border-top: 3px solid #2A964C;
		}
DIV.thread_post,
DIV.thread_norec {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	background: #3F4594;
	border-top: 3px solid #323776;
	border-right: 1px solid #EBECF4;
	border-bottom: 1px solid #EBECF4;
	border-left: 1px solid #EBECF4;
	float: left;
}
	DIV.thread_post P.tit {
		margin: 10px 10px 10px 20px;
	    font: bold 1.8em Georgia, Tahoma, Arial, Helvetica, sans-serif;
		color: #FFF;
	}
	DIV.thread_norec P {
		margin: 20px 20px 10px 20px;
		font-size: 14px;
		color: #FFF;
	}


TABLE.forum_box {
	width: 100%;
}
SPAN.obbligo {
	font-size: 11px;
	font-weight: normal;
	color: #EBECF4;
}
	TABLE.forum_box TD.sx {
		width: 300px;
		font-size: 14px;
		color: #FFF;
		text-align: right;
		vertical-align: top;
	}
	TABLE.forum_box TD.dx {
		width: 478px;
		vertical-align: top;
	}
	TABLE.forum_box INPUT,
	TABLE.forum_box TEXTAREA {
		width: 90%;
	    font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
		color: #3F4594;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
		border-left: 2px solid #FFF;
		background: #EBECF4;
		margin-right: 10px;
	}
	TABLE.forum_box INPUT.button,
	DIV.thread_norec INPUT.button {
		width: auto;
		background: url(../image/thread_add.gif) repeat-x 0px -90px #31B059;
		padding: 6px 10px 5px 10px;
		margin: 10px 10px 0px 0px;
		font-family: "Trebuchet MS";
		font-size: 14px;
		font-weight: bold;
		color: #FFF;
		border: 1px solid #FFF;
	}
	
TABLE.tabThread {
	width: 100%;
    margin: 10px 0px 0px 0px;
	float: left;
	font-size: 12px;
	background: white;
	border: 0px solid #EBECF4;
}
	TABLE.tabThread TR.gray {
		color: #3F4594;
		background: #EBECF4;
	}
		TABLE.tabThread TR.gray TD {
			border-bottom: 1px dashed #B2B5D4;
		}
		TABLE.tabThread TR.gray P {
			font-size: 14px;
			color: #3F4594;
		}
	TABLE.tabThread TR.white {
		background: #FFF;
	}
		TABLE.tabThread TR.white TD {
			color: #3F4594;
			border-bottom: 1px dashed #B2B5D4;
		}
		TABLE.tabThread TR.white EM {
			font-size: 11px;
		}
		TABLE.tabThread TR.white SPAN {
			font-size: 14px;
			color: #31B059;
			font-weight: bold;
			display: block;
		}
	TABLE.tabThread TH {
		font-size: 12px;
		color: #3F4594;
		font-weight: normal;
		background: #C4C6DE;
		border-bottom: 1px dashed #B2B5D4;
	}
		TABLE.tabThread TH B {
			color: #3F4594;
		}
		TABLE.tabThread TH SPAN {
			font-size: 18px;
			color: #31B059;
			font-weight: bold;
		}



	
	
	
	
	
