table.tableBubble {
	margin: 0px;
	padding: 0px;
}
table.tableInfo {
	margin: 0px;
	padding: 0px;
}

table.tableBubble tbody tr td.topleft { background-position:bottom right; background-repeat:no-repeat;background-image: url(../imgs/bubbles/bubble-1.png);height:15px;;padding-left:18px;}
table.tableBubble tbody tr td.top { background-position:bottom; background-repeat:repeat-x;background-image: url(../imgs/bubbles/bubble-2.png);height:15px;}
table.tableBubble tbody tr td.topright { background-position:bottom left; background-repeat:no-repeat; background-image: url(../imgs/bubbles/bubble-3.png);height:15px;}
table.tableBubble tbody tr td.left {background-position:right; background-repeat:repeat-y;background-image: url(../imgs/bubbles/bubble-4.png);}
table.tableBubble tbody tr td.right { background-repeat:repeat-y;background-image: url(../imgs/bubbles/bubble-5.png);padding:0px;}
table.tableBubble tbody tr td.bottomleft { background-position:top right; background-repeat:no-repeat; background-image: url(../imgs/bubbles/bubble-6.png);}
table.tableBubble tbody tr td.bottom{ background-position:top; background-repeat:repeat-x;background-image: url(../imgs/bubbles/bubble-7.png);text-align:center;height: 15px;}
table.tableBubble tbody tr td.bottomright { background-position:top left; background-repeat:no-repeat; background-image: url(../imgs/bubbles/bubble-8.png);padding-right:18px;}
table.tableBubble tbody tr td.top img { display: none; margin: 0 auto;}
table.tableBubble tbody tr td.left img { display: none; margin: 0 auto;}
table.tableBubble tbody tr td.right img { display: none; margin: 0 auto;}
table.tableBubble tbody tr td.bottom img { display: none; margin: 0 auto;}

table.tableInfo{
	border-collapse: collapse;
	background-color:#ffffff;
}

table.tableInfo tbody tr td{
	text-align: left;
	padding: 2px;
}

.bubbleArrow{
	background:none;
	border:none;
	padding:0px;
}

table.tableInfo tbody tr td img{
	padding:0px;
}