/*=============================================================================
** CSS-Stylesheet for Guestbook at Hompage 'SC Freiburg Fanclub "Knaddly's"
**-----------------------------------------------------------------------------
** copyright (c) by Stefan Kientzler, 2009
\*===========================================================================*/

#guestbook .newitem, #guestbook .newitem:visited
{
	color: white;
	display: block;
	float: left;
	padding: 6px 20px;
	background: #BE4E54;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
}

#guestbook .newitem:hover
{
	padding: 5px 19px;
	background: lightgrey;
	border: 1px solid darkred;
	color: darkred;
}

#guestbook .entry
{
	font-size: 10pt;
	border-bottom: 1px solid dimgray;
	padding-left: 0px;
	padding-bottom: 0px;
}

#guestbook .name
{
	font-size: 10pt;
	font-weight:bold;
	color: black;
	background: url(../images/square_bullet.gif) no-repeat 5px 6px;
	border-bottom: 1px solid dimgray;
	padding-left: 20px;
}

#guestbook .date
{
	font-size: 10pt;
	color: black;
}

#guestbook .subject
{
	font-size: 10pt;
	font-weight:bold;
	padding-left: 0px;
	padding-bottom: 0px;
}

#guestbook  .body
{
	font-size: 9pt;
	background-color:cornsilk;
	margin-top:5px;
	padding:3px
}
#guestbook  .comment
{
	font-size: 9pt;
	background-color:cornsilk;
	font-style:italic;
	margin-top:5px;
	padding:3px
}

#guestbook .error
{
	color: white;
	display: block;
	background: red;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
}


