/*
#################################################################################################
#
#  EW3D.com Commenteer
#  This script is licensed for use by EW3D.com 'Advanced Hosting' and 'Deluxe Hosting' Clients.
#  Use of this script is non-transferable nor is it available for transfer.
#  modify date        : 2006/07/24
#  email              : webmaster@ew3d.com
#
#################################################################################################
*/

/* Link styles - beware of style naming conflicts */
a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	font-weight: bold;
	text-decoration: underline;
}

/* Main guestbook table style - beware of conflicts */
table {
	text-align: left;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
	background: #FFF;
}

/* Error page display */
div.error {
	font-weight: bold;
	text-align: center;
	border: 2px solid #FF0000;
	background-color: #FFA8A1;
	margin-left: auto;
	margin-right: auto
}

/* From here down should not conflict with other styles */
span.gbheadtitle {
	font-weight: bold;
	font-size: 15pt;
	color: #53808D;
}

td.gbmainmenu {
	font-size: 8pt;
	text-align: right;
	padding: 3px;
	background-color: #990000;
}

td.gbpagenavigation {
	color: #ffffff;
	font-size: 7pt;
	text-align: right;
	margin-right: 0px;
	padding: 3px;
	background-color: #990000;
}

td.gbentryarea {
	padding: 5px;
	background-color: #FFF;
	vertical-align:top;
}

span.gbentryinfo {
	font-size: 7pt;
	text-align: left;
}

span.gbusername {
	font-size: 10pt;
	color: #990000;
}

td.gbusericons {
	background-color: #FFF;
	vertical-align: bottom;
	height: 26px;
	padding: 3px;
	padding-bottom: 5px;
	border-bottom: 1px solid #808080;
	margin-bottom: 5px;
	font-size: 7pt;
}

div.gbcommentdisplay {
	font-size: 10pt;
	background: #E8E8E8;
	margin-left:5mm;
	margin-right:5mm;
	padding: 3px;
}

/* Guestbook entry styles */
td.gbentryinputtext {
	text-align: right;
}

.gbentryinputfield  {
	width: 300px;
}
