 #grid {
   width: 275px;
   height: 200px;
 }
 
 html, body, #map {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
 }
 .dojoxGridCell {
    text-align: right;
 }
 
body {
	background-color:#FFF;
	overflow:hidden;
	font-family: 'Trebuchet MS';
	padding:0;
}

#search {
	display: none;
	/*position: absolute;*/
	z-index: 3;
	/*top: 25px;*/
	/*left: 80px;*/
}

.spotlight {
	z-index:-1;
	position:absolute;
	left:50%;
	top:50%;
	border-radius:50%;
	opacity:0;
	box-shadow:
	inset rgba(0,0,0,0.25) 0px 0px 20px 20px,
	rgba(0,0,0,0.25) 0px 0px 0px 1000px;
	transition:all 1000ms;
	-moz-transition:all 1000ms;
	-webkit-transition:all 1000ms;
}
.spotlight-active {
	z-index:2;
	opacity:1;
}

.btn-default {
    color:#333;
    background-color:#fff;
    border-color:#ccc;
}

.loadingOverlay {
    background:  #fff url('/Images/LoadingAnimation.gif') no-repeat 15px 15px;
    position: absolute;
    z-index: 1001;
    display: none;
}
 
.pageOverlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
 
.loadingMessage {
    padding: 20px 55px;
    color: #000;
}
