/*******************************************************
* Project	:	Chatbot
* File		:	chatInterface.css
* Date		:	September 12, 2006
*******************************************************/

.chatbotHeading {
	font-family: Trebuchet, Arial, Verdana, Helvetica, "Sans Serif";
	font-size: 12pt;
	font-weight: bold;
	color: #CC0000;
}

.humanHeading {
	font-family: Trebuchet, Arial, Verdana, Helvetica, "Sans Serif";
	font-size: 12pt;
	font-weight: bold;
	color: #0000CC;
}

.chatbotText {
	font-family: Trebuchet, Arial, Verdana, Helvetica, "Sans Serif";
	font-size: 12pt;
}

.humanText {
	font-family: Trebuchet, Arial, Verdana, Helvetica, "Sans Serif";
	font-size: 12pt;
}

#conversationBox {
	background: #F6F6F6;
	border: 1px solid #222222;
	overflow: scroll;
	height: 500px;
}

.descriptionText{
	font-family: Trebuchet, Arial, Verdana, Helvetica, "Sans Serif";
	font-size: 10pt;
}

