div#forum {
	margin-top: 30px;
	font-size: 9pt
}

#forum table {
	background-color: #FFF;
	border: 2px solid black;
}

#forum th {
   border: 1px solid #888888;
   border-bottom: 1px solid black;
   text-align: center;
   padding: 2px;
   background-color: #4dba18;
   color: #000;
   /*background-color: #F4F4F4;*/
}
#forum th.nous {
   width: 60px;
}
#forum th.temes {
   width: 400px;
}
#forum th.autor {
   width: 100px;
}
#forum th.respostes {
   width: 86px;
}
#forum th.ultim {
   width: 160px;
}

#forum th.miss {
   border: 1px solid #888888;
   border-bottom: 1px solid black;
   width: 700px;
   text-align: center;
}

#forum td {
   border: 1px solid #888888;
   width: 110px;
   text-align: left;
   padding: 2px;
}
#forum td.respostes {
   width: 50px;
}
#forum td.nous {
   width: 50px;
}
#forum td.ultim {
   font-size: 8pt;
}

#forum  a {
	text-decoration: underline;
	color: #000000;
}

#forum a.taula {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	display: block;
	width: 100%;
	height: 100%;
}



#forum td.noumsg {
   border: 2px solid transparent;
   width: 110px;
   text-align: left;
}

#forum img {
	padding: 1px;
}


