/*SHOUTBOX*/

/* Default theme style. Modify to your taste. */
#yshout {
/*	font-size: 12px;
	font-style: normal;
	font-family: arial, helvetica, verdana, san-serif; */
}
#yshout #yshout-toollinks { /* tool links (History, Commands, etc.) */
}
#yshout #shouts {
	overflow: auto;
	height: 350px;
	border: 1px solid #777777;
	padding: 5px;
}
#yshout .shout { /* one shout */
	margin: 0 0 0; /* Top Bottom Linespacing */
	line-height: 1;
	margin-top: 0;
}
#yshout hr { /* shout divider */
	height: 1px;
	border: 0;
}
#yshout .shout-timestamp {
	font-weight: normal;
	font-style: normal;
	color: #666;
}
#yshout .shout-adminlinks { /* del and ban buttons */
	font-size: 6pt;
	color: #980000;
}
#yshout #shout-form {
}
#yshout #shout-form fieldset {
	border: none;
}
#forum-name, #shout-text, #shout-button {
	margin: 0;
/*	padding: 2px; */
}
#yshout #forum-name {
	color: #666666;
	width: 70px;
	margin-right: 5px;
}
#yshout #shout-text {
	color: #ccc;
	width: 400px;
	margin-right: 5px;
}
#yshout #shout-button {
}

#yshout .shout-invalid { /* invalid shout (shout textbox) */
	background: #FFFDD1;
}
