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

#chatoutput {
height:150px;
border:1px solid #ddcdae;
-moz-border-radius:8px;
overflow:auto;
margin-top: 10px;
font-size:0.9em;
}

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

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

#chatForm input {-moz-border-radius:4px; background:#f8f3e7; border:1px solid #ddcdae; padding:2px;}
#chatForm input:hover, #chatForm input:focus {border:1px solid #b0091d;}
#chatForm textarea {width:99%;}
#chatForm input#submitchat {margin:10px 0 0; -moz-border-radius:4px; background:#b0091d !important; border:1px solid #b0091d !important; color:#fff; font-weight:bold;}
#chatForm input#submitchat:hover, #chatForm input#submitchat:focus {background:#b0091d; border:1px solid #ffb300 !important; color:#ffb300;}
#chatoutput ul#outputList { padding: 0; position: static; margin: 0; }
#chatoutput ul#outputList li { padding: 0 5px; margin: 0; color: #; background: none; list-style: none; }


ul#outputList li:first-line { line-height: 16px; }
#lastMessage { padding: 2px 0; margin:0 5px 5px; border-bottom: 1px dotted #d1c09d; }
em#responseTime { font-style: normal; }
#chatoutput .wp-smiley { vertical-align: middle; }

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

span.Pierre {background:none !important; display:none;}