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

.shoutbox {
	/*Uncomment width below*/
	/* width: 220px; */
	
	color: #333333;
	height:328px;
}

.shoutboxtop {
	/* Borders */
	border: 1px solid #CCCCCC;
	
	font: 11px helvetica, arial, sans-serif;

}

.chatoutput {
	/* Height of the shoutbox*/
	height: 225px;
	
	/* Horizontal Scrollbar Killer */
	padding: 0px 8px;
	
	overflow: auto;
}

.chatoutput span {
font-weight: bold;
font-size: 8pt;
color: #000000;
}

.chatForm label, #shoutboxAdmin {
/*display: block;*/
float: left;
font-size: 8pt;

    clear: both;
    margin: 1px 0 0 1px;
    padding: 2px 0;
    text-align: left;
    width: auto;
}

.chatForm input {
    background-color: #EAEAEA;
    border: 1px solid #CCCCCC;
    float: right;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 8pt;
    margin: 1px 0 0 2px;
    width: 60%;
}

#shoutbox_captcha0 select {
    background: none repeat scroll 0 0 #EAEAEA;
    border: 1px solid #CCCCCC;
    float: right;
    margin: 2px 0 0 2px;
    width: 61%;
}

.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: 150px;
}

.sbsound_btn {
	width: 16px;
	height: 16px;
	float: left;
	padding: 9px;
}


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

.chatoutput ul.outputList li {
padding: 0;
margin: 0;
color: #333333;
background-image: none;
font-size: 8pt;
list-style: none;
text-overflow:ellipsis;
overflow:auto;
width: 99%;
}

.shoutbox  a, .shoutbox  a:link, .shoutbox  a:visited, .shoutbox  a:hover{
	font-size: 7pt !important;
}

/* No bullets from Kubrick et al. */
.chatoutput ul.outputList li:before {
content: '';
}

ul.outputList li:first-line {
line-height: 16px;
}

.lastMessage {
padding: 4px;
text-align: center;
border-bottom: 2px dotted #666666;
}

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

.chatoutput .avatar img {
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 4px;
	border: 1px solid #C0C0C0;
}

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

.homepage {
	display: none;
}