﻿#livechatbutton
	{
		padding: 5px 5px 5px 5px;
		border-width: 0px;
		text-decoration:none;
		
	}
	
#livechatbutton a 
	{
		text-decoration: none;
		border-width: 0px;
		
	}
	
#livechatbutton a:hover
	{
		text-decoration:none;
		border-width: 0px;
	}

.LCimg
	{
		text-decoration:none;
		border-width: 0px;
	}
	
.ACSwrapper
	{
		border: solid 1px #666666;
		background-color: #000088;
		font-family: Tahoma;
		padding: 4px 4px 4px 6px;
		color: #ffffff;
		width: 400px;
		height: 150px;
	}
	
.ACSwrapper a
	{
		background-color: #bbbbff;
		color: Black;
		padding: 7px 5px 5px 5px;
		border: solid 1px #ffffff;
		text-decoration: none;
		margin-top: 4px;
		height: 22px;
		font-size: 11px;
		
	}
	
.ACSbutton
	{
		
		background-color: #bbbbff;
		color: Black;
		padding: 5px 2px 5px 2px;
		border: solid 1px #ffffff;
		text-decoration: none;
		margin-left: 5px;
		height: 26px;
		font-size: 11px;
		float:right;
		margin-top: -19px;
		cursor: hand;
		
		
	}
	
.LCButton
	{
		background-color: #4444ff;
		border: solid 1px #000099;
		color: #ffffff;
	}

	
.adminbody
	{
		 background-color: #7777dd;
	}
	
#adminlogin
	{
		border: solid 1px #ffffff;
		width: 200px;
		height: 160px;
		color: #cccccc;
		padding: 10px 4px 10px 4px;
		padding-left: 12px;
		font-family: Tahoma;
		background-color: #000088;
		margin-left: 5px;
		margin-top:200px;
		text-align:left;
	}
	
.adminconsoletopstatus
	{
		border: solid 1px #ffffff;
		width: 600px;
		height: 120px;
		color: #ffffff;
		padding: 10px 4px 10px 4px;
		padding-left: 12px;
		font-family: Tahoma;
		background-color: #000088;
		margin-left: 5px;
		margin-top:10px;
		text-align:left;
	
	}
	
.adminlogintext 
	{
		width: 180px;
		margin-bottom: 4px;
		
	}
	
.adminloginlabel
	{
		width: 200px;
		padding-bottom: 4px;
	}
.adminloginbutton
	{
		float:right;
		clear:both;
		margin-right: 10px;
		margin-top: 4px;
	}
	
	
.ACstatuslabel
	{
		float:left;
		padding-right:8px;
		padding-top:4px;
	}
	
.ACtextbox
	{
		float:left;
		padding-right:8px;
	}
	
.ACbutton
	{
		float:left;
	}
	
	
	
#divMainWrapper
	{
		background-color:  #2200ee;
		width: 475px;
		height: 400px;
		
	}
	
#divChatWrapper
	{
		width: 340px;
		text-align: left;
		background-color:  #2200ee;
		float: left;
	}
	
#divConversation, #divofflinechatform
	{
		background-color: #ffffff;
		border: solid 1px #000000;
		height: 300px;
		padding: 5px 5px 5px;
		margin-bottom: 5px;
		margin-top: 5px;
		overflow: auto;
		font-family: Tahoma;
		font-size: 10pt; 
		
	}

#divofflinechatform
	{
		
		background-color: #ffffff;
		border: solid 1px #000000;
		height: 350px;
		padding: 5px 5px 5px 10px;
		margin-bottom: 5px;
		margin-top: 5px;
		overflow: auto;
		font-family: Tahoma;
		font-size: 9pt; 
	}
	
textarea
	{
		font-family: Tahoma;
		font-size: 9pt;
	}


	
#divReply
	{
		background-color: #ffffff;
		border: solid 1px #000000;
		padding: 5px 5px 5px;
		height: 60px;
	}
	
	
body
{
	font-family: Tahoma;
	font-size: 9pt;
	border: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.chatbutton
	{
		float: right;
		top: 10px;
		margin-top: 0px;
	}
	
.replybox
	{
		float:left;
		width: 82%;
		min-height: 52px;
	}
	
#chatimg
	{
		float:right;
		padding-top: 6px;
		padding-right: 5px;
	}