
/* Bubble pop-up */
.bubbleInfo {
	position: relative;
	top: 0px;
	left: 0px;
}

.bubbleInfo div
{
	margin:0px;
	padding:0px;
}

.bubbleInfo table
{
	margin:0px;
	padding:0px;
}

.bubbleInfo td
{
	margin:0px;
	padding:0px;
}

.BubblePopup {
	z-index: 50;
	border-collapse: collapse;
}

.BubblePopup td.BubbleTopLeftCorner {
	height: 15px;
	width: 19px;
	background-image: url(images/coda/bubble-1.png);
}

.BubblePopup td.BubbleTopRightCorner {
	height: 15px;
	width: 19px;
	background-image: url(images/coda/bubble-3.png);
}

.BubblePopup td.BubbleTop {}
.BubblePopup div.BubbleTopDiv { background-image: url(images/coda/bubble-2.png); height:15px;}
.BubblePopup td.BubbleLeft { }
.BubblePopup div.BubbleLeftDiv { background-image: url(images/coda/bubble-4.png); width:19px; overflow:hidden;}
.BubblePopup td.BubbleRight {}
.BubblePopup div.BubbleRightDiv { background-image: url(images/coda/bubble-5.png);  width:19px;overflow:hidden;}
.BubblePopup td.BubbleBottom { text-align: center;}
.BubblePopup div.BubbleBottomDiv { background-image: url(images/coda/bubble-7.png); text-align: center;}
.BubblePopup td.BubbleBottom img { display: block; margin: 0 auto; }

.BubblePopup td.BubbleBottomLeftCorner 
{
	height: 15px;
	width: 19px;
	background-image: url(images/coda/bubble-6.png); 
}
.BubblePopup td.BubbleBottomRightCorner 
{
	height: 15px;
	width: 19px;
	background-image: url(images/coda/bubble-8.png); 
}

.BubblePopup table.BubblePopupContents
{
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}
.BubbleTrigger
{
	cursor:pointer;
}

/*Full-View COda Bubble */

.FullView_bubbleInfo {
	position: relative;
	top: 0px;
	left: 0px;
}

.FullView_bubbleInfo div
{
	margin:0px;
	padding:0px;
}

.FullView_bubbleInfo table
{
	margin:0px;
	padding:0px;
}

.FullView_bubbleInfo td
{
	margin:0px;
	padding:0px;
}
