/* This file controls the look of the Live shoutbox... */

#chatoutput {
height: 320px;

/* Horizontal Scrollbar Killer */
padding: 6px 8px; 

/* Borders */
border: 1px solid #ccc;
border-width: 1px;
font-size: .9em;
background: #FFFFFF;
overflow: auto;
margin-top: 10px;
}

#chatoutput span { color: #000; }
#chatForm {padding-top: 10px;}
#chatForm label { float: left; margin: 2px 2px 0 10px;; color: #666; font-size: .8em; }
input#shoutboxname {
text-align: left;
float: left;
display: block;
width: 90px;
}
#shoutboxAdmin, #shoutboxArchive { display: none; }

#chatoutput li a { font-style: normal; font-weight: bold; color: #0066CC }

/* User names with links */
#chatoutput li span a { font-weight: normal; display: inline !important; border-bottom: 1px dotted #0066CC }

#chatForm input[type="hidden"] { border: 0; padding: 0; }
#chatForm input, #chatForm textarea, #chatForm #shoutboxOp, #shout_theme {display: block; margin: 0 auto; }
#chatForm textarea { width: 220px; float: left; }
#chatForm input#submitchat { float: right; width: 70px; color: #fff; background: #e14c1d; border: 2px solid #eee; font-size: 1.1em; margin: 2px }
#chatoutput ul#outputList { padding: 0; position: static; margin: 0; }
#chatoutput ul#outputList li { padding: 4px; margin: 0; color: #666; background: none; font-size: 1em; list-style: none; min-height: 16px; }


ul#outputList li:first-line { line-height: 1em; }
#lastMessage { margin: -5px -7px 0 -7px; padding-top: 3px; background: #eee; padding-bottom: 2px; color: #333; font-size: .8em; text-align: center; border-bottom: 1px solid #ccc; }
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: #999; font-size: .7em; text-align: center; }
#chatInput { }
#SmileyList a img { margin-top: 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; }
.ps_right { float: right; margin-left: 2px; }

tr.bg td { border-bottom: 1px dashed #666666; padding: 2px; }
tr.bg:hover td, tr.bg:hover td a { background: #0066CC; color: #FFFFFF; }
#chatoutput .InfoUser, .InfoUser { color: red; font-size: xx-small; }