.transparentoid {
    background: #FFFFFF; /* solid color */
    background: rgba(255,255,255,0.75); /* transparent color */
    border-style:solid; 
    border-width:1px; 
    border-color: rgb(136, 136, 136); 
    white-space:nowrap; 
    padding:5px;
}

.MSIE .transparentoid {
    background: transparent;
    zoom:1; /* required for the filters */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFFFFFFF, endColorstr=#BFFFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFFFFFFF, endColorstr=#BFFFFFFF); /* IE5.5-7 */
    border-style:solid; 
    border-width:1px; 
    border-color: rgb(136, 136, 136); 
    white-space:nowrap; 
    padding:5px;    
}

/*div.mapfeaturesnavmenu
{
    position:absolute; 
    top:0px; 
    left:240px; 
    height:29px; 
    background-color:#FAF5F7; 
    z-index:1000;
}*/

/*div.mapfeaturesmenulink
{
    float:left;
    width: 14px;    
}*/

/*div.mapfeaturesecapushpin
{
    float:left;
    padding-left: 5px;
}

img.mapfeaturesimagelink
{
    border:none;
}

div.mapfeaturesmenulinktext
{
    float: left;
    padding-top: 7px;
}

div.mapcontrolouterdiv
{
    position:relative; 
    text-align:left; 
    display:table;
}

div.mapfeaturesddmenu
{	
    margin: 0;
	float: left;
    font: 14px arial;
    z-index: 30;
}

div.mapfeaturesddmenu a
{	
    display: block;
	background: #FAF5F7;
	color: #5077bb;
	text-decoration: none
}

div.MapFeatureOuterMenu
{
	float: left;
}

div.MapFeaturesInnerMenuItem
{	
    display: block;
	padding: 4px 0 4px 5px;
	background: #FAF5F7;
	color: #5077bb;
}

div.MapFeatureInnerMenu
{	
    position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background:#FAF5F7;
	width: 150px;
}*/

div.PushpinInfoBox
{
    background-color: white;
    border: 1px solid #888888;
    white-space:nowrap;
    padding:5px;    
}

div.PushpinInfoBoxArrow
{
    margin-top:-1px;
    padding-left:10px;    
}

div.MapClearFloat
{
    clear: both;
}

/* start styles required to disabled automatic mode in bing maps */
.NavBar_checkControl
{
    display:none;
}

.NavBar_checkControls > .NavBar_checkControl:first-child
{
    display:inherit;
}

.NavBar_itemContainer_auto
{
    display:none;
}

.NavBar_typeContent
{
    text-align:left;
}
/* end styles required to disabled automatic mode in bing maps */

/*img.FeaturesMenuImage
{
    padding-right: 5px;
}*/