@charset "utf-8";
/* CSS Document */

#statusImage{/*Typing status image position*/
position:absolute;
top:250px;
left:200px; 
}
#floatDiv { /* main window */ 
	display: block;
	position: absolute;
	z-index:10000;
}

#ChatDiv {
	display: none;
	width: 320px;
	height: 290px;
	border: 0px solid #cccccc;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 10px; 
	padding-right: 8px;
	z-index: 1;
	background-image: url(http://www.dealereprocesschat.com/images/chatDiv_bg.gif);
	background-repeat: no-repeat;
}

.ConvWin { /* text box where the messages appear*/ 
	width: 308px;
	height: 168px;
	border: 1px solid #747474;
	padding: 3px;
	margin-top: 10px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.MessageWin { /* text box to type the message */ 
	width: 308px;
	height: 30px;
	border: 1px solid #747474;
	padding: 3px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

.MessageWin:focus {
	border: 1px solid #B1B40;	
}

.chatButton { /* send buttons */ 
	height: 45px;
	width: 50px;
	border: 0px;
	padding-top: 12px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: transparent;
}

.urlbutton { /* visit url buttons */ 
	height: 45px;
	width: 63px;
	border: 0px;
	padding-top: 12px;
	padding-left: 5px;
	padding-right: 0px;
	background-color: transparent;
}

.conversationDIV {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#closeBTN a { /* close button */
	position: absolute;
	height: 16px;
	width: 16px;
	right: 16px;
	top: 10px; 
	float: right;
	display: block;
	background-image: url(http://www.dealereprocesschat.com/images/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(http://www.dealereprocesschat.com/images/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(http://www.dealereprocesschat.com/images/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;
}

h1{ /* view complete conversation text */
	height: 13px;
	overflow: hidden; 
	font-size: 11px;
	float: right;
}
 
h1 a{ /* view complete conversation text */
	display: block;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	text-decoration: none;
} 

#minDiv {
	display: none;
	position: absolute;
	float: right;
	padding: 5px;
	width: 162px;
	height: 22px;
	left: 160px;
	top: 320px;
	color: #000000;
	background-image: url(http://www.dealereprocesschat.com/images/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;
}