/*
#################################################################################################
#
#  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: #000000;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
}

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: #FFFF00;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;
}


/* Main guestbook table style */
table {
	text-align: left;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
	border: none;
	border-collapse: collapse;
	background-color: #000000;
}

caption {
	text-align: left;
	background: #000000;
	padding: 3px;
}

span.headtitle {
	font-weight: bold;
	font-size: 15pt;
	color: #FFFFFF;
}

td.mainmenu {
	background: #000000;
	font-size: 8pt;
	text-align: right;
	padding: 3px;
}

td.pagenavigation {
	color: #FFFFFF;
	font-size: 7pt;
	text-align: right;
	margin-right: 0px;
	background: #000000;
	padding: 3px;
}

tbody.entryrow {
	background-color: #000000;
}

th.entryheader {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

td.entrymessage {
	padding: 5px;
	background-color: #000000;
	vertical-align:top;
	border: 1px solid #555555;
	border-right: none;
	border-left: none;
	border-bottom: none;
}

span.userlocation {
	font-size: 8pt;
	text-align: left;
	color:#FFFF00;
	font-style: italic;
}

div.entrydate {
	font-size: 8pt;
	text-align: left;
	padding-bottom: 5px;
	border-top: none;
	border-bottom: none;
	margin-bottom: 5px;
	color:#FFFF00;
	font-style: italic;
}

td.userinfo {
	background-color: #000000;
	vertical-align:top;
	padding: 3px;
	width: 150px;
	border: 1px solid #555555;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

td.usericons {
	background-color: #000000;
	vertical-align: bottom;
	border: none;
	border-top: none;
	border-left: none;
	border-right: none;
	height: 26px;
	padding: 3px;
}

span.username {
	font-size: 10pt;
	color: #FFFF00;
}

p.messagecontent {
	margin: 0px;
	color:#FFFFFF;
}

span.censored {
	color: #FF0000;
	text-decoration: line-through;
}

div.commentdisplay {
	font-size: 10pt;
	background: #000000;
	margin-left:5mm;
	margin-right:5mm;
	padding: 3px;
}

div.commententry {
	font-size: 10pt;
	background: #000000;
	text-align: center;
	margin-left:5mm;
	margin-right:5mm;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.tablefooter {
	text-align: center;
	font-size: 8pt;
	background: #000000;
	padding: 3px;
	color: #FFFFFF;
}


/* Guestbook entry styles */
td.entryinputtext {
	color: #FFFFFF;
	text-align: right;
}

.entryinputfield  {
	width: 220px;
}

label.hidedescription {
	color: #FFFFFF;
	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: #000000;
	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
}
