﻿/* Disable View this location in Bird's eye view balloon popup */
#MSVE_obliqueNotification {visibility: hidden;} 


/* tab styles */
#pagewidth { width: 250px; margin: 0 auto 0 auto; border-width: 1px; border-color: Black; border-style: none;}

.navigation { margin: 0px; color: #FFFFFF; float: left; padding: 1px;}
.tabwrapper { margin: 0px; color: #FFFFFF; border-bottom: solid 1px gray; float: left; padding: 0px; width: 300px;}
.navigation li { margin: 0px; display: inline; padding: 0 5px 0 5px; float: left;}
.notlasttab { border-right:solid 1px gray;}
.lasttab {}
a { text-decoration: none; color: #db1d2e; }

.tabon, .taboff { padding: 5px; text-align: left; height: 200px; width:200px;}
.taboff { display: none;}

.tabcontainers {border: none 1px black; position: relative;}


.tabheadon { font-weight: bold; background: white;}
.tabheadoff { font-weight: normal; background: white;}

.tabheadoff a {color: Gray;}

/* Map Infobox style :
-------------------------------------------------------------------------*/
.infoBox {
    position: relative;
    z-index: 9;
	font-size: 14px;
	left: 50px;
	top: -330px;
	height: 16px;
	width: 300px;
	padding: 5px;
	background-color: #4C7D7E;
	color: #FFF;
	opacity: .7;
	filter: Alpha(Opacity=70);
	visibility: hidden;
}

/* map Infobox style ^
-------------------------------------------------------------------------*/


/* directions-details :
-------------------------------------------------------------------------*/
div.directions-details {
    background-color: #e5e6e7;
    margin-bottom: 5px;
	border: solid 1px #a9bfd9;
	padding: 10px;
}
    
div.directions-details h3 {
    float: none;
    margin-bottom: 4px;
}

div.directions-details h4 {
    margin-bottom: 4px;
    font-weight: normal;
}

div.directions-details p {
    margin-bottom: 4px;
}

div.directions-details table {
      margin-top: 10px;
      margin-bottom: 10px;
}

div.directions-details tr {
     vertical-align: top;
}

div.directions-details td {
     padding: 4px;
}

/* directions-details ^
-------------------------------------------------------------------------*/