/* CSS pro ShoutBoard */
#shoutboard {
	width: 180px;
	margin: 0px;
	/*display: none;
*/
}
#shoutboard #shout-body {
	background-image: url('../img/shout-body.gif');
	width: 180px;
	Background-repeat: repeat-y;
	color: white;
	font-family: tahoma;
	font-size: 8pt;
}

#shoutboard #shout-body #shout-text {
 overflow:auto;
}

#shoutboard #shout-body span.displayname {
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
	margin-left: 11px;
	/*margin-right: 20px;*/
	display:block;
	clear: both;
}
#shoutboard p {
	margin: 0px;
	padding: 0px;
	margin-left: 11px;
	margin-right: 3px;
	padding-bottom: 8px;
*/
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #666;
	width: 155px;
	overflow: auto;
	display: block;
}
#shoutboard a {
	color: #BBB;
}
.shoutboard_time {
	color: #969696;
	margin-left: 11px;
	margin-right: 20px;
	font-family: tahoma;
	font-size: 9px;
}
#shoutboard #warning {
	margin-left: 13px;
	margin-right: 16px;
	padding-bottom: 3px;
	border: 1px dashed red;
}
