body {
  font-family: Arial, sans serif;
  font-size: 11px;
}
		div#map_canvas {
			display:block;
                        z-index:2;
			width:100%;
			height:100%;
		}
		div#button {
			display:block;
			background: white;
			border: black 1px solid;

			cursor: pointer;
			text-align: center;

			position:absolute;
			top:10px;
			left:100px;
		}

		div#clearRoute {
			width:100px;
			color:black;
			font-family:Arial,sans-serif;
			font-size: 12px;
			border-style: solid;
			border-width: 1px;
			border-color: white rgb(176, 176, 176) rgb(176, 176, 176) white;
		}

		div#instructions {
			font-family:Arial,sans-serif;
			font-size: 12px;

			display:block;
			background: white;
			border: black 1px solid;
			padding: 3px;
                        z-index:34;
                            filter:alpha(opacity=70);
                            -moz-opacity:0.7;
                            opacity:0.7;
			position:absolute;
			top:185px;
			left:690px;
                        width:230px;
		}


a.modeMenu:link {color: #666666; text-decoration:none;}
a.modeMenu:visited {color: #666666; text-decoration:none;}
a:hover, a.modeMenu:hover, a.panel:hover {color: red;}

.congLow {
    width:0.7em;
    background-color: green;
    padding-right: 3px;
}
.congMed {
    width:0.7em;
    background-color: orange;
    padding-right: 3px;
}
.congHigh {
    width:0.7em;
    background-color: red;
    padding-right: 3px;
}

td{vertical-align:top;}
.draggable-popup input{background-color:#ccf}
.draggable-popup{background-color:white; border:1px solid black}
