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

#chatoutput {
height: 400px !important;
margin:0 auto 0 0;
width: 165px; 

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

/* Borders */
/*border: 1px solid #0066CC;
border-width: 1px 1px;*/
-moz-border-radius : 14px;

font: 11px Tahoma, Arial, sans-serif;
color: #333333;
background: #edecec;
overflow: auto;
margin-top: 10px;
}

html>/**/body #chatoutput {margin:0 auto 0 0;width:163px;}

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

/* User names with links */
#chatoutput li a {color: #000000 !important;}
#chatoutput li span a {color: #014da3 !important; font-weight: normal; display: inline !important; border-bottom: 1px dotted #0066CC }
#chatoutput li span a:hover, #chatoutput li span a:active {color:#f00 !important;}
#chatForm input, #chatForm textarea { width: 175px; display: block; margin: 0 auto 0 0; background: #edecec;
}
#chatForm textarea { width: 175px;height:100px;-moz-border-radius : 14px !important; }
#chatForm input#submitchat { width: 80px;text-align:center;margin:5px 0 5px 0; border:3px double #b2fbf9;color:#b2fbf9;background:none;cursor:pointer; }
html>/**/body #chatForm input#submitchat {margin:5px 0 5px 45px;}
#chatoutput ul#outputList { padding: 0; position: static; margin: 0; }
#chatoutput ul#outputList li { padding: 4px; margin: 0; color: #333333; 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: 2px; text-align: center; border-bottom: 2px dotted #FF0000; }
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: #0066CC; font-size: 9px; text-align: center;*/ display: none; }
#chatInput { }

#SmileyList {font-size:11px;}

#shoutboxname, #shoutboxU {background: #edecec;-moz-border-radius : 14px; padding-left: 7px; width: 168px !important;}
#SmileyParent {color: #fff;}
#chatbarText {background: #edecec;}