#maTour {
background-color:#ffffff;
height:608px;
position:relative;
width:600px;
}
#maPopup {
text-align:left;
}
.maPopup,
.maPopupPinned {
-moz-border-radius:10px;
border-radius:10px;
-moz-box-shadow:3px 3px 10px rgba(0,0,0,0.3);
-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.maPopupPinned {
-moz-border-radius-topleft:0px;
border-top-left-radius:0px;
-moz-border-radius-topright:0px;
border-top-right-radius:0px;
}
#maHotspotImage {
-moz-border-radius:10px;
border-radius:10px;
}
#maTooltip {
z-index:10000;
visibility:hidden;
position:absolute;
border:solid 1px #000000;
color:#ffffff;
background-color:#333333;
font-size:11px;
font-family:Verdana, Geneva, sans-serif;
padding:10px;
font-weight:normal;
font-style:normal;
text-decoration:none;
max-width:400px;
}
#maLayout {
text-align:left;
height:560px;
padding-top:20px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
width:600px;
}
#maAbsBlock {
overflow:hidden;
position:absolute;
}
#maTextArea {
background-color:#ffffff;
}
#maHotspotText {
background-color:#ffffff;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
}
#maMap {
background-color:#ffffff;
}
.maInstructions, maInstructionsTitle	{
font-family:Arial;
font-size:12px;
}
.maInstructions	{
padding:6px;
border:solid 1px #777;
}
.maInstructionsTitle {
font-weight:bold;
margin-bottom:4px;
}
.maZoomControl	{
z-index:4000;
position:absolute;
top:-4px;
left:-4px;
cursor:pointer;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#maMenuBackground{
height:28px;
width:600px;
}
#maTopMenu {
background-color:#e2e2e2;
height:28px;
margin:0px;
margin-bottom:0px;
overflow:hidden;
text-align:left;
width:600px;
}
#maTopMenuList {
margin:0px;
padding:0px;
}
#maTopMenuList li {
display:inline;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
font-weight:bold;
list-style-type:none;
margin:0px;
padding:0px;
}
.maTopMenu-first {
border-left:1px solid #cccccc;
}
#maTopMenuList a:link, #maTopMenuList a:visited {
background-color:#e2e2e2;
border-right:1px solid #cccccc;
color:#93772f;
float:left;
line-height:28px;
padding:0em 0.75em 0em 0.75em;
text-decoration:none;
}
#maTopMenuList a.current:link, #maTopMenuList a.current:visited {
background-color:#cccccc;
color:#000000;
}
#maTopMenuList a:hover {
background-color:#e2e2e2;
color:#800000;
}
