/*SHOUTBOX*/

/* Default theme style. Modify to your taste. */
#yshout {
	font-size: 8pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: auto;
}
#yshout #yshout-toollinks { /* tool links (History, Commands, etc.) */
}
#yshout #shouts {
	border: 1px solid #bfc89d;
	padding: 0px;
	overflow: auto;
}
.yshout-mini #shouts {
	height: 160px;
}

#yshout .shout { /* one shout */
	margin: 0 0 0 0; /* Top Bottom Linespacing */
	line-height: 1;	
		
}
#yshout hr { /* shout divider */
	color: #cccccc;
	height: 1px;
	border: 0;
	background-color:#cccccc;
	margin-top: 2px;
	margin-bottom: 2px;
}
#yshout .shout-timestamp {
	font-weight: normal;
	font-style: normal;
	color: #bbbbbb;
	font-size: 7pt;
}
#yshout .shout-adminlinks a { /* del and ban buttons */
	font-size: 7pt;
	color: #D6D6D6;
	font-weight: normal;
}
#yshout #shout-form {
	text-align: center;
	
}
#yshout #shout-form fieldset {
	border: none;
	padding: 0px;
}
#forum-name, #shout-text, #shout-button {
	font-size: 9px;
	margin: 0;
	padding: 0;
}
#yshout #forum-name {
	color: #666666;
	width: 70px;
	margin-right: 5px;
	visibility: hidden;
}
#yshout #shout-text {
	color: #000000;
	width: 100%;
	margin-right: 7px;
}
#yshout #shout-button {
	width: 55px;
}
#yshout .shout-invalid { /* invalid shout (shout textbox) */
	background: #FFFDD1;
}
