/*
    Document   : ChatIncomingMessage
    Created on : Aug 18, 2009, 11:33:05 AM
    Author     : paul
    Description:
        Purpose of the stylesheet follows.

		Old class names: chatItem incomingItem
		New class names: IMChatMessage IMChatIncomingMessage
*/

/*
NOTE: this file is currently not used.
The images need to be reviewed by a designer.
*/
.IMChatIncomingMessage .myBubble .indicator {
	background:url("../../images/im/yellowIndicator.png") no-repeat top left;
}

.IMChatIncomingMessage .tableBubble .tl {
	background:url("../../images/im/yellowCurves.png") no-repeat top left;
}

.IMChatIncomingMessage .tableBubble .tr {
	background:url("../../images/im/yellowCurves.png") no-repeat top right;
}

.IMChatIncomingMessage .tableBubble .head {
	background:url("../../images/im/yellowCurves.png") no-repeat -10px 0;
}

.IMChatIncomingMessage .tableBubble .message {
	background:url("../../images/im/yellowBackground.png") repeat-y top left;
}

.IMChatIncomingMessage .tableBubble .messageRight {
	background:url("../../images/im/yellowBackground.png") repeat-y top right;
}

.IMChatIncomingMessage .tableBubble .bl {
	background:url("../../images/im/yellowCurves.png") no-repeat bottom left;
}

.IMChatIncomingMessage .tableBubble .br {
	background:url("../../images/im/yellowCurves.png") no-repeat bottom right;
}

.IMChatIncomingMessage .followUp {
	border-bottom:1px solid #FFF;
}

