/* styles the top part, where the welcomeMessage and the input forms etc. are at  */
div.gbinputarea	{
	background-color: #fff;
	border-style: none;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 10px;
}

/* styles the input part, where the textarea etc. is at  */
div.gbinput	{
	background-color: #f0f0f0;
	border-style: dotted;
	border-width: 1px;
	border-color: #c0c0c0;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 10px;
}

/* styles the table holding the entries, the border-collapse is important or you will get double lines between the table cells */
table.gbdisplay	{
	border-collapse: collapse;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1%;
	margin-right: 1%;
	padding: 0px;
	width: 100%;
}

/* styles the left (nickname) part of the entries */
td.posttopleft	{
	background-color: #f0f0f0;
	font-size: 14px;
	font-weight: bold;
	border-style: dotted;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: #c0c0c0;
	width: 25%;
	padding: 5px;
}

/* styles the right (date, time) part of the entries */
td.posttopright	{
	background-color: #f0f0f0;
	font-size: 14px;
	border-style: dotted;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: #c0c0c0;
	width: auto;
	padding: 1px;
}

/* styles the left (homepage, email) part of the entries */
td.postbottomleft	{
	background-color: #fff;
	font-size: 14px;
	border-style: dotted;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #c0c0c0;
	width: 25%;
	height: auto;
	padding: 5px;
	padding-top: 10px;
}

/* styles the right (message) part of the entries */
td.postbottomright	{
	background-color: #fff;
	font-size: 14px;
	border-style: dotted;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #c0c0c0;
	width: auto;
	height: auto;
	padding: 1px;
	padding-top: 10px;
	padding-bottom: 25px;
}

td.posttop
{
	background-color: #f0f0f0;
	font-size: 14px;
	border-style: dotted;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: #c0c0c0;
	width: auto;
	padding: 1px;
}


td.postbottom
{
	background-color: #fff;
	font-size: 14px;
	border-style: dotted;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #c0c0c0;
	width: auto;
	height: auto;
	padding: 1px;
	padding-top: 10px;
	padding-bottom: 15px;
}
