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

#chatoutput {
/* height: 380px; */
height: 450px;
width: 570px;
text-align : left;

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

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

font: 11px helvetica, arial, sans-serif;
color: #333333;
background: #FFFFFF;
overflow: auto;
float:left;
margin-top: 0px;
margin-right:0px;
}

#chatoutput span {
font-size: 9pt; 
color: #0066CC; 
}

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

}

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

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

#chatForm input[type="hidden"] { border: 0; padding: 0; }

#chatForm input, #chatForm textarea { 
width: 250px;  /* Name & URL/Email Box width */
display: block; 
text-align : left;
/* margin: 0 auto; */
margin-top: 10px;
margin-bottom: 10px;
margin-left : auto ;
margin-right : auto ;

}

#chatForm #shoutboxOp {
width: 120px;  /* Captcha width */
text-align: left;
display: block; 
/* margin: 10 auto; */
margin-top: 10px;
margin-bottom: 10px;
margin-left : auto ;
margin-right : auto ;
}

#chatForm textarea { 
width: 250px;  /* Message Box width */
text-align: left;
/* margin: 0px auto; */
margin-top: 10px;
margin-bottom: 10px;
}

#chatForm input#submitchat {
width: 70px;  /* Send Button */
text-align: center;
/* margin: 10px auto; */
margin-top: 10px;
margin-bottom: 10px;
margin-left : auto ;
margin-right : auto ;
border: 2px outset; 
padding: 2px; 
}

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

#chatoutput ul#outputList li {
padding-top: 1px; 
padding-right: 10px; 
padding-bottom: 1px;
padding-left: 10px;
margin: 0; 
color: #333333; 
background: none; 
font-size: 1em; 
list-style: none; 
display: block;
}


/* 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 #666666; 
}

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; 
}

 /* Border around User Input Area */
#chatInput {
border: 1px solid #0066CC; 
border-width: 1px 2px 1px 2px;  
padding-top: 10px; 
padding-bottom: 10px;
height:442px; /* Size of Side Chat Input Box */
}

#SmileyList a img {
margin-top:10px; /* Space around smiley images */ 
}

#Show_Spam {
text-align: center; 
color: red; 
}

form#chatForm p {
float:left;
margin-top: 0px;
margin-left : 0px ;
margin-right : auto ;
}