#mhs-chat {
	/*
	border-width: 2px 2px 1px 2px;
	border-style: solid;
	border-color: #bbb;
	*/
	width: 100%;
}

#chat-queue-box {
	border-width: 2px;
	border-style: solid;
	border-color: #bbb;
	height: 380px;
	overflow: auto;
}

#chat-log-box {
	border-width: 2px 2px 0 2px;
	border-style: solid;
	border-color: #bbb;
	height: 380px;
	overflow: auto;
}

#chat-log-box.chat-closed {
	overflow: visible;
	height: auto;
}

.chat-log {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #fff #fff #ccc #ccc;
	overflow: hidden;
	padding: 5px 10px;

	background: #f8f8f8;
}

.chat-header {
	height: 15px;
	margin-bottom: 5px;
	overflow: hidden;
}

.chat-name {
	float: left;

	font-weight: bold;
}

.chat-date {
	float: right;

	color: #bbb;
	font-style: italic;
}

.chat-avatar {
	border-width: 1px;
	border-style: solid;
	border-color: #fff #888 #888 #fff;
	float: left;
	margin: 0 10px 0px 0;

	background: #fff;
}

.chat-text {
	line-height: 1.6em;
}


.chat-form {
	/*border-top: 1px solid #fff;*/
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #fff #bbb #bbb #bbb;
	padding: 7px 10px 5px 10px;

	background: #ddd;
}
.chat-form .chat-input {
	width: 150px;
	font: 12px arial, sans-serif;
}
.chat-form .chat-message-input {
	width: 220px;
	font: 12px arial, sans-serif;
        overflow: hidden;
}
.chat-form .chat-action, .chat-status .chat-action {
	border-width: 1px;
	border-style: solid;
	border-color: #fff #666 #666 #fff;
	padding: 3px;
	background: #999;
	color: #fff;
	text-align: center;
}


.chat-status {
	float: right;
}

/*
.chat-status .status-box {
	width: 50px;
	text-align: center;
	background: #CDE9FF;
	border: 1px solid #ccc;
	cursor: pointer;
}
*/


.chat-message input.chat-input {
	width: 270px;
}


#tab-links {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 2px;
}

#tab-links .tab-link {
	background: #ffffff;
	padding: 3px 5px;
}

#tab-links .tab-active {
	background-color: #CDE9FF;
}

#tab-contents .tab-content {
	display: none;
}

#tab-contents .tab-active {
	display: block;
}

.chat-notices {
	margin: 0 15px;
}
.chat-notices .message {
	border-width: 0 1px 1px 1px;
	margin: 0;
}
.chat-notices .message p {
	margin: 0;
	padding: 1.1em 1em 1em 1em;
}


/***** GENERAL STYLES *****/

.chat-action {
	cursor: pointer;
}

#mhs-chat .hidden {
	display: none;
}

.lowlite {
	color: #888 !important;
}
