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

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

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

/* Borders */
border: 1px solid #aa4000;
border-width: 1px 1px;
/* -moz-border-radius : 14px 0px 0px 0px;*/

font: 11px helvetica, arial, sans-serif;
color: #333333;
background: #FFFFFF;
/*overflow: auto;
margin-top: 10px;*/
}

#chatoutput span { font-size: 12px; color: #aa4000; }
#chatForm label, #shoutboxAdmin { /*display: block; margin: 4px 0; */}
#chatoutput a { color: #aa4000; font-size:11px; }

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

#chatForm input[type="hidden"] { border: 0; padding: 0; }
#chatForm input, #chatForm textarea, #chatForm #shoutboxOp { width:130px; font-size:12px; }
#chatForm textarea { width: 159px; margin: 6px 0px; }
#chatForm input#submitchat { padding: 2px;margin-top:26px; }
#chatoutput ul#outputList { list-style: outside none none;}
#chatoutput ul#outputList li { padding: 4px 5px 1px 0px; margin: 0; color: #333333; background: none; font-size: 11px; font-family:tahoma; /*list-style: none; */}

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

/*ul#outputList li:first-line { line-height: 16px; }*/
#lastMessage { padding-bottom: 2px; text-align: center; border-bottom: 2px dotted #efc5ac; }
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: #aa4000; font-size: 12px;/* text-align: center; */}
#chatInput { /*background-color:#EEEEEE; border:1px solid #AA4000;*/ padding:10px 0 0 10px; }
#SmileyList a img { margin:1px 4px; }
#Show_Spam { text-align: center; color: red; }

#SmileyList {margin-bottom:20px; width:298px;}
#SmileyChild { border:1px solid #ccc; margin-top:-8px;//margin-top:0px; padding:5px; }
#SmileyParent {
    font-size: 12px; cursor:pointer;
    background-color:#eee;
    color:#666;
    padding:0 6px;
}