/* =========================================================================================== */
/* gastenboek bekijken (tabel) */

/* grote tabel */
table.guestb {width: 95%;
						padding: 5px;
						border-collapse: collapse;}

/* scheiding posts */	
table.guestb tr td {border-top: 2px solid #6699cc;}

/* rechtse kant (boodschapkant) */
table.guestb tr td table tr td {border: none;
											vertical-align: top;}

/* linkse kant (titels) */	
table.guestb tr td table tr th {border: none;
											vertical-align: top;
											width: 100px;
											text-align: left;
											font-weight: normal;}
table.guestb tr td table tr th.bds {border: none;
												padding-bottom: 5px;}

/* om en om kleuren posts */
td.bg1 {background-color: #003366;}
td.bg0 {background-color: #003f7d;}
td.bg1:hover {background-color: #336699;}
td.bg0:hover {background-color: #336699;}


