/* This file controls the look of the Live shoutbox... */

#chatoutput {
	height: 420px;
	padding: 6px 5px;
	border: 1px solid #242424;
	font: 1em helvetica, arial, sans-serif;
	color: #fff;
	background: #111 url(http://www.metalcastshow.com/wp-content/themes/MetalCast2010/images/verlauf2.jpg);
	overflow: auto;
	margin-top: 0px;
	margin-bottom: 5px;
}

#chatoutput span {
	font-size: 9pt;
	color: #cc0000;
}

#chatForm label, #shoutboxAdmin {
	display: block;
	margin: 4px 0;
}

#chatoutput li a {
	font-style: normal;
	font-weight: bold;
	color: #cc0000}

/* User names with links */

#chatoutput li span a {
	font-weight: normal;
	display: inline !important;
?>
}

#chatForm input[type="hidden"] {
	border: 0;
	padding: 0;
}

#chatForm input, #chatForm textarea, #chatForm #shoutboxOp, #shout_theme {
	width: 288px;
	margin-top: 7px;
	margin-bottom: 11px;
	display: block;
	margin: 0 auto;
	padding: 5px;
	background: #333;
	border: 1px solid #000;
	color: #fff;
}

#chatForm textarea {
	width: 284px;
	margin-top: 7px;
	margin-bottom: 11px;
	padding: 5px;
	background: #333;
	border: 1px solid #000;
	color: #fff;
}

#chatForm input#submitchat {
	width: 290px;
	margin: 8px auto;
	border: 1px solid #000;
	background: #333;
	padding: 2px;
}

#chatoutput ul#outputList {
	padding: 0;
	position: static;
	margin: 0;
}

#chatoutput ul#outputList li {
	padding: 4px;
	margin: 0;
	color: #fff; background: none;
	font-size: 1em;
	list-style: none;
	min-height: 16px;
}

/* No bullets from Kubrick et al. */

#chatoutput ul#outputList li:before {
	content: '';
}

ul#outputList li:first-line {
	line-height: 16px;
}

#lastMessage {
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #333;
}

div#responseTime {
	display: inline;
}

#chatoutput .wp-smiley {
	vertical-align: middle;
}

#JalSound {
	margin: 0 -16px 0 0;
	cursor: pointer;
	float: left;
	width: 16px;
	height: 16px;
}

#usersOnline {
	color: #cc0000; font-size: 9px;
	text-align: center;
}

#chatInput {
	
}

#SmileyList a img {
	margin-top: 4px;
	margin-bottom: 4px;
}

#Show_Spam {
	text-align: center;
	color: red;
}

#wordspew .delShout {
	cursor: pointer;
	color: red;
	font-weight: bold;
	margin-left: 4px;
}

.shoutbox_archive {
	margin: 20px;
	text-align: left;
}

.shoutbox_archive .header {
	background: #000;
	color: #fff;
	height: 30px;
}

table#wordspew {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	padding: 6px;
	color: #000;
}

.msg {
	width: 70%;
}

.name {
	white-space: nowrap;
}

.date, .IP {
	text-align: center;
}

.alternate {
	background-color: #f8f8f8;
}

.goback {
	float: right;
	margin: 5px;
}

#chatoutput li span.jal_user, #chatoutput li span.jal_user a, td span.jal_user {
	font-weight: bold;
}

.ps_left {
	float: left;
	margin-right: 2px;
	list-style-type: none;
}

.ps_right {
	float: right;
	margin-left: 2px;
	list-style-type: none;
}

tr.bg td {
	border-bottom: 1px dashed #cccccc; padding: 2px;
}

tr.bg:hover td, tr.bg:hover td a {
	background: #cc0000; color: #000000;
}

#chatoutput .InfoUser, .InfoUser {
	color: red;
	font-size: xx-small;
}