#chatoutput {

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

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

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

/* Borders */
border: 1px solid #FF3C16;
border-width: 1px 1px;

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

#chatoutput span {
font-size: 1.1em;
color: #FF3C16;
}

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

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

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

#chatForm textarea {
width: 150px;
}

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

#chatoutput li {
padding: 4px;
margin: 0;
color: #333333;
background: none;
font-size: 1em;
list-style: none;
text-overflow:ellipsis;
overflow:hidden;
width: 100%;
}

/* 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 .avatar img {
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 4px;
	border: 1px solid #C0C0C0;
}

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

.website {
	display: none;
}


/*
 * JsModal CSS
 */


#modal-overlay {
  background: #fff;
  filter: alpha(opacity=60);
  height: 100%;
  left: 0;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  -ms-filter: alpha(opacity=60);
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 998;
}

#modal-container {
  background: #fff;
  border: 1px solid #ababab;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  height: auto;
  padding: 10px;
  font-family: arial,sans-serif;
  font-size: 14px;
  position: absolute;
  z-index: 998;
}

#modal-header {
  height: 20px;
  overflow: hidden;
  clear: both;
}

#modal-close {
  background: #fff url('../images/jsmodal/modal-close.png') no-repeat center center;
  cursor: pointer;
  display: block;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  -ms-filter: alpha(opacity=60);
  opacity: 0.6;
  float: right;
  height: 20px;
  width: 20px;
}
#modal-close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  -ms-filter: alpha(opacity=100);
  opacity: 1.0;
}

#modal-content {
  display: block;
  padding: 0 20px 10px 20px;
  z-index: 999;
}

#modal-container.modal-loading {
  background: #fff url('../images/jsmodal/loading.gif') no-repeat center center;
}




/*
 * Custom modal styles
 */
#modal-content .confirmation-buttons {
	margin-top: 20px;
}

#modal-content .confirmation-buttons a {
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px gray;
}

#modal-content .confirmation-buttons a:active:hover {
	position: relative;
	left: 1px;
	top: 1px;
}

#modal-content a.yes-delete, #modal-content a.delete-ban-button {
	background-color: #ff8f8f;
	color: black;
}
#modal-content a.yes-delete:hover,
#modal-content a.delete-ban-button:hover {
	background-color: #ff5555;
	color: black;
}

#modal-content a.no-dont-delete, #modal-content a.ok-confirm {
	background-color: #a4dcff;
	color: black;
}
#modal-content a.no-dont-delete:hover,
#modal-content a.ok-confirm:hover {
	background-color: #72c8ff;
	color: black;
}

#modal-content a.delete-ban-button {
	float: right;
}

#modal-content a.cancel-btn,
#modal-content a.no-dont {
	background-color: #cccccc;
	color: black;
}
#modal-content a.cancel-btn:hover,
#modal-content a.no-dont:hover {
	background-color: white;
}

#modal-content .avatar {
	width: 35px;
	height: 35px;
	margin-top: 20px;
	float: left;
}

#modal-content .main-content {
	margin-left: 50px;
}


#chat-settings-wrapper, #chat-history-wrapper {
	float: right;
	position: relative;
	width: 0px;
}
#chat-settings {
	position: absolute;
	left: -80px;
	padding-top: 7px;
}
#chat-history {
	position: absolute;
	left: -440px;
	padding-top: 7px;
}
#chat-settings a, #chat-history a {
	font-weight: normal;
}

#shoutbox {
	position: relative;
}

#shoutbox.hide-deletion-buttons a.delete-day,
#shoutbox.hide-deletion-buttons a.delete-single {
	display: none;
}

#shoutbox li.ignored {
	color: gray;
}
#shoutbox.hide-ignored li.ignored {
	display: none;
}


/* Use menu */
#chat-user-menu {
	background-color: white;
	border: solid 1px black;
	border-radius: 0 0 5px 5px;
	background-color: #eeece0;
}

#chat-user-menu ul {
	display: block;
	padding: 0;
	margin: 0;
}

#chat-user-menu ul li {
	display: block;
}

#chat-user-menu ul li a {
	display: block;
	padding: 5px;
	border-bottom: solid 1px #dddddd;
}

#chat-user-menu ul li a:hover {
	background-color: white;
}

#chat-user-menu ul li:last-child a {
	border-radius: 0 0 5px 5px;
	border-bottom: none;
}

#chat-history-overlay
{
	position: fixed;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
}

#chat-history-overlay .chat-history-wrapper {
	margin: 2%;
	overflow: scroll;
	max-width: 97%;
	max-height: 95%;
}

#chat-history-overlay .close-button {
	float: right;
	font-size: 30px;
}

#chat-history-overlay .page-selector {
	
}
