.admintextcolor
{
	color: #ccff00;							/* Text color of admin guestbook message */
}

.tables_maintable
{
	width: 90%;									/* Width of the whole guestbook */
}

.tablerows_header
{
	background-color: #666666;					/* Background color of mainbar with links */
	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 #ccff00;				/* Mainbar with links border */
}

.tablerows_gbentries
{
	width: 100%;								/* Width of an entry in the guestbook */
	border: solid 1px #ccff00;	/* 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%;									/* Width of text in left side of a message/setting */
	background-color: #666666;					/* Backgroundcolor of text in left side of a message/setting */
	color: #ffffff;		
	font-size: 12px;					/* 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%;									   /* Width of text in right side of a message/setting */
	background-color: #ff9900;	
	color: #ffffff;	
	font-size: 12px;					/* Text color in left side of a message/setting */
	}

.subject
{
	font-size: 12px;							/* Font size of the subject text in a guestbook entry */
	font-weight: bolder;					/* Subject text in a guestbook entry is bold */
}

.writerows										/* Class that applies on almost all text in the guestbook */
{

}

.buttons
{
	border: solid 1px #ccff66;					/* Border of a button */
	background-color: #888888;          /* Background of a button */
	color: #ffffff;											/* Text color of a button */
}

.formfields
{
	border: solid 1px #ccff66;					/* Border of an inputbox and textarea */
	background-color: #999999;          /* Background color of thr inputbox and textaeea */
	color: #ffffff;
	
}

p.gbtitle
{
	font-size: 20px;							/* Font size of the guestbook title */
	font-weight: bold;							/* Guestbook title is bold */
	color: #ccff00;								/* Text color of the guestbook title */
}
.tablerows_errors
{
	width: 100%;								/* Width of error table */
	border: solid 1px #ccff00;					/* 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;						/* Text in error table ends 5 pixels before bottom */
	background-color: #666666;					/* Background color of error table */
	color: #ffffff;		
	font-size: 12px;						/* Text color of error table */
}

.tablerows_finishpost
{
	width: 100%;								/* Width of success table */
	border: solid 1px #ccff00;					/* 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;						/* Text in success table ends 5 pixels before bottom */
	background-color: #666666;					/* Background color of success table */
	color: #ffffff;		
	font-size: 12px;						/* 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: 12px;							/* Font size of the UBB buttons */
}

input.helpline
{
	background-color:#ffffff;					/* Background color of the UBB buttons 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:12px;								/* Font size of the UBB buttons helpline */
	border-style:none;							/* Border of the UBB buttons helpline */
}
