﻿body 
{
	margin:0px;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	background-color:#f0f2f7;
}

#Welcome
    {
		font-weight: bold;
		color: gray;
		font-size: 11px;
		width: 500px;
    }
    .formField
    {
		font-weight: bold;
		font-family:Arial; 
		font-size:11px;
    }
	#chat
	{
		height: 250px;
		width: 480px;
		overflow: auto;
		padding: 2px;
		border-style:solid;
		border-width:1px;
		border-color:#a5b6de;
		text-align:left;
		background-color:#ffffff;
	}
	 .chatNameOperator 
	{ 
		
		text-align:left; 
		color:Blue; 
		font-weight:bold; 
		text-decoration:none; 
		font-family:Arial;
		font-size:11px;	
	}
	
     
     .chatmessages
     {
     	
     	text-align:left; 
		color:#000000; 
		text-decoration:none;
		font-size:12px;	
		width:auto;
		padding-left:2px;
		padding-bottom:5px;
		
     }
     
     .chatusername
     {
     	
   	 font-weight:bold;
     vertical-align:text-top;
     }
     
     .clear
     {
     	line-height:0px;
     	height:0px;
     	font-size:0px;
     	clear:both;
     }
     
     .bottom
	{
		
		width: 480px;
		overflow: auto;
		padding: 2px;
		border-style:solid;
		border-width:1px;
		border-color:#a5b6de;
		text-align:left;
	}
	
	#typingNotification
	{
		
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	color:Green;
	text-align:left;
	}
.message
{
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:Green;
}

.SendButton { 
	background-color: #546276; cursor:pointer; color: #ffffff; border-left: solid 1px #3e5684; border-top: solid 1px #3e5684; border-right: solid 1px #3e5684; border-bottom: solid 1px #3e5684;  width:59px; font-weight: bold; font-size: 13px; font-family:Arial;
	}
	
	
	.opdisconnected
	{
  font-family :Arial;
	font-size:11px;
	text-decoration:none;
	color:Red;
	}
	
	.inputbox {
border: 1px solid #BBBBBB;
}
	
	
	.guestpanellink
	{
		 font-family:Arial;
		 font-size:10px;
		 color:#000000;
		 text-decoration:none;	 
	}
	
	.guestpanellink a
	{
		 font-family:Arial;
		 font-size:10px;
		 color:blue;
		 text-decoration:none;	 
	}
	
	.guestpanellink a:hover
	{
		 font-family:Arial;
		 font-size:10px;
		 color:blue;
		 text-decoration:underline;	 
	}
	.guestpanellink td
	{
		border-bottom:solid 1px silver;
		padding:2px 0 2px 0;
	}
	
	.Noborder td
	{
		 border-style:none;
		padding:1px 0 1px 0;
	}
	
	
	.Button { 
	background-color: #546276; cursor:pointer; color: #ffffff; border-left: solid 1px #3e5684; border-top: solid 1px #3e5684; border-right: solid 1px #3e5684; border-bottom: solid 1px #3e5684;   font-size: 11px; font-family:Arial;
	}
	
	.ChatPanelBackGround
	{
		
		
		background-color:#eff2f7;
	}
	
	.LoagAccessGrid
	{
		background-color:#ffffff;
	}

	.LoagAccessGrid td
	{
		
		text-align:left;
		padding:3px;
		border-bottom:solid 1px silver;
		font-size:11px;
	}
	
	
	.LogAccessDiv
	{
		height:504px; 
		width:99%; 
		border:solid 1px #a5b6de;
		overflow-y:auto;
		overflow-x:hidden;
		background-color:#ffffff;
	}
	
	.LoagAccessInnerGrid
	{
		background-color:#ffffff;
	}

	.LoagAccessInnerGrid td
	{
		
		padding:3px;
		border-style:none;
		
	}
	
	.GuestInfoList
	{
		border:solid 1px #a5b6de;
		width:200px; 
	    background-color:#ffffff;
	}
	
	.ChatPanelBanner
	{
		background-image:url(../images/Banner_chat_top_repeater.jpg);
		background-repeat:repeat-x;
	}
	
	.ChatWindowRepeater
	{
		background-image:url(../images/chat_banner_repeater.jpg); 
		background-repeat:repeat-x;
		width:100%;
	}
	
	.ChatWindowBanner
	{
		background-image:url(../Images/chat_banner.jpg);
		width:490px;
		height:53px;
		text-align:left;
		vertical-align:middle;
		padding:15px 4px 0px 6px;
		font-family:Arial;
		font-size:16px;
		color:#424343;
		font-weight:bold;
	}
