html,body {
	padding: 0;
	margin: 0;
	height: 100%;
}

.chidden {
	height: 0;
	width: 0;
	visibility: hidden;
}

#Title {
	border: 0px solid #0052A3;
	background-color: #0052A3;
	width: 100%;
}

#map {
	position: relative;
	padding: 0;
	margin: 0;
	height: 600px;
	width: 100%;
}

#BasemapToggle {
	position: absolute;
	bottom: 40px;
	left: 20px;
	z-index: 45;
}

#imgMapDown,#imgFltDown {
	visibility: hidden;
	height: 0;
	width: 0;
}

#imgMapUp,#imgFltUp {
	height: 10px;
	width: 10px;
}

.cBBL {
	width: 50px;
	text-align: center;
	font-family: "Courier New", Courier, serif;
	font-weight: bold;
}

.divHidden {
	visibility: hidden;
	width: 0;
	height: 0;
}

#map_infowindow.simpleInfoWindow {
	border: 2px solid #455268;
	background-color: #dfe5d7;
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfff4),
		color-stop(40%, #dfe5d7), color-stop(100%, #b3bead));
}

#infoMsg {
	visibility: hidden;
	height: 0;
}

#boroNames {
	margin-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-family: arial; 
	font-size:12px; 
	font-size:14px; 
	font-weight: bold;
}

#bblContainer {
	margin-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size:14px; 
	font-weight: bold;
}

#filterContainer, #tabVarFilters {
	height: 0;
	visibility: hidden;
}

#rUTAll {
	width: 50px;
	font-size:14px; 
	font-weight: bold;
}

#rUT123 {
	width: 280px;
	font-size:14px; 
	font-weight: bold;
}

#rUTMix {
	width: 150px;
	font-size:14px; 
	font-weight: bold;
}

#tabVarFilters {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Courier New", Courier, serif;
	font-weight: bold;
}

#selunits,#selnbhds,#selstyles {
	height: 20px;
}

.selFilterVars {
	width: 100px;
	font-family: "Courier New", Courier, serif;
	font-weight: bold;
}

.selFilterStyles {
	width: 150px;
	font-family: "Courier New", Courier, serif;
	font-weight: bold;
}

.selFilterNBHD{
	width: 250px;
	font-family: "Courier New", Courier, serif;
	font-weight: bold;
}

.sectionTitle {
	padding-left: 5px;
	width: 100%;
	color: #FFFFFF;
	background-color: #4D86BF;
	font-family: "Georgia", Georgia, Times;
	font-size: .8em;
	font-weight: bold;
	text-align: left;
	border-top-style: 2px solid;
	border-color: #1963AC;
}

#listController {
	visibility: hidden;
}

#listContainer {
	width: 100%;
	height: 20em;
	font-family: "MonospaceLucida Console", Lucida Console;
	font-size: .8em;
	font-weight: bold;
}

.redRow {
	background-color: red;
}

.yellowRow {
	background-color: yellow;
}

.greenRow {
	background-color: green;
}

.blueRow {
	background-color: blue;
}

.grayRow {
	background-color: gray;
}

.hoverLabel {
	font-family: "MonospaceLucida Console", Lucida Console;
	font-size: .8em;
	font-weight: bold;
	width: 70px;
	text-align: right;
}

	//color: #000066;
	
.hoverBBL {
	font-family: "MonospaceLucida Console", Lucida Console;
	font-size: .8em;
	font-weight: bold;
	width: 100px;
	text-align: center;
}

.hoverBBLSale {
	font-family: "MonospaceLucida Console", Lucida Console;
	font-size: .9em;
	font-weight: bold;
	color: black;
	text-align: center;
}

.hoverBBLFMV {
	font-family: "MonospaceLucida Console", Lucida Console;
	font-size: .8em;
	font-weight: bold;
	width: 100px;
	color: black;
	text-align: center;
}

.hoverDate {
	font-family: "MonospaceLucida Console", Lucida Console;
	color: #0000FF;
	font-size: .8em;
	font-weight: bold;
text-align: left;
}

.hoverPrice {
	font-family: "MonospaceLucida Console", Lucida Console;
	color: #006600;
	font-size: .8em;
	text-align: left;
}

.hoverLabel2 {
	font-family: "MonospaceLucida Console", Lucida Console;
	font-size: .8em;
	font-weight: bold;
	text-align: left;
	width: 65px;
}

.hoverFMV {
	font-family: "MonospaceLucida Console", Lucida Console;
	font-size: .8em;
	font-weight: bold;
	width: 60px;
	color: #990000;
	text-align: left;
}


#tooltipDialog.simpleInfoWindow {
    border: 2px solid #455268;
    background-color: #dfe5d7; 
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); 
}

.fiterCDiv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 200;
}
.fiterCDiv:target {
  visibility: visible;
  opacity: 1;
}

#filterCDiv{
	height: 1500px;
}

.filterPopup {
  top: 100px;
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 500px;
  height: 600px;
  position: relative;
  transition: all 5s ease-in-out;
}

.filterPopup {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.filterPopup .filterClose {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.filterBox {
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

#filterController{
	width: 100%;
	height: 20px;
	color: #FFFFFF;
	background-color: #4D86BF;
	font-family: "Georgia", Georgia, Times;
	font-size: .8em;
	font-weight: bold;
	text-align: left;
	border-top-style: 2px solid;
	border-color: #1963AC;
}

#txtShowFilter{
	float: left;
	margin-top: 2px;
	width: 300px;
}

#filterClose {
  float: right;
  width: 20px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

#filterClose:hover {
  color: #06D85F;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}


@media screen and (max-width: 700px){
  .filterPopup{
    width: 70%;
  }
}


.imgHouses {
	width: 30px;
	height: 15px;
}

#NOTWORKNOTICE{
	position: absolute;
	top: 25%;
	left: 25%;
	margin-top: -50px;
	margin-left: -50px;
	width: 50%;
	height: 50%;
	font-family: "Georgia", Georgia, Times;
	font-size:14px; 
	font-weight: bold;
}

.cDownload {
	visibility: hidden;
}

/*Get rid of space out of the hover box*/
.claro .dijitTooltipConnector {
                border: 0;
                z-index: 2;
                background-image: none; 
                background-repeat: no-repeat;
                width: 16px;
                height: 14px;
                background-color: transparent;
}
.dijitTooltipBelow {
                padding-top: 0px;
                padding-left: 0px;
                padding-right: 0px;
}


#dialogCMView {
	width: 600px;
	height: 400px;
}

.tundra .dijitDialogTitleBar {
	padding: 0;
   background: #4D86BF;
}

.tundra .dijitDialog .dijitDialogPaneContent {
	padding: 0;
	border: 0;
}
#dialogCM_title {
	font-family: "Georgia", "sans-serif";
	font-size: 14px;
	color: #FFFFFF;
}
