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

		Old class names: chatItem outgoingItem
		New class names: IMChatMessage IMChatOutgoingMessage
*/
/*
NOTE: this file is currently not used.
The images need to be reviewed by a designer.
*/
.IMChatOutgoingMessage .myBubble .indicator {
	background:url("../../images/im/greenIndicator.png") no-repeat top left;
}

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

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

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

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

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

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

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

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