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

#chatoutput {
height: 225px;
/* width: 172px; */

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

/* Borders */
border: 2px solid #445544;
border-width: 2px 2px;
/* -moz-border-radius : 14px 0px 0px 0px; */

font: 11px helvetica, arial, sans-serif;
color: #bcb;
background: #667766;
overflow: auto;
margin: 0 0 5px 0;
}

#chatForm label, #shoutboxAdmin { display: block; margin: 4px 0; }
#chatForm label { font-size: 10px; }
#chatoutput a { font-style: normal; font-weight: bold; color: #CC9999 }

/* User names with links */
#chatoutput li span a { font-size: 10px; font-weight: bold; display: inline !important; border-bottom: 1px dotted #CC9999 }
#chatoutput ul#outputList li span { font-size: 10px; font-weight: bold; color: #CC9999; }

#chatForm input, #chatForm textarea { color: #BBCCBB; padding: 1px 2px 1px 2px; margin: 1px 2px 1px 0; }
#chatbarText, #shoutboxU, #shoutboxname, #chatForm input#submitchat { font-size: 9px; border:#445544 1px solid; background: #667766 !important; margin-bottom: 3px;}
#shoutboxU, #shoutboxname { width: 45%; display: inline;}
#chatbarText { width: 96%; }
#chatForm input#submitchat { width: 30px; border: #445544 1px solid; margin-top: 2px; }
#chatoutput ul#outputList { padding: 0; position: static; margin: 0; }
#chatoutput ul#outputList li { padding: 3px 0 3px 0; margin: 0; color: #bcb; background: none; font-size: 1em; list-style: none; border-bottom: 1px dotted #9AB39A;}

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

ul#outputList li:first-line { line-height: 16px; }
#lastMessage { font-size: 10px; padding-bottom: 2px; text-align: center; border-bottom: 1px dotted #bcb; }
#lastMessage span { font-size: 10px;}
em#responseTime { font-style: normal; display: block; }
#chatoutput .wp-smiley { vertical-align: middle; }

#JalSound { margin: 0 -16px 0 0; cursor: pointer; float: left; width: 16px; height: 16px; }
#usersOnline { color: #CC9999; font-size: 9px; text-align: center; }
#chatInput { }
