/* ===============================================
CSS STYLES FOR Module LESSCHER GUESTBOOK
================================================*/

/* Gastenboek reacties */
table.LesscherGuestbookReactions {
	border-collapse:	collapse;
	border:				1px solid #cccccc;
}

table.LesscherGuestbookReactions a {
	text-decoration:	underline;
}

table.LesscherGuestbookReactions tr.header {
	font-weight:		bold;
	background-color:	Transparent;
}

table.LesscherGuestbookReactions tr {
	background-color:	Transparent;
}

table.LesscherGuestbookReactions tr.alternate {
	background-color:	#eeeeee;
}

table.LesscherGuestbookReactions td {
	padding:			5px;
	vertical-align:		top;
}