/*
#################################################################################################
#
#  project           	 : phpBook
#  filename          	 : style_purple.css
#  last modified by : Chantal Jongeleen-Heijnen
#  modify date        : 2007/05/18
#  e-mail            	 : info@phoenixdesign.nl
#  purpose           	 : Purple style for phpBook
#
#################################################################################################
*/


body {
	background: #000000;
	font-family: Verdana,Arial,sans-serif;
	color: White;
	font-size: 10pt;
}

p.urlhelp {
	color: #990099;
}


/* Link styles */
a:link {
	color: #990099;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #990099;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #990099;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #990099;
	font-weight: bold;
	text-decoration: underline;
}


/* Main guestbook table style */
table {
	text-align: right;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
	color: #ffffff;
	border: none;
	border-collapse: collapse;
}

.heading1 {
	font-size: 14px;
	font-weight: bold;
	color: #990099
}

.heading2 {
	font-size: 12px;
	font-weight: bold;
	color: #990099	
}

caption {
	text-align: left;
	background: #000000;
	padding: 3px;
}
.time {
	color: Red;
	font-size: 14px;
	font-weight: bold;

}

.headtitle {
	font-weight: bold;
	font-size: 15pt;
	color: #990099;
	text-align: left;
}


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 #990099;
	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 #990099;
	margin-bottom: 5px;
}

td.userinfo {
	background-color: #000000;
	vertical-align:top;
	padding: 3px;
	width: 150px;
	border: 1px solid #990099;
	border-bottom: none;
	border-left: none;
}

td.usericons {
	background-color: #000000;
	vertical-align: bottom;
	border: 1px solid #990099;
	border-top: none;
	border-left: none;
	height: 26px;
	padding: 3px;
}

span.username {
	font-size: 10pt;
	color: #ffffff;
}

p.messagecontent {
	margin: 0px;
}

span.censored {
	color: #990099;
	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: #660066;
	text-align: right;
}

.entryinputfield  {
	width: 220px;
}

label.hidedescription {
	color: #990099;
	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 #990099;
}


/* Error page display styles */
div.error {
	font-weight: bold;
	text-align: center;
	border: 2px solid #990099;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto
}

.style1 {
	color: #990099;
	font-weight: bold;
	text-align: left;
}
.style2 {
	color: #770077;
	font-weight: bold;
}
.style3 {
	color: #820082;
	font-weight: bold;
	font-style: italic;
}
.style5 {color: #990099}
.style6 {
	color: #990099;
	font-weight: bold;
	font-style: italic;
}
.style7 {color: #FFFFFF}
}
.naam {
	font-weight: bold;
}
.naamItal {
	font-weight: bold;
	font-style: italic;
}

