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

#chatoutput {
	height: 200px;
	/* width: 172px; */

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

	/* Borders */
	border: 1px solid #B64926;
	border-width: 1px 1px;
	font: 11px helvetica, arial, sans-serif;
	color: #4D4D4D;
	background: #FFFFFF;
	overflow: auto;
	margin-top: 10px;
}

#chatoutput span {
	color: #B64926;
}
#chatForm label, #shoutboxAdmin {
	display: block;
	margin: 4px 0;
}
#chatoutput a {
	font-style: normal;
	font-weight: bold;
	color: #B64926}

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

#chatForm input[type="hidden"] {
	border: 0;
	padding: 0;
}
#chatForm input, #chatForm textarea, #chatForm #shoutboxOp {
	width: 120px;
	display: block;
	margin: 0 auto;
}
#chatForm textarea {
	width: 150px;
}
#chatForm input#submitchat {
	width: 70px;
	margin: 10px auto;
	border: 2px outset;
	padding: 2px;
}
#chatoutput ul#outputList {
	padding: 0;
	position: static;
	margin: 0;
}
#chatoutput ul#outputList li {
	padding: 4px;
	margin: 0;
	color: #4D4D4D;
	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 #B64926;
}
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: #B64926;
	line-height: 1.5;
	text-align: center;
}
#chatInput {
}
#SmileyList a img {
	margin-top: 4px;
}
#Show_Spam {
	text-align: center;
	color: red;
}







/* GPS Customizations */

/* chat container */
#wordspew {
	border: 1px solid #B8B8B8;
	background-color: #F4F4F3;
	padding: 10px;
	margin-bottom: 20px;
}

#chat-input {
}

#chatForm {
	margin: 0;
	padding: 0;
}

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

#chatForm label {
}

#chatForm input {
	width: 12.95em;
	padding: 0;
	margin: 0;
	border: 1px solid #B8B8B8 ?>;
}

#chatForm input#chatbarText {
	padding: 0;
	margin: 0;
	width: 12.95em;
	border: 1px solid #B8B8B8;
}

#chatForm input#submitchat {
	width: 55px;
	height: 19px;
	color: #FFFFFF;
	background-color: #B64926;
	padding: 0 0 5px 0;
	margin: 0;
	border: 1px outset #B8B8B8;
}

#chatForm input#submitchat:hover {
	cursor: pointer;
}

/* last message timer display */

#lastMessage {
	border-bottom: 1px solid #B8B8B8;
	font-size: .7em;
	padding: .4em 0 0.4em 0;
	text-align: center;
	font-style: italic;
}

#responseTime {
	font-weight: bold;
}

/* admin configuration link */

#shoutboxAdmin {
	color: #8E2800;
}

#shoutboxAdmin a {
	color: #8E2800;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}

#shoutboxAdmin a:hover {
	color: #B64926;
	text-decoration: underline;
}

/* chat output display */

#chatoutput {
	height: 170px;
	padding: 6px 8px; /* Horizontal Scrollbar Killer */
	border: 1px solid #B8B8B8;
	border-width: 1px 1px;
	font: arial, sans-serif;
	color: #4D4D4D;
	background: #FFFFFF;
	overflow: auto;
}

#chatoutput span {
	font-weight: bold;
	color: #B64926;
}
#chatoutput a {
	font-style: normal;
	font-weight: bold;
	color: #B64926}
/* User names with links */
#chatoutput li span a {
	font-weight: bold;
	display: inline !important;
	text-decoration: none;
	border-bottom: 1px dotted #B64926}
#chatoutput ul#outputList {
	padding: 0;
	position: static;
	margin: 0;
}
#chatoutput ul#outputList li {
	padding: 0;
	margin: 0;
	color: #4D4D4D;
	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;
}

/* additional styles */
#JalSound {
	margin: 0 -16px 0 0;
	cursor: pointer;
	float: left;
	width: 16px;
	height: 16px;
}

#SmileyList {
	display: none;
}

#SmileyList a img {
	border: none;
	margin-top: 4px;
}
#Show_Spam {
	text-align: center;
	color: #E80000;
}

#chatForm input[type="hidden"] {
	display: none;
}

#chatForm #chatbarText, #chatForm #submitchat {
	display: inline;
}

