/*SHOUTBOX*/

/* Default theme style. Modify to your taste. */
#yshout {
	font-style: normal;
	font-family: tahoma, sans-serif;
}
#yshout #yshout-toollinks { /* tool links (History, Commands, etc.) */
}
#yshout #shouts {
	border: 1px solid #777777;
	padding: 5px;
	height : 250px;
	overflow: auto;
}
#yshout .shout { /* one shout */
	margin: 0 0 0; /* Top Bottom Linespacing */
	line-height: 1;
	margin-top: 0;
	font-size: 84%;
}
#yshout hr { /* shout divider */
	color: #cccccc;
	height: 1px;
	border: 0;
	background-color:#cccccc;
}
#yshout .shout-timestamp {
	font-weight: normal;
	font-style: normal;
	color: #bbbbbb;
}
#yshout .shout-adminlinks { /* del and ban buttons */
	font-size: 6pt;
	color: #141414;
}
#yshout #shout-form {
}
#yshout #shout-form fieldset {
	border: none;
}
#forum-name, #shout-text, #shout-button {
	margin: 0;
	padding: 0;
}
#yshout #forum-name {
	color: #cccccc;
	width: 70px;
	margin-right: 5px;
}
#yshout #shout-text {
	color: #ffffff;
	width: 310px;
	margin-right: 5px;
}
#yshout #shout-button {

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