a:active, a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	color: #CD0000; /* rosso ... */
	color: #2f6c3f;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #286C0D;
	font-weight: bold;
}

td a:active,
td a:link,
td a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	color: #CD0000; /* rosso ... */
	color: #2f6c3f;
}
td a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #286C0D;
	font-weight: bold;
}



.forum_group_table{
 border-collapse: collapse; 
 width: 780px; 
 font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forum_table{
 border-collapse: collapse; 
 border-width: 0 0 0 0;
 border-style:solid;
 border-spacing:0;
 width: 100%; 
 font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;  
 /* background-color: #f7f7f7; */
}

.forum_table .post_nickname, .post_replies, .forum_posts{
background-color: #dee6de;
}

.forum_table .post_lastpostdate, .post_views, .forum_lastpostdate, .forum_topics{
background-color: #cfdbd0;
}

.forum_table .post_row, .forum_row{
 background-color: #efefef;
 height:30px;
}

.forum_table .post_row_invisible, .forum_row_invisible{
background-color: #EEAAAA;
height:30px;
}

.forum_table td.separator{
 /* background-color: #FFFFFF; */
 height: 10px;
}

.forum_table td{  
 border-color:#FEFEFE;
 
 border-left-width: 0px;
 border-top-width: 0px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 
	border-bottom-style: inset;
	border-top-style: inset;
	border-right-style: inset;
	border-left-style: inset;
	}

.forum_table td.alternate{
	background-color: #ececec;
}

.forum_table td.post_alternate{
	background-color: #ececec;
}

.forum_table td.post_alternate2{
	background-color: #fcfcfc;
}

.forum_table td.post_admin{
	background-color: #fcb652; /* #ffffc6=giallino #d5f4b2=verdino #a1abff=azzurrino #d1d6ff=azzurrino#2 #fcb652=arancione*/
}

.forum_table td.post_invisibile{
	background-color: #EEAAAA; /* #ffffc6=giallino #d5f4b2=verdino #a1abff=azzurrino #d1d6ff=azzurrino#2 */
}


.forum_bold { 
 font-weight: bold;
}

.forum_header {
 font-weight: normal;
 background-color: #fcb652; /* arancione */
 background-color: #9bd77a;
}

.forum_bold_header { 
 font-weight: bold;
 background-color: #fcb652; /* arancione */
 background-color: #a3fc52; /* verde acido */
 background-color: #86c338; /* verde scuro */
 background-color: #FFFFFF;
 
}

.forum_user_label_admin
{ 
 color: #000000;
 white-space: nowrap;
 background-color: #fcb652; /* arancione */
}

.forum_user_label_user
{
 color: #74a426;
 white-space: nowrap;
}

.topic_text_user
{
 
}

.topic_text_admin
{
 color: #000000;
 background-color:#fcb652;
}

.topic_bold_header { 
 font-weight: bold;
 background-color: #fcb652; /* arancione */
 background-color: #a3fc52; /* verde acido */
 background-color: #86c338; /* verde scuro */
 background-color: #9bd77a;
}