

/* table */

.list {
	width: 100%;
	border-collapse: collapse; 

	margin-bottom:10px;
	margin-top:10px;

	overflow:hidden;
}
.list thead th {
    min-width:80px;
	border-bottom: 1px solid #D6D6D6;	
	border-top: 1px solid #D6D6D6;
	text-align:left;
	font-weight:bold;
	height:25px;
	padding:0px 10px;

	color:#818181;
	font-size:108%;
	line-height:25px;
	background-color:#EBEBEB;
	
}
.list thead {
}
.list td {
	border-bottom: 1px solid #D6D6D6;	
	padding:5px 10px;

}
.list tbody {
	background-color:#fff;
		background-color:#FAFAFA;
}
.list tbody th {
    	border-bottom: 1px solid #D6D6D6;	
	padding:5px 10px;
	width:250px;
	text-align:right;

}
.list td a {
	color:black;
}
.list .menu {
	font-size: 85%;
	font-weight:bold;
	white-space:nowrap;
	text-align:right;
}
.list .menu a {
	color:#3F3F3F;
}
/* levels */
.legend {
	margin-top:10px;
}
.legend b {
	color:lightgrey;
}

.moderator, .moderator a, .level_1, .level_1 a {
	font-weight:bold ! important;
}
.editor, .editor a, .level_3, .level_3 a {
	color: grey ! important;
}
.level_2  {
	text-indent: 15px;
}
.level_3  {
	text-indent:30px;
}
