.index, .replies {
	width: 100%;
	border: 0px;
}

.index th {
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}

.index td {
	line-height: 18px;
	border-bottom: 1px solid #D7D7D7;
}

.index tr:hover {
	background-color: #DDDDDD;
	cursor: pointer;
}

.replies td {
	border: 1px solid #D7D7D7;
}

.replies #u {
	background-color: #00A44B;
	color: #FFFFFF;
	width: 120px;
	text-align: left;
}

.replies #b {
	background-color: #D7D7D7;
}
