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


#chatoutput {

/* Height of the shoutbox*/
height: 475px;

/*Uncomment width below*/
width: 275px;

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

/* Borders */
/* REM-
border: 1px solid #41B8D4;
border-width: 1px 2px;
*/

font: 11px helvetica, arial, sans-serif;
color: #6E7454;
background: #FFFFFF;
overflow: auto;
margin-top: 0px;
}

em#responseTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#6E7454; 
	font-weight: normal;
	font-style: italic;
	margin-top: 10px;
}


#chatoutput span {
font-size: 1.1em;
color: #41B8D4;
}

#chatForm label, #shoutboxAdmin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#41B8D4;   /*6E7454; */
	font-weight: bold;
	line-height: 13pt;
}

#chatoutput a {
font-style: normal;
font-weight: normal;
color: #41B8D4}

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

#chatForm input, #chatForm textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#6E7454;
width: 150px;
}

#chatForm textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#6E7454;
width: 250px;
}


#chatForm input#submitchat {
width: 70px;
margin: 5px auto;
border: 1px outset;
padding: 4px;
}

#chatoutput ul#outputList {
padding: 0;
position: static;
margin: 0;
}

#chatoutput ul#outputList li {
padding: 4px;
margin: 0;
color: #6E7454;
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: 8px;
}

#lastMessage {
padding-bottom: 0px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px; 
color:#000000;
font-weight: normal;
font-style:italic;
line-height: 11pt;
border-bottom: 1px dotted #41B8D4;
}

#chatoutput .wp-smiley {
vertical-align: middle;
}

#JalSound { }



