/* These CSS definitions are part of the flatPHPbook script (c) 2003 by Thomas Hettenhausen */

body	{
	margin-bottom: 10px;
}

/* styles the headline part of the page which initially reads " PHP Simple Guestbook Test Page" */
h1	{
	font-size: 16px;
		
}

h2	{
	font-size: 16px;
	border-style: dotted;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #c0c0c0;
	}

/* for some reason, this is not inherited from the body tag */
td	{
	font-size: 12px;
}

a:link {color: #999b8a;	text-decoration: none;}
a:visited {color: #999b8a; text-decoration: none;}
a:hover {color: #A64343; text-decoration: underline;}
a:active {color: #999b8a; text-decoration: none;}

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

/* styles the input part, where the textarea etc. is at  */
div.gbinput	{
	margin-top: 10px;
	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	{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}

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

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

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

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

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


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

span.forgotten	{
	color: #ff0000;
}

span.nickname	{
	font-weight: bold;
}

span.dateandtime	{
	color: #606060;
	font-weight: bold;
}

span.simpleDateandtime	{
	color: #606060;
	font-weight: normal;
	font-size: 11px;
}

/* the div which contains the link to the admin mode at the end of the script */
div.adminlink	{
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
}

div.jsHelpLine	{
	color: #707070;
}

div.pageNavigation	{
	text-align: center;
	width: 100%;
	font-weight: bold;
}

div.htmlFooter	{
 text-align: center;
 font-size: 9px;
 margin-top: 5px;
}

#editConfigLink	{
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #ff0000;
	margin-left: 30%;
	margin-right: 30%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

#totalNumber	{
	font-weight: bold;
	text-align: left;
	background-color: #fff;
	border-style: dotted;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #c0c0c0;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

/* this gives the buttons and the other input fields their stylish flat look - disabled if unwanted */
input, textarea	{
	color: #606060;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	padding: 1px;
}

img	{
	border-style: none;
	border-width: 0px;
}

.deleteButton	{
	color: #ff0000;
	background-color: #fff;
	border-color: #f00;
	margin: 5px;
}

.Style10  {font-size: 10px; font-weight: bold; color: #999b8a;}

.Style11  {font-size: 10px; color: #999b8a;}

.Style12  {font-size: 11px; font-weight: bold; color: #999b8a;}

.Style13  {font-size: 11px; color: #999b8a;}

.Style14  {font-size: 12px; font-weight: bold; color: #999b8a;}

.Style15  {font-size: 12px; color: #999b8a;}

.Style16  {font-size: 14px; font-weight: bold; color: #999b8a;}

.Style17  {font-size: 14px; color: #999b8a;}

.Style18  {font-size: 18px; font-weight: bold; color: #999b8a;}

.Style19  {font-size: 18px; color: #999b8a;}

.Style20  {font-size: 22px; font-weight: bold; color: #999b8a;}

.Style21  {font-size: 22px; color: #999b8a;}

.Style22  {font-size: 26px; font-weight: bold; color: #999b8a;}

.Style23  {font-size: 26px; color: #999b8a;}

.Style24  {font-size: 26px; color:#A64343;}

.Style25  {font-size: 14px; color:#A64343;}

.Style26  {font-size: 14px; font-weight: bold; color: #A64343;}

.Style27  {font-size: 12px; font-weight: bold; color: #A64343;}