/* Seb addition */
div.seb-table1	{
	background-color: #222222;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}
table.seb-table-blk{
	background-color: #000000;
	border-style: none;
}
div.seb-footer-home	{
	background-color: #222222;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
}

/* These CSS definitions are part of the flatPHPbook script (c) 2003 by Thomas Hettenhausen */
/* Do not touch ! - Seb */

body	{
	background-color: #000000;
	color: #c0c0c0;
	font-family: Comic Sans MS,Arial, Helvetica, sans-serif;
	font-size: 14px;
}

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

h2	{
	font-size: 16px;
}

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

/* link colors ? */

a {
	color: #A8A3C0;
}

a:visited {
	color: #c0c0c8;
}

a:active {
	color: #ffffff;
}

a.adminmode	{
	color: f00;
}


/* styles the top part, where the welcomeMessage and the input forms etc. are at  */
div.gbinputarea	{
	background-color: #222222;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	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	{
	background-color: #111111;
	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	{
	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	{
	background-color: #444444;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: #222222;
	width: 20%;
	padding: 5px;
}

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

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

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

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

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

span.forgotten	{
	color: #ff0000;
}

span.nickname	{
	font-weight: bold;
}

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

span.simpleDateandtime	{
	color: #c0c0c0;
	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;
	color: #999999;
}

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: #000;
	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-weight: bold;
	text-align: center;
	background-color: #000;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	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, select, option	{
	background-color: #333;
	color: #d0d0d0;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	padding: 1px;
}

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

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