.unread {
	font-weight: bold;
}

.folders {
	clear: both;
	float: left;
}

.folder {
	float: left;
	border: solid black;
	text-align: center;
	width: 150px;
	height: 15px;
	margin-left: 5px;
	background-color: white;
	color: black;
	cursor: pointer;
}

.folders .selected {
	background-color: blue;
	color: white;
}

.messages {
	float: left;
	clear: left;
}

.messages tr {
	height: 30px;
}


.name_and_date {
	width: 200px;
}

.creation_date {
	font-size: 10px;
	clear: left;
	float: left;
}

.subject_wrap {
	width: 500px;
}

.subject {
	
}

.fragment {
	clear: left;
	float: left;
	color: grey;
}


