/* style rules of Guestbook and its content */

.guestbook_anchor:link
{
	font: bold 12px Arial, sans-serif;
	color: highlight;
	text-decoration: none;
}
.guestbook_anchor:visited { font: bold 12px Arial, sans-serif; color: #990066; text-decoration: none; }
.guestbook_anchor:hover
{
	font: bold 12px Arial, sans-serif;
	color: #6699cc;
	text-decoration: none;
}
.guestbook_anchor:active { font: bold 12px Arial, sans-serif; color:#6699cc; text-decoration: none; } 

.guestbookbody {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	_width: 97.5%;
}
.guestbookheader{
	border-spacing: 0px;
	font: 11px Arial, sans-serif;
	color: #003366;	
}

.guestbookheader td.pagenonselected{
	font: 11px Arial, sans-serif;
}

.guestbookheader td.pageselected a{
	color: red !important;
}

.guestbook_row td { 
	padding-right: 10px;
	padding-left: 10px;
	background: #C7D7E1;
	font: 12px Arial, sans-serif;
	color: #003366;	
 }

.guestbook_alternate_row td { 
	padding-right: 10px;
	padding-left: 10px;
	background: #E9EFF3;
	font: 12px Arial, sans-serif;
	color: #003366;
 }	

.guestbook_header
{
	padding-left: 25px;
	/*color: #FFFFFF;*/
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:12px; 
	font-family:Arial, sans-serif; 
}

