﻿/*hide all other controls*/
#MSVE_navAction_leftBackground {display:none!important; visibility:hidden!important;}          
#MSVE_navAction_topBar{display:none!important; visibility:hidden!important;} 
#MSVE_navAction_compassBackground{display:none!important; visibility:hidden!important;}   
#MSVE_navAction_topBackground{display:none!important; visibility:hidden!important;}   
#MSVE_navAction_toggleGlyphWrapper{display:none!important; visibility:hidden!important;}     
/* the pan control */
#MSVE_navAction_compassWrapper 
{
	position:absolute;
	left:159px!important;
	top:20px!important;
	display:block!important;
	visibility:visible!important;
	z-index:501;
}

/*the tinyzoombar*/
#MSVE_TinyZoomBar {display:none!important; visibility:hidden!important;}
/*#MSVE_TinyZoomBar {position:absolute;left:80px!important; top:80px!important; display:block!important; visibility:visible!important;}*/
#customTinyZoombar{position:absolute;left:183px!important; top:110px!important;z-index:140;}
    
    .customInfoBox-noBeak, 
    .customInfoBox-with-rightBeak, 
    .customInfoBox-with-leftBeak 
    {
        position: absolute;               
    }

    /* Offset the body for the drop-shadow and set the body background and border just for starters (developers can change this easily) */
    .customInfoBox-body
    {
        position: relative;
        color: Black;
        top: 150px;
        left: 15px;
        padding: 0px;
        border: none;
        background-color: Transparent;
    }


    /* Apply a nice default drop-shadow after the default Bing Maps info box styles are cleared */ 
    .customInfoBox-shadow 
    {
        position: relative;        
        background-color: Transparent;
    }

    /* Sections of the info box that a developer could style if desired, but have no style when the default Bing Maps info box styles are cleared */ 
    .customInfoBox-previewArea, 
    .customInfoBox-actionsBackground 
    { 

    }

    /* Sections of the info box that should not be visible when the default Bing Maps info box styles are cleared */ 
    .customInfoBox-actions, 
    .customInfoBox-paddingHack 
    {
        display: none;
    }

    .customInfoBox-beak,
    .customInfoBox-progressAnimation
    {
        visibility: hidden;
    }   