/* CSS Document */

table.guestbookhits { width:100%; border-collapse:collapse; margin:8px 0px; }
table.guestbookhits thead td {
	padding:          2px 4px;
	border:           1px solid #acc99e;
	background-color: #92a071;
	color:            #f8f7ba;
	text-align:       left;
	font-weight:      normal;
}
table.guestbookhits td.identity { width:78%; color:#f8f7ba; font-weight:normal; }
table.guestbookhits td.identity a { color:#f8f7ba; font-weight:bold; }
table.guestbookhits td.date { width:22%; text-align:right; font-size:10px; background-color:#8a9571; }

table.guestbookhits tbody td {
	padding:          10px 4px;
	border:           1px solid #acc99e;
	background-color: #f0f6ef;
	color:            #000000;
	text-align:       left;
}
