/*
    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: IMSession-Message IMOutgoingMessage
*/
/*
NOTE: this file is currently not used.
The images need to be reviewed by a designer.
*/
.IMOutgoingMessage .myBubble .indicator {
	background:url("../../images/im/greenIndicator.png") no-repeat top left;
}

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

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

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

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

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

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

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

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

