body {
	font-family: Helvetica, arial;
}

.clear-both {
	clear: both;
}

#lc-appetizer {
	background-color: #09d;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 85px;
}


#lc-appetizer.small {
margin-left: 0;
width: 184px;
height: 36px;
font-size: 15px;
}

#lc-appetizer.small .corner-box-content {
padding: 3px 8px;
}


#lc-appetizer h3 {
	color: #483;
	color: #fff;
	background: url(/images/lc-chat-bubbles.jpg) no-repeat;
	padding: 2px;
	padding-left: 45px;
}


#lc-appetizer .options {
	position: absolute;
	right: 0;
	top: 9px;
}

#lc-appetizer .options a {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 18px;
	background-color: #2bf;
	padding: 3px 5px;
	color: #fff;
}


#lc-appetizer.small h3 {
abackground: none;
padding-left: 40px;
font-size: 14px;
}

#lc-appetizer.small .options {
top: 6px;
}

#lc-appetizer .options a {
font-size: 14px;
font-weight:bold;

}

#lc-appetizer .options a:hover {
	background-color: #1ae;
}

.ec-chat {
	width: 300px;
	height: 416px;
	background-color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #dde;
}

.ec-chat .person-id {
	display: none;
}

.ec-chat .header {
	height: 12px;
	background-color: #aac;
	padding: 5px;
	font-size: 10px;
}

.ec-chat .header .buttons {
	position: absolute;
	top: 0px;
	right: 0px;
}

.ec-chat .message .pale {
	color: #aaa;
	padding-right: 5px;
}

.ec-chat .header .buttons a {
	display: block;
	margin: 3px;
	margin-left: 0px;
	border: 1px solid #fff;
	background-color: #fff;
	padding: 0px 3px;
	float: left;
	text-decoration: none;
}

.ec-chat .header .buttons a:hover {
	background-color: #eee;
}

.ec-chat .messages {
	height: 350px;
	border: 0px solid #ddd;
	margin: 5px;
	margin-bottom: 0px;
	overflow: auto;
	background-color: #fff;
}

.ec-chat .messages .message {
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
}

.ec-chat .messages .message .head {
	font-size: 11px;
	color: #bbb;
	padding: 2px;
	display: none;
}

.ec-chat .messages .loading { /*background-color: #fff0f0;*/
	background: url(/images/ajax-loader.gif) no-repeat 265px 7px;
}

.ec-chat .messages .self {
	color: #555;
}

.ec-chat .messages .other { /*	background-color: #ddf;*/
	background-color: #F2F2F2;
	color: #556;
}

.ec-chat .messages .message .content {
	font-size: 12px;
	padding: 2px;
}

.ec-chat .messages .message .content a {
	text-decoration: none;
	color: #559;
}

.ec-chat .messages .message .content a:hover {
	border-bottom: 1px dotted #aad;
}

.ec-chat .input {
	height: 40px;
}

.ec-chat .input .message-input {
	width: 210px;
	float: left;
	padding: 5px;
}

.ec-chat .input .submit {
	float: right;
	width: 60px;
	padding: 5px;
}

.ec-chat .input .message-input input {
	border: 1px solid #ddd;
	padding: 5px;
	width: 210px;
}

.ec-chat .input .submit input {
	border: 0px solid #eee;
	padding: 4px;
	color: #fff;
	font-weight: bold;
	background-color: #88a;
	width: 60px;
}

.ec-chat .history {
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 220px;
	right: -235px;
	background-color: #ddf;
	padding: 5px;
	font-size: 12px;
	color: #555;
}

.ec-chat .history .entry-page {
	background-color: #d2d2ff;
	padding: 3px;
	margin: 5px 0px;
}

.ec-chat .history .referer-page {
	background-color: #d2d2ff;
	padding: 3px;
	margin: 5px 0px;
}

.ec-chat .history .content {
	overflow: auto;
	height: 350px;
}

.ec-chat .history ul {
	margin: 0px;
	padding: 0px;
}

.ec-chat .history li {
	padding: 3px;
}

.ec-chat .history .page {
	display: block;
	text-decoration: none;
}

.ec-chat .history .page:hover {
	color: #55d;
}

.ec-chat .history .time {
	font-size: 9px;
	color: #668;
	display: block;
}

.ec-chat .allocation {
	position: absolute;
	width: 100%;
	height: 100%;
}

.ec-chat .allocation p {
	padding: 15px;
	padding-bottom: 50px;
	font-size: 16px;
	font-weight: normal;
	color: #f90;
	z-index: 2000 !important;
	position: absolute;
	background-color: #fff;
	line-height: 23px;
	top: 40px;
	margin: 0px 30px;
width: 210px;
	background: url(/images/ajax-loader.gif) no-repeat 100px 75px #fff;
}

.ec-chat .allocation .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #eee;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	z-index: 1000 !important;
}

/*------admin---------*/
body {
	margin: 0px;
	padding: 0px;
}

#chats {
	color: #666;
}

#chats .buttons {
	padding: 5px 10px;
	padding-bottom: 0px;
}

#chats h1 {
	font-size: 14px;
	color: #eee;
	padding: 0px;
	margin: 0px;
	padding: 10px;
	background-color: #555;
	margin-bottom: 10px;
}

#chats .category {
	border: 4px solid #eef;
	background-color: #f9f8fa;
	margin: 10px;
	padding: 20px;
}

#chats .category .title {
	afont-style: italic;
	font-size: 11px;
	color: #888;
}

#chats .for-update {
	margin-top: 15px;
}

#chats a {
	text-decoration: none;
	color: #559;
}

#chats a:hover {
	border-bottom: 1px dotted #aad;
}

#chats ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

#chats li {
	border-bottom: 1px solid #eee;
	padding: 5px;
	clear: both;
	height: 20px;
}

#chats li.active {
	background-color: #eff3ff;
}

#chats li span,#chats li a {
	display: block;
	float: left;
	margin-right: 10px;
}

#chats li.has-unread {
	background-color: #f9eeee;
	border-bottom: 1px solid #f9eaea;
}

#chats .messagesCount {
	font-size: 9px;
	padding-top: 6px;
	color: #bbb;
}

#chats .lastMessage {
	font-style: italic;
	color: #aaa;
}

#chats .lastMessageTime {
	
}

#chats .hasUnreadMessages {
	display: none;
}

#chats .buttons a {
	font-size: 11px;
	padding: 5px;
	background-color: #f5f5f5;
	margin-bottom: 5px;
	margin-right: 5px;
}

#chats span.open {
	color: transparent;
}

.start-chat-dialog.ui-dialog {
	border: 1px solid #aaa;
	background-color: #fff;
	width: 330px !important;
	height: 210px !important;
}

.start-chat-dialog .ui-dialog-titlebar {
	background-color: #ddd;
}

.start-chat-dialog .ui-dialog-content {
	padding: 10px;
}

.start-chat-dialog label {
	float: left;
	width: 120px;
	padding: 5px;
}

.start-chat-dialog  .ui-dialog-content input {
	border: 1px solid #aaa;
	width: 150px;
	padding: 5px;
}

.start-chat-dialog .ui-dialog-buttonpane {
	width: 100%;
	padding: 10px;
	text-align: right;
}

.start-chat-dialog .ui-dialog-buttonpane button {
	margin-right: 35px;
}

#ec-chat-offline {
	width: 300px;
	padding: 10px;
	font-size: 12px;
	color: #555;
}

#ec-chat-offline h3 {
	color: #f90;
}

#ec-chat-offline label {
	display: block;
}

#ec-chat-offline input.text {
	width: 180px;
margin-top: 2px;
	display: block;
	border: 1px solid #ddd;
	padding: 5px;
}
