/* CSS Document */

table.guestbookhits { width:100% !important; border-collapse:collapse !important; margin:8px 0px !important; }
table.guestbookhits thead td {
	padding:          2px 4px !important;
	border:           1px solid silver !important;
	background-color: #c1c1c1 !important;
	color:            #000000 !important;
	text-align:       left !important;
	font-weight:      normal !important;
}
table.guestbookhits td.id { width:6% !important; text-align:right !important; }
table.guestbookhits td.identity { width:64% !important; color:blue !important; font-weight:bold !important; }
table.guestbookhits td.identity a { color:blue !important; font-weight:bold !important; }
table.guestbookhits td.date { width:30% !important; text-align:right !important; }

table.guestbookhits tbody td {
	padding:          10px 4px !important;
	border:           1px solid silver !important;
	background-color: #f8f8f8 !important;
	color:            #000000 !important;
	text-align:       left !important;
}

