/* These CSS definitions are part of the flatPHPbook script (c) 2003 by Thomas Hettenhausen */



h1	{
font-family: "Arial";
	font-size: 12px;
	text-align: center;
	background-color: #99CC66;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 20px;
	padding: 10px;
}

h2	{
font-family: "Arial";
	font-size: 14px;
}

/* for some reason, this is not inherited from the body tag */
td	{
font-family: "Arial";
	font-size: 12px;
}

a {
font-family: "Arial";
	font-size:14px;
	color: #003399;
}

a:hover {
	font-size:14px;
	color: #FF6600;
}

a:active {
	font-size:14px;
	color: #FF6600;
}

a.adminmode	{
	color: f00;
}


/* styles the top part, where the welcomeMessage and the input forms etc. are at  */
div.gbinputarea	{
font-family: "Arial";
	background-color: #f8f8f8;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 10px;
}

/* styles the input part, where the textarea etc. is at  */
div.gbinput	{
font-family: "Arial";
	background-color: #f8f8f8;
	border-style: none;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 20px;
	margin-bottom: 20px;
	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	{
font-family: "Arial";
	border-collapse: collapse;
	margin: 0px;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0px;
	width: 80%;
}

/* styles the left (nickname) part of the entries */
td.posttopleft	{
font-family: "Arial";
	background-color:#006699;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: #006699;
	width: 20%;
	padding: 5px;
}

/* styles the right (date, time) part of the entries */
td.posttopright	{
font-family: "Arial";
	background-color: #006699;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: #006699;
	width: auto;
	padding: 5px;
}

/* styles the left (homepage, email) part of the entries */
td.postbottomleft	{
font-family: "Arial";
	background-color: #fff;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #006699;
	width: 20%;
	height: auto;
	padding: 5px;
	padding-top: 10px;
}

/* styles the right (message) part of the entries */
td.postbottomright	{
	font-family: "Arial";
	background-color: #fff;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #006699;
	width: auto;
	height: auto;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
}

td.posttop	{
font-family: "Arial";
	background-color: #006699;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: #006699;
	height: auto;
	padding: 5px;
}

td.postbottom	{
font-family: "Arial";
	background-color: #f8f8f8;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 1px;
	border-color:#006699;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
}

span.forgotten	{
font-family: "Arial";
	color: #ff0000;
}

span.nickname	{
font-family: "Arial";
	font-weight: bold;
	color: #ffffff;
}

span.dateandtime	{
font-family: "Arial";
	color: #000;
	font-weight: bold;
	color: #ffffff;
}

span.simpleDateandtime	{
font-family: "Arial";
	color: #606060;
	font-weight: bold;
}

/* the div which contains the link to the admin mode at the end of the script */
div.adminlink	{
font-family: "Arial";
	font-size: 9px;
	text-align: center;
	margin-top: 8px;
}

div.jsHelpLine	{
font-family: "Arial";
	color: #707070;
}

div.pageNavigation	{
font-family: "Arial";
	text-align: center;
	width: 100%;
	font-size: 14px;
	margin-bottom: 0px;
}

div.htmlFooter	{
font-family: "Arial";
 text-align: center;
 font-size: 9px;
 margin-top: 10px;
}

#editConfigLink	{
font-family: "Arial";
	background-color: #fff;
	color: #f00;
	border-style: solid;
	border-width: 1px;
	border-color: #ff0000;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 3px;
}

#totalNumber	{
font-family: "Arial";
	font-weight: bold;
	text-align: center;
	background-color: #f8f8f8;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 3px;
}

/* this gives the buttons and the other input fields their stylish flat look - disabled if unwanted */
input, textarea	{
font-family: "Arial";
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #99CC66;
	padding: 1px;
}

img	{
font-family: "Arial";
	border-style: none;
	border-width: 0px;
}

.deleteButton	{
font-family: "Arial";
	color: #f00;
	background-color: #fff;
	border-color: #f00;
	margin: 5px;
}
