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

.capitol {
text-transform: capitalize;
}

#chatoutput {
height: 136px;
width: 264px;

/* Horizontal Scrollbar Killer */
padding: 0px 0px;

/* Borders */
border-top: 0px solid #b4b4b2; /*0066CC*/
border-bottom: 0px solid #b4b4b2;

color: #333333;
background: #; ?>; /* FFFFFF*/
overflow: auto;
margin-top: 4px;
}

#chatoutput span { 
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: 0px dotted #0066CC 
}

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

#chatForm input, #chatForm textarea, #chatForm #shoutboxOp {
font-size: 10px; 
font-family: Arial; 
color: #1b1b1b; 
border: 0px; 
background-color: #f2f2e8; 
width: 258px; 
display: block; 
margin: 0
}

#chatForm textarea { 
width: 100px; 
}

#chatForm input#submitchat {
font-weight: none; 
font-size: 9px; 
color: #eee; 
background: #ed4949; 
width: 30px; 
height: 16px; 
margin: 5px 0px 0px 0px; 
border: 0px; 
outset; 
padding: 0px; 
}

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

#chatoutput ul#outputList li { 
padding: 4px 0px 0px 0px; 
margin: 0; 
color: #333333; 
background: none; 
list-style: none; 
}

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

ul#outputList li:first-line {}
#lastMessage { 
padding-bottom: 2px; 
text-align: left; 
border-bottom: 0px solid #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; 
}

#chatInput { 
}

#SmileyList a img { 
margin-top: 4px; 
}

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