@charset "utf-8";
/* CSS Document */
#statusImage { /*Typing status image position*/
position:absolute; 
top:250px;
left:200px;
}
#floatDiv { /* main window */ 
	display: block;
	position: absolute;
	left:60%;
	top:40%;
}

#ChatDiv {
	display: none;
	width: 320px;
	height: 290px;
	border: 0px solid #cccccc;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-left: 12px; 
	padding-right: 10px;
	z-index: 1;
	background-image: url(chatdiv_bg.gif);
	background-repeat: no-repeat;
}

.ConvWin { /* text box where the messages appear*/ 
	width: 317px;
	height: 175px;
	border: none;
	padding: 3px;
	margin-top: 20px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
}

.MessageWin { /* text box to type the message */ 
	width: 314px;
	height: 40px;
	border: 1px solid #00adef;
	margin-top: -2px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

.MessageWin:focus {
	border: 1px solid #3e3e3e;	
}

.sendButton { /* send/visit url buttons */ 
	height: 35px;
	width: 64px;
	border: none;
	margin-top:5px;
	margin-left:-8px;
	background-color: transparent;
}


.openButton { /* send/visit url buttons */ 
	height: 35px;
	width: 66px;
	border: none;
	margin-top:5px;
	margin-left:-8px;
	background-color: transparent;
}
#conversationDIV {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top:-5px;
	font-weight:bold;
	float:right;
}

#closeBTN a { /* close button */
	position: absolute;
	height: 16px;
	width: 16px;
	right: 16px;
	top: 10px; 
	float: right;
	display: block;
	background-image: url(btnClose.gif);
	background-repeat: no-repeat;
	
}

#closeBTN a:hover { /* close button */
	background-position: 0 -16px;
}

#minBTN a { /* minimize button */
	position: absolute;
	height: 16px;
	width: 16px;
	right: 38px;
	top: 10px; 
	float: right;
	display: block;
	background-image: url(btnMin.gif);
	background-repeat: no-repeat;
}

#minBTN a:hover { /* minimize button */
	background-position: 0 -16px;
}

#maxBTN a { /* close button */
	position: absolute;
	height: 16px;
	width: 16px;
	right: 6px;
	top: 6px; 
	float: right;
	display: block;
	background-image: url(btnMax.gif);
	background-repeat: no-repeat;

}

#maxBTN a:hover { /* close button */
	background-position: 0 -16px;
}

.statusDIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

#minDiv {
	display: none;
	position: absolute;
	float: right;
	padding: 5px;
	width: 162px;
	height: 22px;
	left: 160px;
	top: 320px;
	color: #000000;
	background-image: url(minDiv_bg.gif);
	background-repeat: no-repeat;
}

#dhtmltooltip {
	position: absolute;
	width: 79px;
	border: 1px solid black;
	padding: 3px;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	visibility: hidden;
	z-index: 100;
}