/*******************************/
/********* bubbletip ***********/
/*******************************/
.bubbletip
{
	max-width:300px;
	width:300px;
	position: absolute;
	z-index: 50;
	/*border-collapse: collapse;*/
	/*border: 1px solid #222f4b;
	margin:5px;
	background-color:#fff;*/
}
.bubbletip td.bt-topleft
{
	background: transparent url(../Images/bubbletip.png) no-repeat scroll 0px 0px;
	height: 33px;
	width: 33px;
}
.bubbletip td.bt-top
{
	background: transparent url(../Images/bubbletip-T-B.png) repeat-x scroll 0px 0px;
	height: 33px;
}
.bubbletip td.bt-topright
{
	background: transparent url(../Images/bubbletip.png) no-repeat scroll -73px 0px;
	height: 33px;
	width: 33px;
}
.bubbletip td.bt-left-tail div.bt-left, .bubbletip td.bt-left
{
	background: transparent url(../Images/bubbletip-L-R.png) repeat-y scroll 0px 0px;
	width: 33px;
}
.bubbletip td.bt-left-tail div.bt-left-tail
{
	background: transparent url(../Images/bubbletip.png) no-repeat scroll 0px -33px;
	width: 33px;
	height: 40px;
}
.bubbletip td.bt-right-tail div.bt-right, .bubbletip td.bt-right
{
	background: transparent url(../Images/bubbletip-L-R.png) repeat-y scroll -33px 0px;
	width: 33px;
}
.bubbletip td.bt-right-tail div.bt-right-tail
{
	background: transparent url(../Images/bubbletip.png) no-repeat scroll -73px -33px;
	width: 33px;
	height: 40px;
}
.bubbletip td.bt-bottomleft
{
	background: transparent url(../Images/bubbletip.png) no-repeat scroll 0px -73px;
	height: 33px;
	width: 33px;
}
.bubbletip td.bt-bottom
{
	background: transparent url(../Images/bubbletip-T-B.png) repeat-x scroll 0px -33px;
	height: 33px;
}
.bubbletip td.bt-bottomright
{
	background: transparent url(../Images/bubbletip.png) no-repeat scroll -73px -73px;
	height: 33px;
	width: 33px;
}
.bubbletip table.bt-top, .bubbletip table.bt-bottom
{
	width: 100%;
}
.bubbletip table.bt-top th
{
	width: 50%;
	background: transparent url(../Images/bubbletip-T-B.png) repeat-x scroll 0px 0px;
}
.bubbletip table.bt-bottom th
{
	width: 50%;
	background: transparent url(../Images/bubbletip-T-B.png) repeat-x scroll 0px -33px;
}
.bubbletip table.bt-top td div
{
	background: transparent url(../Images/bubbletip.png) no-repeat scroll -33px 0px;
	width: 40px;
	height: 33px;
}
.bubbletip table.bt-bottom td div
{
	background: transparent url(../Images/bubbletip.png) no-repeat scroll -33px -73px;
	width: 40px;
	height: 33px;
}
.bubbletip td.bt-content
{
	background-color: #fff;
	vertical-align: middle;
}
/*******************************/

.divPopupContent
{
	display:none;
	text-align:left;
	width:230px;
}
.popupContent
{
	max-width:240px;
	width:240px;
    font-size: 12px;
    background-color: #fff;
    color: #666;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}

.bubbletip2
{
    background-color:#fff;
	position:inherit;
	z-index: 50;
	border-collapse: collapse;
	min-width:776px;
	width:776px;
	max-width:776px;
}
.bubbletip2 td.bt-topleft
{
	background: transparent url(../Images/bubble-1.png) no-repeat;
	height: 15px;
	width: 19px;
}
.bubbletip2 td.bt-top
{
	background: transparent url(../Images/bubble-2.png) repeat-x;
	height: 15px;
}
.bubbletip2 td.bt-topright
{
	background: transparent url(../Images/bubble-3.png) no-repeat;
	height: 15px;
	width: 19px;
}
.bubbletip2 td.bt-left-tail div.bt-left, .bubbletip2 td.bt-left
{
	background: transparent url(../Images/bubble-4.png) repeat-y;
	width: 19px;
}
.bubbletip2 td.bt-right-tail div.bt-right, .bubbletip2 td.bt-right
{
	background: transparent url(../Images/bubble-5.png) repeat-y;
	width: 19px;
}
.bubbletip2 td.bt-bottomleft
{
	background: transparent url(../Images/bubble-6.png) no-repeat;
	height: 15px;
	width: 19px;
}
.bubbletip2 td.bt-bottom
{
	background: transparent url(../Images/bubble-7.png) repeat-x;
	height: 15px;
}
.bubbletip2 td.bt-bottomright
{
	background: transparent url(../Images/bubble-8.png) no-repeat;
	height: 15px;
	width: 19px;
}
.bubbletip2 table.bt-top, .bubbletip2 table.bt-bottom
{
	width: 100%;
}