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

#chatoutput {
height: 220px;
overflow:auto;

/* Horizontal Scrollbar Killer */
padding: 6px 8px; 

font: 12px helvetica, arial, sans-serif;
color: #c3cdad;
background: #6d7460;

}

#chatoutput span { font-size: 9pt; color: #abb59d; }
#shoutboxAdmin { display: block; margin: 4px 0; }
#chatoutput a { font-style: normal; font-weight: bold; color: #abb59d }

/* User names with links */
#chatoutput li span a { font-weight: normal; display: inline !important; border-bottom: 1px dotted #abb59d }

#chatForm input[type="hidden"] { border: 0; padding: 0; }
#chatForm textarea, #chatForm #shoutboxOp { display: block; margin: 0 auto; }
#chatForm textarea { width: 150px; }
#chatForm input#submitchat { width: 70px; margin: 10px auto; border: 2px outset; padding: 2px; }
#chatoutput ul#outputList { padding: 0; position: static; margin: 0; }
#chatoutput ul#outputList li { padding: 4px; margin: 0; color: #c3cdad; background: none;  list-style: none; }

/* No bullets from Kubrick et al. */
#chatoutput ul#outputList li:before { content: ''; }

ul#outputList li:first-line { line-height: 16px; }
#lastMessage { margin-top: -2px; }
em#responseTime { font-style: normal; display: block; text-align:right; }
#chatoutput .wp-smiley { vertical-align: middle; }

#JalSound { margin: 0 -16px 0 0; cursor: pointer; float: left; width: 16px; height: 16px; }
#usersOnline { color: #abb59d; font-size: 9px; text-align: center; }
#chatInput { }
#SmileyList a img { margin-top: 4px; }
#Show_Spam { text-align: center; color: red; }