#msgBubble,
#msgBubblePop
{
	position: absolute;
	
	top: 0px;
	left: 0px;
	
	width: 310px;
	padding: 0px;
	
	z-index: 1201;
}

#msgBubbleInner,
#msgBubblePopInner
{
	position: relative;
	
	margin: 0px;
	padding: 10px;
	
	text-align: justify;
	
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	
	color: #575757;
	background-color: #F1F1F1;
	
	border: 1px solid #575757;
}

#msgBubbleArrow,
#msgBubblePopArrow
{
	position: absolute;
	
	top: -1px;
	left: 0px;
}

.hideMe {
	display: none;
}

.showMe {
	display: block;
}

tr.hideMe {
	display: none;
}

tr.showMe {
	display: table-row;
}
