#printcontent {
	font-size: 12px;
	font-family: 'segoe ui','helvetica neue', arial, helvetica, sans-serif;
	padding: 8px;
}

.chatprinthr {
	margin-bottom: 6px;
	height: 1px;
	border: none;
	color: #cfcfcf;
	background-color: #cfcfcf;
}

.chathistorymessage {
	font-size: 12px;
	color: #3c3e43;
	padding: 6px 0;
	word-break: break-word;
}

.chathistorytimestamp {
	display: inline;
	color: #676767;
	padding-right: 5px;
}

.chathistoryred {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #ff3232;
}

.chathistoryblue {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #0080ff;
}

.chathistorygreen {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #278d38;
}

.cannedcategorynew {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url('%themepath%images/icon_newfolder_faded.gif') no-repeat;
	cursor: pointer;
}

.cannedcategorynew:hover {
	background-image: url('%themepath%images/icon_newfolder.gif');
}

.cannedresponsenew {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url('%themepath%images/icon_newchatballoon_dotted_faded.png') no-repeat;
	cursor: pointer;
}

.cannedresponsenew:hover {
	background-image: url('%themepath%images/icon_newchatballoon_dotted.png');
}

.cannedresponsesearch {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url('%themepath%images/icon_searchchatballoon_dotted_faded.png') no-repeat;
	cursor: pointer;
}

.cannedresponsesearch:hover {
	background-image: url('%themepath%images/icon_searchchatballoon_dotted.png');
}