/* These CSS definitions are part of the flatPHPbook script (c) 2003 by Thomas Hettenhausen */
/* text="#f0f0f0" bgcolor="#333333" link="#f0f0f0" vlink="#f0f0f0" alink="#f0f0f0" */

body	{
	background-color: #333333;
    color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* styles the headline part of the page which initially reads " PHP Simple Guestbook Test Page" */
h1	{
	font-size: 22px;
	text-align: center;
	background-color: #333333;
	color: #FF8800; 
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 20px;
	padding: 0px;
}

h2	{
	font-size: 16px;
}

h3	 { color: #f90; font-size: 10px; font-weight: normal; background-color: #333333; text-align: center; margin: 25px 0 15px; padding: 5px; border: solid 1px #f0f0f0 }

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

a {
	color: #F0F0FF;
}

a:hover {
	color: #F0F0FF;
}

a:link  {
	color: #F0F0FF;
}

a:visited {
	color: #F0F0FF;
}

a:active {
	color: #F0F0FF;
}

a.adminmode	{
	color: f00;
}


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

/* styles the input part, where the textarea etc. is at  */
div.gbinput	  { background-color: #333333 }

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

/* styles the left (nickname) part of the entries */
td.posttopleft	  { font-size: 12px; padding: 2px; width: 20%; border-bottom: 1px solid #f90 }

/* styles the right (date, time) part of the entries */
td.posttopright	  { font-size: 12px; padding: 2px; width: auto; border-bottom: 1px solid #f90 }

/* styles the left (homepage, email) part of the entries */
td.postbottomleft	  { color: #ffffff; font-size: 10px; background-color: #333333; padding: 5px 5px 10px; width: 0; height: auto }

/* styles the right (message) part of the entries */
td.postbottomright	 { color: #ffffff; font-size: 12px; background-color: #333333; padding: 5px 5px 25px; width: auto; height: auto }

td.posttop	{
	background-color: #c0c0e0;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: #000000;
	height: auto;
	padding: 5px;
}

td.postbottom	{
	background-color: #f8f8f8;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 1px;
	border-color: #000000;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
}

span.forgotten	{
	color: #ff0000;
}

span.nickname	  { color: #f5f5f5 }

span.dateandtime	  { color: #f5f5f5; font-weight: normal }

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

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

div.jsHelpLine	{
	color: #707070;
}

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

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

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

#totalNumber	  { font-weight: bold; background-color: #333333; text-align: left; padding: 10pt 0 }

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

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

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