﻿html, form, body
{
    height: 100%;
    width: 100%;
    overflow: visible;
}

html
{
    overflow-y: scroll;
}

form
{
}

body
{
    font-family: Arial;
    font-size: 12px;
    color: #656565;
    background-image: url('../Images/background.jpg');
    background-position: left top;
    background-color: #E6EEF3;
    background-repeat: no-repeat;
}

img
{
	border: none;
    -ms-interpolation-mode: bicubic;
}

h3
{
    display: inline-block;
}

.NavbarButton
{
    background-color : #F1F7F7;
    border-top : 1px solid white;
    border-bottom : 1px solid white;
    border-right : 1px solid white;
    font-family : Arial;
    font-size : x-small;
    text-align : center;
    color : Black;
    width : 65px;
    height : 13px;
    padding : 3px;
    display : none;
}

DIV.header
{
    background-image: url('../Images/header-background.png');
    background-position: left top;
    background-repeat: repeat-x;
    
    margin: 0;
    height: 51px;
}

DIV.helpDocumentLink
{
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

DIV.culturePicker
{
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    vertical-align:middle;
}

DIV.progressIndicator
{
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

DIV#page
{
    position: relative;
    margin: 0;
    height: 100%;
}

DIV#mapContainer
{
    position: relative;
    height: 100%;
    width: 100%;
}

DIV#outdoor-map
{
    position: relative;
}

#indoor-map
{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 450px;
    width: 640px;
    margin-left: -320px;
    margin-top: -225px;
    border: solid 1px #000;
    /*visibility: hidden;*/
}

#indoor-map #map-image
{
    position: absolute;
    width: 100%;
    height: 100%;
}

#indoor-map #map-markers
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#indoor-map #map-markers .map-marker
{
    position: absolute;
    top: 0px;
    left: 0px;
}

DIV#HelpDiv
{
    position: absolute;
    z-index: 100;
    
    margin-left: 255px;
    margin-top: 65px;
    
    border: solid 1px #000;
    height: auto;
    width: 250px;
    
    background-image: url('../Images/dark-background.png');
    background-repeat: repeat;
    
    padding: 0px;
    color: #fff;
}

DIV#controlPanel
{
    position: absolute;
    z-index: 100;
    
    margin-left: 15px;
    margin-top: 65px;
    
    border: solid 1px #000;
    height: auto;
    width: 230px;
    
    background-image: url('../Images/dark-background.png');
    background-repeat: repeat;
    
    /*padding: 15px;*/
    color: #fff;
}

DIV#controlPanel SELECT
{
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 5px;
}

DIV#controlPanel INPUT.TextBoxLiveSearch
{
    width: 97%;
    margin: auto;
    display: block;
    margin-bottom: 5px;
}

DIV#controlPanel A
{
    color: #fff;
}

DIV#controlPanel H3
{
    font-weight: bold;
    font-size: 1em;
    display: inline;
    margin-right: 5px;
}

DIV.checkBoxList
{
    width: 100%;
    height: 120px;
    overflow-y: scroll;
    margin-top: 1px;
    margin-bottom: 5px;
    
    /*
    background-image: url('../Images/dark-background.png');
    background-repeat: repeat;
    */
}

DIV.checkBoxList INPUT
{
    margin-left: 3px;
    margin-top: 3px;
}

DIV.checkBoxList label
{
    color: #fff;
    margin-left: 3px;
}

DIV.checkBoxList IMG.Legend
{
    margin-left: 2px;
}



DIV.detailPanel
{
    position: absolute;
    z-index: 100;
    
    right: 0;
    
    margin-right: 15px;
    margin-top: 65px;
    
    border: solid 1px #000;
    height: auto;
    width: 240px;
    background-image: url('../Images/dark-background.png');
    background-repeat: repeat;
    
    color: #fff;
}

DIV.detailPanel H1
{
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 5px;
}

DIV.detailPanel TABLE TR TD
{
    padding: 2px;
}

DIV.detailPanel TD.label
{
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
    text-align: right;
}

DIV.detailPanel TD.value
{
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}

DIV.detailPanel A
{
    color: #fff;
}

A.jquery-lightbox
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

/* Street View */

#panorama
{
    width: 600px; 
    height: 400px;
}

#streetViewPanoramaDiv
{
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.modalBackground
{
    filter: Alpha(Opacity=60);
    -moz-opacity:0.5;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
}

.modalContainer
{
    position: absolute;
    width: 600px;
    height: 400px;
    left: 50%;
    top: 50%;
    z-index: 1002;
    padding: 0px;
    margin: 0px;
}

.modalStreetView
{
    background-color: black;
    position: relative;
    top: -240px;
    left: -320px;
    z-index: 1003;
    width: 600px;
    height: 400px;
    padding: 2px;
}

/* Video */


#modalVideoPage
{
    display: none;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.modalVideoBackground
{
    filter: Alpha(Opacity=60);
    -moz-opacity:0.5;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
    z-index: 201;
    top: 0;
    left: 0;
}
.modalVideoContainer
{
    position: absolute;
    width: 640px;
    height: 480px;
    left: 50%;
    top: 50%;
    z-index: 202;
    padding: 0px;
    margin: 0px;
}
.modalVideo
{
    display: none;
    background-color: black;
    position: relative;
    top: -240px;
    left: -320px;
    z-index: 203;
    width: 640px;
    height: 480px;
    padding: 0px;
}

#silverlightControlHost
{
    display: none;
    z-index: 205;
}

dl.accordian
{
}

dl.accordian dt
{
    cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	
	color: #fff;
	background-color: #444;
	border-top: 1px solid #656565;
	border-bottom: 1px solid #2C2C2C;
}

dl.accordian dd div.accordian-inner-panel
{
	padding: 5px;
	height: 320px;
}


dl.accordian dt.selected
{
    background-color: #333;
}

.AreaHeader
{
    cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	
	color: #fff;
	background-color: #444;
	border-top: 1px solid #656565;
	border-bottom: 1px solid #2C2C2C;
}

.autocomplete-list
{
    height: 300px;
    overflow-y: scroll;
    background-color: #fff;
    color: #000;
}

.autocomplete-list-item
{
    background-color: #fff;
}

.autocomplete-list-itemhighlighted
{
    background-color: silver;
}

DIV.clustered-marker-background
{
    border: solid 1px #000;
    background-image: url('../Images/dark-background.png');
    background-repeat: repeat;
}

DIV.clustered-marker
{
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3px;
}

DIV#LiveSearchResults
{
    width: 100%;
    height: 215px;
    /* overflow-y: scroll; */
    margin-top: 1px;
    margin-bottom: 5px;
    /*
    background-image: url('../Images/dark-background.png');
    background-repeat: repeat;
    */
    display: block;
}

DIV#LiveSearchResults DIV.LiveSearchResult
{
    margin: 3px;
    border: solid 1px #fff;
    cursor: pointer;
}

DIV#LiveSearchResults DIV.LiveSearchResult SPAN.LiveSearchResult-MarkerNumber
{
    float: left;
    padding: 5px 0px;
    width: 30px;
    text-align: center;
    background-color: Red;
    display: block;
}

DIV#LiveSearchResults DIV.LiveSearchResult SPAN.LiveSearchResult-BusinessName
{
    display: block;
    margin-left: 35px;
    font-weight: bold;
}

DIV#LiveSearchResults DIV.LiveSearchResult SPAN.LiveSearchResult-Address
{
    display: block;
    margin-left: 35px;
}

DIV#LiveSearchResults DIV.LiveSearchResult SPAN.LiveSearchResult-PhoneNumber
{
    display: block;
    margin-left: 35px;
}

DIV.livesearch-marker
{
    height: 20px;
    width: 20px;
    border: solid 1px #000;
    background-color: Silver;
    color: #000;
    font-size: 0.8em;
}


.indoor-callout
{
    /*position: absolute;*/
    border:solid 1px black;
    background-color:#EBE6DC;
    padding:3px;
    font-weight:bold;
}

.indoor-callout a
{
    color:black;
    font-weight:normal;
}


/* Disable Bird's Eye Notification */
#MSVE_obliqueNotification
{
    visibility: hidden;
}

/* This is when the Bird's Eye Button is selected */
.MSVE_Dashboard_V5 #MSVE_navAction_mapStyleCell.MSVE_ObliqueMapStyle #MSVE_navAction_ObliqueMapStyle
{
    background-color:#D7EDF4;
    font-weight:bold;
}

.MSVE_Dashboard_V5 #MSVE_navAction_ObliqueMapStyle.ms_pseudoHover
{
    background-color:#E9E9E9;
}

.MSVE_Dashboard_V5 #MSVE_navAction_Clockwise.ms_pseudoHover
{
    background-color:#E9E9E9;
}

.MSVE_Dashboard_V5 #MSVE_navAction_SaveSearch.ms_pseudoHover
{
    background-color:#E9E9E9;
}

.MSVE_Dashboard_V5 #MSVE_navAction_CounterClockwise.ms_pseudoHover
{
    background-color:#E9E9E9;
}

input.SlideWindowButton
{
   font-weight:bold;
   color:#000000;
   background-color:#888888;
   border-style:solid;
   border-color:#2C2C2C;
   border-width:1px;
}

/* Could be used for customizing InfoBox */
.ero .ero-body {
    position: relative;
    top: 0px;
    left: 0px;
    width: 500px;
    overflow: hidden;
    border: solid 1px #000;
    background: #fff;
}

#overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    /* background: url('../Images/dark-background.png') repeat 0 0; */
    display: none;
    text-align: center;
}

#overlay-panel {
    position: absolute;
    top: 50%;
    left: 44%;
    z-index: 1000;
    display: block;
    font-weight: bold;
    color: White;
    font-size: large;
    font-style: italic;
}

#overlay-box 
{
    width: 300px;
    height: 120px;
    vertical-align: middle;
    background: url('../Images/dark-background.png') repeat 0 0;   
    text-align: center;
}

.DatexLogo
{
    position: absolute;
    z-index: 200;
    left: 0;
    bottom: 0;
    margin-left: 0px;
    margin-bottom: 0px;
}

