html, body {
    width: 100%;
    height: 100%
    }

body {
    margin: 0px;
	padding: 0px;
    }

.input {
    background: #fff;
	height: 14px;
	color: gray;
}
.button {
    background: #fff;
	cursor:pointer;
}

#expand:hover {
	text-decoration: underline;
}

#embed:hover {
	text-decoration: underline;
}

#map_canvas {
    width: 100%;
    height: 88%;
    }

#legend {

}

#legend table {margin:0 0; line-height: 1em !important;}
#legend tr {clear:both; float:center; height:15px; margin-left:10px; width:160px; }
#legend td {float:left; height:15px; width:30px; opacity:.70; margin-top: 0px; text-align: center; font-size:95%;}
#legend .spacer-box-left {width: 15px; background-color:#ffffff; text-align: left;}
#legend .spacer-box-right {width: 15px; background-color:#ffffff; text-align: right;}
#legend .decrease-box-4 {background-color:#783f04;margin-top: 1px;}
#legend .decrease-box-3 {background-color:#b45f06;margin-top: 1px;}
#legend .decrease-box-2 {background-color:#e69138;margin-top: 1px;}
#legend .decrease-box-1 {background-color:#f6b26b;margin-top: 1px;}
#legend .increase-box-1 {background-color:#76a5af;margin-top: 1px;}
#legend .increase-box-2 {background-color:#45818e;margin-top: 1px;}
#legend .increase-box-3 {background-color:#134f5c;margin-top: 1px;}
#legend .increase-box-4 {background-color:#0c343d;margin-top: 1px;}

#legend .kids-increase-box-1 {background-color:#b4a7d6;margin-top: 1px;}
#legend .kids-increase-box-2 {background-color:#8e7cc3;margin-top: 1px;}
#legend .kids-increase-box-3 {background-color:#674ea7;margin-top: 1px;}
#legend .kids-increase-box-4 {background-color:#351c75;margin-top: 1px;}

#legend .legendtext {width:70px; opacity:1.0; margin-top: 2px; margin-left: 2px; text-align: left;}
#legend .white-box {background-color:#377EB8;margin-top: 1px;}
#legend .blackaa-box {background-color:#4DAF4A;margin-top: 1px;}
#legend .hispanic-box {background-color:#FF7F00;margin-top: 1px;}
#legend .asian-box {background-color:#984EA3;margin-top: 1px;}

#legend .under-box-2 {background-color:#E66101;}
#legend .under-box-1 {background-color:#FDB863;}
#legend .equal-box {background-color:#F7F7F7; width: 10px;}
#legend .over-box-1 {background-color:#B2ABD2;}
#legend .over-box-2 {background-color:#5E3C99;}

#legend .vacant-0-5-pct {background-color:#F2F0F7; opacity:.80;}
#legend .vacant-5-10-pct {background-color:#DADAEB; opacity:.80;}
#legend .vacant-10-15-pct {background-color:#BCBDDC; opacity:.80;}
#legend .vacant-15-20-pct {background-color:#9E9AC8; opacity:.80;}
#legend .vacant-20-25-pct {background-color:#756BB1; opacity:.80;}
#legend .vacant-25-up-pct {background-color:#54278F; opacity:.80;}

#expand {cursor:pointer; font-size:90%; border-top-width: thin; border-top-style: solid; border-top-color: #996633;}