/*
#################################################################################################
#
#  project           	 : phpBook
#  filename          	 : style_darkred.css
#  last modified by : Age Bosma
#  modify date        : 2005/06/13
#  e-mail            	 : age@hobba.nl
#  purpose           	 : Dark Red style for phpBook
#
#################################################################################################
*/


body {
	background: #FFFF99;
	font-family: Verdana,Arial,sans-serif;
	font-size: 13pt;
}

p.urlhelp {
	color: #FFFF00;
}


/* Link styles */
a:link {
	color: #FFFFFF;
	/*font-weight: bold;*/
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	/*font-weight: bold;*/
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	/*font-weight: bold;*/
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	/*font-weight: bold;*/
	text-decoration: underline;
}


/* Main guestbook table style */
table {
	text-align: left;
	font-family: Arial, Calibri, Helvetica, sans-serif;
	font-size: 13pt;
	border: none;
	border-collapse: collapse;
	/*background-color: #6E6E6E;*/
}

caption {
	text-align: left;
	background: #800000;
	padding: 3px;
}

span.headtitle {
	font-weight: bold;
	font-size: 16pt;
	color: #FFFF00;
}

td.mainmenu {
	background: #990000;
	font-size: 13pt;
	text-align: right;
	padding: 3px;
}

td.pagenavigation {
	color: #FFFF00;
	font-size: 13pt;
	text-align: right;
	margin-right: 0px;
	background: #800000;
	padding: 3px;
}

tbody.entryrow {
	background-color: #990000;
}

th.entryheader {
	color: #FFFF00;
	background-color: #800000;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}

td.entrymessage {
	padding: 5px;	
	background-color: #990000;
	vertical-align:top;
	border: 1px solid #555555;
	border-right: none;
}

span.userlocation {
	font-size: 13pt;
	text-align: left;
	color: #FFFF00;
}

div.entrydate {
	font-size: 13pt;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #808080;
	margin-bottom: 5px;
	color: #FFFF00;
}

td.userinfo {
	background-color: #800000;
	vertical-align:top;
	padding: 3px;	
	width: 150px;
	border: 1px solid #555555;
	border-bottom: none;
	border-left: none;
}

td.usericons {
	background-color: #800000;
	vertical-align: bottom;
	border: 1px solid #555555;
	border-top: none;
	border-left: none;
	height: 26px;
	padding: 3px;
}

span.username {
	font-size: 13pt;
	color: #FFFF00;
}

p.messagecontent {
	margin: 0px;
	color: #FFFF00;	
}

span.censored {
	color: #FFFF00;
	text-decoration: line-through;
}

div.commentdisplay {
	font-size: 13pt;
	background: #8C8C8C;
	margin-left:5mm;
	margin-right:5mm;
	padding: 3px;
}

div.commententry {
	font-size: 13pt;
	background: #E8E8E8;
	text-align: center;
	margin-left:5mm;
	margin-right:5mm;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.tablefooter {
	text-align: center;
	font-size: 8pt;
	background: #800000;
	padding: 3px;
	color: #FFFF00;
}


/* Guestbook entry styles */
td.entryinputtext {
	color: #FFFF00;
	text-align: right;
}

.entryinputfield  {
	width: 220px;
}

label.hidedescription {
	color: #FFFF00;
	position: relative;
	font-size: 8pt;
	top:-2px;
}

span.entryhelp {
	font-size: 7pt;
	text-align: left;
}


/* Image styles */
img.contentimage {
	border: none;
}

a img {
	border: none;
}

img.icons {
	float: right;
}

img.confirm {
	border: 1px solid #000000;
}


/* Admin section styles */
td.listentries {
	background: #800000;
	border: 1px solid #555555;
}


/* Error page display styles */
div.error {
	font-weight: bold;
	text-align: center;
	border: 2px solid #FF0000;
	background-color: #FFA8A1;
	margin-left: auto;
	margin-right: auto;
}

#kopf1 {
position: relative;
height: 100px;
background-color: #FFFF99;
}

#fuss1 {
color: white;
position: fixed;
font-family: Arial, Calibri, Helvetica, sans-serif;
bottom: 0;
width: 100%;
background-color: #800000;
height: 60px;
line-height: 9px;
}