#bubble {
	margin: 25px; 
	width: 276; 
	height: 235px;
}
.activetab {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/w2gi/images/bubble/popoversmall/active.png",sizingMethod="crop");
	background-image: url(/w2gi/images/bubble/popoversmall/active.png);
	z-index: 101;
}
.nonactivetab {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/w2gi/images/bubble/popoversmall/nonactive.png",sizingMethod="crop");
	background-image: url(/w2gi/images/bubble/popoversmall/nonactive.png);
}
.tab1 {
	z-index: 101; 
	width: 89px; 
	height: 23px; 
	position: absolute; 
	left: 6px; 
	top: 0px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
}
.tab1label {
	z-index:102; 
	width: 89px; 
	height: 23px; 
	position: absolute; 
	left: 6px; 
	top: 0px; 
	padding-top: 4px; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	cursor: pointer;
	color: #000000;
}
.tab2 {
	width: 89px; 
	height: 23px; 
	position: absolute; 
	left: 96px; 
	top: 0px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
	z-index:101;
}
.tab2label {
	z-index:102; 
	width: 89px; 
	height: 23px; 
	position: absolute; 
	left: 94px; 
	top: 0px; 
	padding-top: 4px; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center; 
	cursor: pointer;
	color: #000000;
}
.tab3 {
        width: 89px; 
        height: 23px; 
        position: absolute; 
        left: 181px; 
        top: 0px; 
        border-style: none; 
        padding: 0px; 
        margin: 0px;
        z-index:101;
}
.tab3label {
        z-index:102; 
        width: 89px; 
        height: 23px; 
        position: absolute; 
        left: 181px; 
        top: 0px; 
        padding-top: 4px; 
        font-size: 12px; 
        font-weight: bold; 
        font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif; 
        text-align: center; 
        background-color: transparent; 
        cursor: pointer;
}
.bubble_close {
	background: #FFFFFF url(/w2gi/images/bubble/popoversmall/popover-close.gif) no-repeat;
	width: 12px; 
	height: 10px; 
	position: absolute; 
	left: 250px; 
	top: 30px; 
	z-index: 101; 
	border-style: none; 
	padding: 0px; 
	margin: 0px; 
	cursor: pointer;
}
.mainbubble {
	width: 276px; 
	height: 229px; 
	position: absolute; 
	left: 0px; 
	top: 17px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
	display: inline-block;
}
.mainbubblecontent {
	width: 235px; 
	height: 165px; 
	position: relative; 
	left: 20px; 
	top: 35px;
}
.mainbubblelocationname {
	font-size:14px;
	font-weight:bold;
	margin-bottom:0.1em;
	padding-right:5px;
}
.mainbubbletabcontent {
	margin-top: 0.2em; 
	position: relative; 
	width: 230px; 
	height: 200px; 
	overflow: hidden;
}
.tab_content {
	color: #000000; 
	font-size:12px;
}
.activetabcontent {
	display: show;
	z-index: 1001;
}
.nonactivetabcontent {
	display: none;
}

