/***************************
***		Guestbook Formatting	***
***************************/

.gb-frame
{	border: 2px;
	border-style: ridge;
	/*background-color: #e5c499;*/
	border-color: #ccccff;
}

.gb-section-header
{	border: 2px;
	border-style: ridge;
	border-color: #ccccff;
	background-color: #005577;
	font-size: 12pt;
	color: #ffffcc;
	font-weight: bold;
}

.gb-header-text
{	font-size: 10pt;
	text-align: center;
	font-weight: normal;
	color: #ffffcc;
}

.gb-label
{	font-size: 10pt;
	text-align: right;
	font-weight: normal;
	color: #ffffcc;
	background-color: #005577;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #ccccff; 
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccccff; 
}

.gb-data
{	font-size: 10pt;
	text-align: left;
	font-weight: normal;
	color: #005577;
	background-color: #ffffcc;
	border-top: 0px;
	border-top-style: solid;
	border-top-color: #ccccff;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccccff; 
}

.gb-emphasized
{	font-size: 10pt; 
	color:#005577;
	font-weight: bold;
}

.gb-highlighted
{	/* font-size: 10pt; */
	color:#005577;
	font-weight: bold;
}

.gb-highlighted-red
{	/* font-size: 10pt; */
	font-weight: bold;
	color: #990011;
}

a.gb
{	font-size: 10pt;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
	color: #0066ff;
}

a.gb:visited
{	font-size: 10pt;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
	color: #0066ff;
}

a.gb:hover
{	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	color: #0000ff;
}

a.gb:active
{	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	color: #0000ff;
}

.gb-critical
{	font-size: 10pt;
	font-weight: bold;
	color: #cc0000;
}

.gb-comments
{	font-size: 8pt;
	font-weight: normal;
	color: #005577;
	text-align: center;
}

.gb-entryfield
{	font-family: Tahoma, Helvetica, Arial, Verdana;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
}
