body
{
	font-family: tahoma, arial, sans-serif;		/* Main fonts */
	font-size: 10px;							/* Main font size */
	color: #000000;								/* Main text color */
}

a
{
	text-decoration: none;						/* Text decoration of links */
	color: #000000;								/* Main color of links */
}

a:hover
{
	color: #000000;								/* Color of links after mouseover */
}

.admintextcolor
{
	color: #000000;								/* Text color of admin guestbook message */
}

.tables_maintable
{
	width: 90%;									/* Width of the whole guestbook */
}

.tablerows_header
{
	height: 20px;								/* Height of mainbar with links */
	padding-left: 5px;							/* Text in mainbar with links starts 5 pixels after start */
	padding-right: 5px;							/* Text in mainbar with links ends 5 pixels before end */
	font-weight: bold;							/* Text decoration of text in mainbar with links */
	border: solid 1px #000000;					/* Mainbar with links border */
}

.tablerows_gbentries
{
	width: 100%;								/* Width of an entry in the guestbook */
	border: solid 1px #000000;					/* Border of an entry in the guestbook */
}

.gbentry
{
	width: 100%;								/* Width of an entry in the guestbook */
}

.emptyspace
{
	height: 10px;								/* Empty space between entries */
}

.leftside
{
	padding-top: 5px;							/* Text in left side of a message/setting starts 5 pixels after top */
	padding-bottom: 5px;						/* Text in left side of a message/setting ends 5 pixels before bottom */
	padding-left: 5px;							/* Text in left side of a message/setting starts 5 pixels after left */
	padding-right: 5px;							/* Text in left side of a message/setting ends 5 pixels before right */
	vertical-align: top;						/* Text in left side of a message/setting gets aligned to top */
	width: 20%;					/* Backgroundcolor of text in left side of a message/setting */
	color: #000000;								/* Text color in left side of a message/setting */
}

.rightside
{
	padding-top: 5px;							/* Text in right side of a message/setting starts 5 pixels after top */
	padding-bottom: 5px;						/* Text in right side of a message/setting ends 5 pixels before bottom */
	padding-left: 5px;							/* Text in right side of a message/setting starts 5 pixels after left */
	padding-right: 5px;							/* Text in right side of a message/setting ends 5 pixels before right */
	vertical-align: top;						/* Text in right side of a message/setting gets aligned to top */
	width:80%;					/* Backgroundcolor of text in right side of a message/setting */
	color: #000000;								/* Text color in right side of a message/setting */
}

.subject
{
	font-size: 10px;							/* Font size of the subject text in a guestbook entry */
	font-weight: bold;							/* Subject text in a guestbook entry is bold */
}

.writerows										/* Class that applies on almost all text in the guestbook */
{
}

.buttons
{
	border: solid 1px #000000;					/* Border of a button */
	color: #000000;								/* Text color of a button */
}

.formfields
{
	border: solid 1px #000000;					/* Border of an inputbox and textarea */
}

p.gbtitle
{
	font-size: 12px;							/* Font size of the guestbook title */
	font-weight: bold;							/* Guestbook title is bold */
	color: #000000;								/* Text color of the guestbook title */
}
.tablerows_errors
{
	width: 100%;								/* Width of error table */
	border: solid 1px #000000;					/* Border of error table */
	padding-left: 5px;							/* Text in error table starts 5 pixels after left */
	padding-top: 5px;							/* Text in error table starts 5 pixels after top */
	padding-bottom: 5px;					/* Background color of error table */
	color: #000000;								/* Text color of error table */
}

.tablerows_finishpost
{
	width: 100%;								/* Width of success table */
	border: solid 1px #000000;					/* Border of success table */
	padding-left: 5px;							/* Text in success table starts 5 pixels after left */
	padding-top: 5px;							/* Text in success table starts 5 pixels after top */
	padding-bottom: 5px;					/* Background color of success table */
	color: #000000;								/* Text color in success table */
}

input.ubbbuttons
{ 
	background-color:#EFEFEF;					/* Background color of the UBB buttons */
	color:#000000;								/* Text color of the UBB buttons */
	font-family:tahoma, arial, verdana;			/* Font of the UBB buttons */
	font-size: 11px;							/* Font size of the UBB buttons */
}

input.helpline
{
	color:#000000;								/* Text color of the UBB buttons helpline */
	width:350px;								/* Width of the UBB buttons helpline */
	font-family:tahoma, arial, verdana;			/* Font of the UBB buttons helpline */
	font-size:11px;								/* Font size of the UBB buttons helpline */
	border-style:none;							/* Border of the UBB buttons helpline */
}