/*SHOUTBOX*/

/* Default theme style. Modify to your taste. */
#yshout {
	font-size: 10px;
	font-style: normal;
	font-family: arial, helvetica, verdana, san-serif;
}
#yshout #yshout-toollinks { /* tool links (History, Commands, etc.) */
}
#yshout #shouts {
	border: 1px solid #212121;
	padding: 5px;
	overflow: auto;
	font-weight: bold;
	font-size: 13px;
	background: #212121;
  /*width: 100%; /* the width you want to display */
  height: 200px; /* the height you want to display */
}

#yshout .shout { /* one shout */
	margin: 0; /* Top Bottom Linespacing */
	line-height: 1;
}
#yshout hr { /* shout divider */
	color: #ccc;
	height: 1px;
	border: 0;
	background-color:#ccc;
}
#yshout .shout-timestamp {
	font-weight: normal;
	font-style: normal;
	color: #bbb;
}
#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 {
	font-size: 9px;
	margin: 0;
	padding: 0;
}
#yshout #forum-name {
	color: #667;
	width: 70px;
	margin-right: 5px;
}
#yshout #shout-text {
	color: #ffffff;
	width: 70%;
	margin-right: 5px;
}
#yshout #shout-button {
	width: 20%;
}
#yshout .shout-invalid { /* invalid shout (shout textbox) */
	background: #000000;
}
.userclass
{
  font-weight: bold;
  font-size: 12px;
}
