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

#chatoutput {
height: 270px;
width: 365px;
line-height: 10pt;

/* Horizontal Scrollbar Killer */
padding: 1px 1px; 

/* Borders */
border: 1px dotted #CC3366;
border-width: 0px 0px 1px 0px;

font: 12px helvetica, arial, sans-serif;
color: #666666;
background: #FFFFFF;
overflow: auto;
margin-top: 0px;
margin-left: 10px;

}

#chatoutput span { font-size: 9pt; color: #CC3366; }
#chatForm label, #shoutboxAdmin { display: block; margin: 0px 0px 0px 7px; }
#chatoutput a { font-style: normal; font-weight: bold; color: #CC3366 }

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

#chatForm input, #chatForm textarea { width: 340px; display: block; margin: 0px 0px 0px 5px }
#chatForm textarea { width: 50px; }
#chatForm input#submitchat { width: 60px; margin: 10px left; border: 2px outset; padding: 2px; }
#chatoutput ul#outputList { padding: 0; position: static; margin: 0; }
#chatoutput ul#outputList li { padding: 0px 0px 0px 0px; margin: 0; color: #666666; background: none; font-size: 1em; 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: 0px; text-align: center; border-bottom: 2px dotted #CC6699; }
em#responseTime { font-style: normal; display: block; }
#chatoutput .wp-smiley { vertical-align: middle; }
#JalSound { }