/* background color/image for the chat window body */
body {
	background: #efedd4 url(http://www.wineberserkers.com/images/aawgchatbanner.jpg) no-repeat top left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	font-family: tahoma,verdana;
	font-size:11px;
	color:Black;
	font-weight:bolder;
}
table 
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: tahoma,verdana;
	font-size:11px;
	color:Black;
	font-weight:bolder;
}

/* dropdown list style */
.dropdownstyle
{
	font-family: tahoma,verdana;
	font-size:11px;
	color:Black;
	font-weight:bolder;
	width:260px;
}

/* text box style */
.textboxstyle
{
	font-family: tahoma,verdana;
	font-size:11px;
	color:Black;
	font-weight:bolder;
}

/* label style */
.labelstyle
{
	font-family: tahoma,verdana;
	font-size:11px;
	color:Black;
	font-weight:bolder;
}

/* chat transcript window style */
.text_Window 
{
	background:#ffffff;
	margin: 0em; /*0em 0em 0.02em 0em;*/
	padding: 0em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px groove #286EA7;
	color: #003052;
	width: 350px;
	height: 100%;
}

/* text area for message input style */
.text_Input {
	margin: 0em 0em 0em 0em;
	padding: 0em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px groove #286EA7;
	color: #003052;
	width: 350px;
	height: 52px;
}

/* operator image on the right */
.banner 
{
	display: block;
	margin: 0em 0em 0em 0em;
	background: url(http://www.wineberserkers.com/images/waitingroom.jpg);
	width: 85px;
	height: 180px;
}

/* logo image top-left */
.logo {
	float: left;
	width: 141px;
	height: 21px;
}

/* print transcript button */
.print {
	float: left;
	background: url(https://www.livehelpnow.net/chatwindow/print_btn.gif);
	width: 51px;
	height: 22px;
	margin-top:4px;
}

/* email transcript button */
.email {
	float: right;
	background: url(https://www.livehelpnow.net/chatwindow/email_btn.gif);
	width: 51px;
	height: 22px;
	margin-top:4px;
}

/* close-disconnect button */
.close {
	float: right;
	background: url(https://www.livehelpnow.net/chatwindow/close_window_btn.gif);
	width: 91px;
	height: 22px;
	margin-top:4px;
}

/* send message button */
.send 
{
	display: block;
	background: url(https://www.livehelpnow.net/chatwindow/send_btn.gif);
	width: 61px;
	height: 22px;
}
/* start chat button */
.startchat 
{
	display: block;
	background: url(https://www.livehelpnow.net/chatwindow/start_chat_btn.gif);
	width: 91px;
	height: 22px;
}

/* warning message style (displayed when information is entered incorrectly. i.e. email is invalid) */
.warningmessage
{
	font-family: Tahoma,verdana;
	font-size:11px;
	font-weight:bolder;
	color:Red;
}

/* this div is displayed when user clicks "Email Transcript" button */
.popupem
{ 
	font-size: 13px;
	font-family:tahoma;
	POSITION: absolute; 
	display:none;
	BACKGROUND-COLOR: #f0f0c8; 
	LAYER-BACKGROUND-COLOR: #f0f0c8; 
	width: 350; 
	BORDER-LEFT: 1px solid black; 
	BORDER-TOP: 1px solid black; 
	BORDER-BOTTOM: 3px solid black; 
	BORDER-RIGHT: 3px solid black; 
	PADDING: 3px; 
	z-index: 10 
}

/* Billboard box style */
.billboardbox 
{
	background: #efedd4;
	BORDER-RIGHT: #cccccc 1px inset; 
	BORDER-TOP: #cccccc 1px outset; 
	MARGIN: 0px; 
	BORDER-LEFT: #cccccc 1px outset; 
	BORDER-BOTTOM: #cccccc 1px;
	padding-left: 0px;	
	padding-top:0px;
	width: 100%;
	height:100%;
	vertical-align:top;
	margin-bottom:10px;
	margin-top:3px;
}

/* Billboard content style */
.billboardcontent{
	width: 100%;
	height:100%;
	display:block;
	font-weight:normal;
	padding-left:0px;
	vertical-align:top;
	margin:0px;
}

/* Billboard content font style */
.billboardfont {
	border:none;
	font-size:11px;
	font-family: tahoma;
	background:none;
}

