/* 
    Document   : machine_route
    Created on : 01-nov-2009, 19:00:38
    Author     : jordi
    Description:
        Styling machine route.
*/

#svPanel {
  width: 500px;
  height: 319px;
  position: relative;
}

#status {
  position: absolute;
  top: 120px;
  left: 0px;
  width: 500px;
  text-align: center;
  font: 32pt sans-serif;
  color: #666666;
  background-color: white;
}

#instruction {
  position: absolute;
  top: 295px;
  left: 0px;
  width: 500px;
  text-align: center;
  font: 16pt sans-serif;
  color: #eeeeee;
  display: none;
}


#streetview {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 500px;
  height: 319px;
}

#progressBorder {
  position: relative;
  width: 500px;
  height: 10px;
  margin: 2px 0px 2px 0px;
  border: 1px solid #DFDDBF;
  background-color: white;
  overflow: hidden;
}

#progressBar {
  position: absolute;
  background-color: #6C9917;
  width: 498px;
  height: 8px;
  top: 1px;
  right:1px;
}

#map {
  width: 300px;
  height: 300px;
  overflow: hidden;
}

#directions {
  margin: 10px 0 10px 0;
  height: 200px;
  position: relative;
  overflow: auto;
}

.waypoint {
  position: relative;
  background-color: #F4F3EA;
  border: 1px solid #DFDDBF;
  padding: 6px;
  margin: 4px;
  font: 10pt sans-serif;
}

.letterIcon {
  width: 38px;
  height: 38px;
  background-image: none;
  background-repeat: no-repeat;
}

.waypointAddress {
  position: absolute;
  top: 17px;
  left: 40px;
}

#summary {
  padding: 4px;
  font: 10pt sans-serif;
}

.dstep {
  border-top: 1px solid #666666;
  padding: 4px;
  padding-left: 8px;
  font: 10pt sans-serif;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
  background-color: white;
}

.label {
  width: 70px;
  text-align: right;
  font: 12pt sans-serif;
  margin-right: 5px;
  display: inline;
}

.input {
  float: left;
  width: 150px;
  text-align: left;
}

.controls {
 clear: both;
 padding: 4px;
}


#buttons {
 margin-top: 5px;
 float: right;
}




