/************************* BUBBLE WINDOW POPUP STYLE ******************************/
/*    
* { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; MARGIN: 0px; }
*/
/* mjf: set the padding and margin to zero as in the commented out line above, but just within the regionpopup div */
.bingpopup *{ PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; MARGIN: 0px; }
.bingpopup {
	POSITION: absolute; 
	padding:1px 2px 1px 2px;
	border:1px solid #cccccc; 
	width:125px;
	top:75px;
	left:100px;
	/*height:425px;*/
	/*overflow-y:scroll;*/
	display:none;
	background-color:#FFFFFF;
	/* new for bing popup for IWS */
	z-index:1000;
	/*filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;*/

	
}
/*.countrytrigger { POSITION: absolute; } */
/******************************** SLIDESHOW STYLES **********************/

.hidebing {
	display:none;
}

.relativediv {
	/* Since we are fetching the mouse position and positioning the popup div according to where the mouse is, no 
	   need for the relative->absolute positioning 
	position: relative;
	*/
	
	/*color:#000000;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;*/
}

.bingpopuptitle {
	font-size:11px;
	font-weight:bold;
	color:#3c3829;
}
.bingpopuptext {
	font-size:11px;
	font-style:italic;
	color:#3c3829;
}
.bingpopupclose {
	font-size:11px;
	text-decoration:underline;
	color:#7c743d;
}