/*
#################################################################################################
#
#  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
#
#################################################################################################
*/


p.urlhelp {
	color: #FF9900;
}


/* Main guestbook table style */

caption {
	text-align: left;
	background: #CF6006;
	padding: 3px;
}

td.mainmenu {
	font-size: 8pt;
	text-align: right;
	padding: 3px;
}

td.pagenavigation {
	color: #FFFFFF;
	font-size: 7pt;
	text-align: center;
	margin-right: 0px;
	padding: 3px;
}

tbody.entryrow {
	background-color: #6E6E6E;
}

th.entryheader {
	background-color: #2d0f1b;
	text-align: center;
}

td.entrymessage {
	padding: 5px;
	background-color: #5b0b2c;
	vertical-align:top;
	border: 1px solid #000000;
	border-right: none;
}

td.entrymessage2 {
	padding: 5px;
	background-color: #2d0f1b;
	vertical-align:top;
	border: 1px solid #000000;
	border-right: none;
}

span.userlocation {
	font-size: 8pt;
	text-align: left;
}

div.entrydate {
	font-size: 8pt;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #808080;
	margin-bottom: 5px;
}

td.userinfo {
	background-color: #5b0b2c;
	vertical-align:top;
	padding: 3px;
	width: 100px;
	border: 1px solid #000000;
	border-bottom: none;
	border-left: none;
}

td.userinfo2 {
	background-color: #2d0f1b;
	vertical-align:top;
	padding: 3px;
	width: 100px;
	border: 1px solid #000000;
	border-bottom: none;
	border-left: none;
}

td.usericons {
	background-color: #5b0b2c;
	vertical-align: bottom;
	border: 1px solid #000000;
	border-top: none;
	border-left: none;
	height: 26px;
	padding: 3px;
}

td.usericons2 {
	background-color: #2d0f1b;
	vertical-align: bottom;
	border: 1px solid #000000;
	border-top: none;
	border-left: none;
	height: 26px;
	padding: 3px;
}

span.username {
	font-size: 10pt;
	color: #FF9900;
}

p.messagecontent {
	margin: 0px;
}

span.censored {
	color: #FF0000;
	text-decoration: line-through;
}

div.commentdisplay {
	font-size: 10pt;
	background: #8C8C8C;
	margin-left:5mm;
	margin-right:5mm;
	padding: 3px;
}

div.commententry {
	font-size: 10pt;
	background: #E8E8E8;
	text-align: center;
	margin-left:5mm;
	margin-right:5mm;
	padding-top: 3px;
	padding-bottom: 3px;
}




/* Guestbook entry styles */
td.entryinputtext {
	background-color: #2d0f1b;
	text-align: right;
}

td.entryinputtext2 {
	background-color: #5b0b2c;
	text-align: left;
}

.entryinputfield  {
	width: 220px;
}

label.hidedescription {
	color: #FF9900;
	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: #5D5D5D;
	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
}