.info-popup, #popup_box_pages,#popup_box_users,#popup_box_avgtime,#popup_box_top_bouncing_pages_tooltip,#popup_box_traffic_source_tooltip,#popup_box_bounce_rate_tooltip,#popup_box_shares_tooltip {
	display:none; /* Hide the DIV */
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6 */  
    height:200px;  
    width:600px;  
    background:#FFFFFF;  
    left: 300px;
    top: 150px;
    z-index:100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left: 15px;  
    
    /* additional features, can be omitted */
    border:1px solid black;      
    padding:15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
		    
}
		
/* This is for the positioning of the Close Link */
.info-popup-close, #popupBoxClosePages,#popupBoxCloseUsers,#popupBoxCloseAvgTime,#popupBoxCloseUserengagement,#popupBoxCloseTopPagesTooltip,#popupBoxCloseTopCountriesTooltip,#popupBoxCloseTopContenttypeTooltip,#popupBoxCloseTopMultimediaDownloadsTooltip,#popupBoxCloseTopSearchKeywordsTooltip,#popupBoxCloseTopReferringsitesTooltip,#popupBoxCloseTopBouncingPagesTooltip,#popupBoxCloseDevicesTooltip,#popupBoxCloseBrowsersTooltip,#popupBoxCloseTimespentTooltip,#popupBoxCloseBouncerateTooltip,#popupBoxCloseTopReferringurlTooltip,#popupBoxCloseTrafficsourceTooltip,#popupBoxCloseTimespentTooltip,#popupBoxCloseTopMultimediaTooltip,#popupBoxCloseTopGalleryvisitsTooltip,#popupBoxCloseAvgTimeGalleryTooltip,#popupBoxCloseGallerydownloadsTooltip,#popupBoxCloseSharesTooltip {
    font-size:20px;
    line-height:15px;  
    right:5px;  
    top:5px;  
    position:absolute;  
    color:#6fa5e2;  
    font-weight:500;
    cursor: pointer;

}

#popup_box_user_engagement,#popup_box_top_pages_tooltip,#popup_box_top_contenttype_tooltip,#popup_box_top_countries_tooltip,#popup_box_devices_tooltip,#popup_box_browsers_tooltip,#popup_box_timespent_tooltip,#popup_box_top_multimedia_downloads_tooltip,#popup_box_top_search_keywords_tooltip,#popup_box_top_referring_sites_tooltip,#popup_box_timespent_tooltip,#popup_box_top_referringurl_tooltip,#popup_box_top_multimedia_files_tooltip,#popup_box_top_gallery_visits_tooltip,#popup_box_averagetime_gallery_tooltip,#popup_box_gallery_downloads_tooltip{

	display:none; /* Hide the DIV */
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6 */  
    height:100px;  
    width:600px;  
    background:#FFFFFF;  
    left: 300px;
    top: 150px;
    z-index:100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left: 15px;  
    
    /* additional features, can be omitted */
    border:1px solid black;      
    padding:15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;


}

.info-popup{
    height:auto;
}