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

#chatoutput {

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

/*Uncomment width below 174
width: 500px;
*/
/* Horizontal Scrollbar Killer */
padding: 6px 8px; 

/* Borders */
/* border: 1px solid #5D8A44;*/
border: 0px;
border-bottom: 1px solid #92C86A;

color: #333333;
background: #FFFFFF;
overflow: auto;
margin-top: 10px;
}

#chatoutput span {
color: #5D8A44;
}

#chatForm {
width:185px;
padding-top:15px;
padding-bottom:4px;
}

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

#chatForm td, tr {
text-align:center;
}

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

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

/* Solve dark background bug, let's comment this and recreate it */

/*
#chatForm input, #chatForm textarea {
width: 120px;
display: block;
margin: 0 auto;
}

*/

input#shoutboxname, input#chatbarText {
  width: 500px;
  padding: 1px;
	border:solid 1px #92C86A;
	background-color: #E8F2E5;
}

input#shoutboxname {margin-left:5px;width: 200px;}

#shoutbox{
border:solid 1px #92C86A;
background-color: #FFFFFF;
}

#shoutbox object#sound{
margin-left:125px;
}

.shoutbox, #chatForm textarea {
width: 120px;
display: block;
}


#chatForm textarea {
width: 120px;
}

/*
.smileys, #chatForm input#submitchat,#chatForm input#moresmileys {
width: 70px;
margin: 10px auto;
border: 2px outset;
padding: 2px;
}
*/

.smileys, #chatForm input#submitchat,#chatForm input#moresmileys {
  width: auto;
	color: #1E3614;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #92C86A;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 24px;
	margin: 1px;
	cursor: hand;
	padding: 0px 0px;
	margin-top: 4px;
	background: url(../templates/tcr/images/button_bg_dark.png) repeat-x;
}


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

#chatoutput ul#outputList li {
padding: 4px;
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 {
line-height: 16px;
}

#lastMessage {
padding-bottom: 2px;
text-align: center;
border-bottom: 2px dotted #78A858;
}

#help {
padding-bottom: 2px;
text-align: left;
}

.help_link {
cursor: help;
}

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

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

/* turning mouse cursor into help
.help {
font-size: 13px;
cursor: help
}

