/*
#################################################################################################
#
#  project           	 : phpBook
#  filename          	 : style_grayblue.css
#  last modified by : Age Bosma
#  modify date        : 2005/06/13
#  e-mail            	 : age@hobba.nl
#  purpose           	 : Gray Blue style for phpBook
#
#################################################################################################
*/


body {
	background: #FfFfFf;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
}


/* Link styles */
a:link {
	color: #222222;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #444444;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	font-weight: bold;
	text-decoration: underline;
}


/* Main guestbook table style */
table {
	text-align: left;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
	background: #E6E5E5;
	border: 1px solid #999999;
	border-top: none;
}

caption {
	text-align: left;
	background: #E6E5E5;
	border: 1px solid #999999;
	border-bottom: none;
	padding: 3px;
}

span.headtitle {
	font-weight: bold;
	font-size: 15pt;
	color: #000000;
}

td.mainmenu {
	background: #3E95B5;
	font-size: 8pt;
	text-align: right;
	padding: 3px;
}

td.pagenavigation {
	font-size: 7pt;
	text-align: right;
	margin-right: 0px;
	background: #A4CFDF;
	padding: 3px;
}

tbody.entryrow {
	background-color: #CCCCCC;
}

th.entryheader {
	background-color: #C9C9C9;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

td.entrymessage {
	padding: 5px;
	background-color: #CCCCCC;
	vertical-align:top;
}

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: #C0C0C0;
	vertical-align: top;
	padding: 3px;
	width: 150px;
}

td.usericons {
	background-color: #C0C0C0;
	vertical-align: bottom;
	height: 26px;
	padding: 3px;
}

span.username {
	font-size: 10pt;
	color: #3A6C87;
}

p.messagecontent {
	margin: 0px;
}

span.censored {
	color: #FF0000;
	text-decoration: line-through;
}

div.commentdisplay {
	font-size: 10pt;
	background: #E8E8E8;
	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;
}

td.tablefooter {
	text-align: center;
	font-size: 8pt;
	background: #3E95B5;
	padding: 3px;
}


/* Guestbook entry styles */
td.entryinputtext {
	text-align: right;
}

.entryinputfield  {
	width: 220px;
}

label.hidedescription {
	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: #C0C0C0;
}


/* Error page display */
div.error {
	font-weight: bold;
	text-align: center;
	border: 2px solid #FF0000;
	background-color: #FFA8A1;
	margin-left: auto;
	margin-right: auto
}