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


#chatoutput {
text-align: left;

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

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

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

/* Borders */
/* border-bottom: 1px solid #cecece; */

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

#chatoutput span {
color: #CC0000;
}

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

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

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

.chatInput {
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    padding: 2px 0 2px 0;
    margin: 3px 0 3px 0;
    border: solid 1px #A46868;
    background-image: url( 'http://www.nosvc.com/images/input_bg.png' );
    background-repeat: repeat-x;
    background-position: top;
}

.chatButton {
	background-color:#fed; 
	border: 1px solid;
	border-color: #696 #363 #363 #696;
	margin: 3px 5px 3px 0;
	font-size: 10px;
	width: 70px;
	color:#050; 
}

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

#chatoutput ul#outputList li {
padding: 1px;
margin: 0;
color: #333333;
background: none;
font-size: 1em;
list-style: none;
border-bottom: 1px dotted #CECECE;
}

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

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

#lastMessage {
background-color: #DB0000;
border: 1px solid #006600;
font-family: 'Trebuchet MS', Verdana, sans-serif; 
font-size: 10px; 
line-height: normal; 
font-weight: normal; 
color:#FFFFFF; 
text-transform:uppercase;
text-align: center;
padding: 2px;
margin-bottom: 2px;
}

em#responseTime {
font-style: normal;
}

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