/* @override http://risperdal.student.utwente.nl/carloss/modules/mod_shoutbox/css/mod_shoutbox.css */

#chatoutput {

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

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

/* Horizontal Scrollbar Killer 6px e 8px*/
padding: 0px 5px; 

/* Borders */


font: 9px helvetica, arial, sans-serif;
color: #333333;
overflow: auto;
}

#chatoutput span {
font-size: 1em;
color: #FF3C16;
}

#chatForm label, #shoutboxAdmin {
display: block;
margin: 2px 0;
}



#chatoutput a {
font-style: normal;
font-weight: bold;
color: #FF3C16}

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

#chatForm textarea {
width: 15px;
}

#JalSound {
	width: 16px;
	height: 16px;
	float: left;
	padding-right: 10px;
}


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

#chatoutput li {
padding: 0px;
margin: 0;
color: #333333;
background: none;
font-size: 1em;
list-style: none;
text-align: left;
text-overflow:ellipsis;
overflow:hidden;
width: 162px;
}

/* No bullets from Kubrick et al. */
#chatoutput ul#outputList li:before {

}

ul#outputList li:first-line {
line-height: 11px;
}

#lastMessage {
padding-bottom: 0px;
text-align: center;
border-bottom: 1px dotted #666666;
}

em#responseTime {
font-style: normal;
display: block;
}

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

.homepage {
	display: none;
}