@charset "utf-8";
/* CSS Document */

body, form, p, h1, h2 {
  margin: 0;
  padding: 0;
}
body {
  font-family: Verdana, sans-serif;
  font-size:0.8em;
  margin: 0;
  padding: 10px;
}
h2 {
  font-size: 1.5em;
  font-style: italic;
  line-height: normal;
}
img {
  border: 0;
}
a {
  color:black;
  text-decoration:none;
}

/**
 * Options
 */
select, option {
  font-family: Verdana, sans-serif;
  color: #000;
}

#vehicle, #controller, #mount, #ambientlight {
  width:140px;
}

#hotfootLeftContainer, #hotfootRightContainer {
  display:none;
}

.optionContainer {
  text-align:left;
  margin:2px;
  padding-bottom:5px;
}

.optionContainer-title {
  background-color:#fff;
  width:158px;
  font-size:0.9em;
  font-weight:bold
}

.optionContainer-wrapper {
  display:none;
  padding:5px;
}

.option-title {
  font-size: 0.9em;
  font-weight: bold;
}

.option-field {
  padding-bottom: 5px;
  font-size: 0.9em;
}


/**
 * Results
 */
.headContainer {
  width:420px;
  height:15px;
  padding:2px;
  border-bottom:thin solid black;
}
.headRow1 {
  float:left;
  width:60px;
  margin-right:10px;
  font-weight:bold;
}
.headRow2 {
  float:left;
  width:210px;
  margin-right:10px;
  font-weight:bold;
}
.headRow3 {
  float:left;
  width:40px;
  margin-right:10px;
  font-weight:bold;
}
.headRow4 {
  float:left;
  width:65px;
  font-weight:bold;
}
.dataContainer-even {
  width:420px;
  height:15px;
  padding:2px;
}
.dataContainer-odd {
  width:420px;
  height:15px;
  padding:2px;
  background-color:#e8eaac;
}
.dataContainer-green {
  width:420px;
  height:15px;
  padding:2px;
  background-color:#99d267;
}
.dataRow1 {
  float:left;
  width:60px;
  height:15px;  
  margin-right:10px;
  overflow:hidden;
}
.dataContainer-green .dataRow1 {
  float:left;
  width:0px;
  height:15px;  
  overflow:hidden;
  display:none;  
}
.dataRow2 {
  float:left;
  width:210px;
  height:15px;  
  margin-right:10px;
  overflow:hidden;
}
.dataContainer-green .dataRow2 {
  float:left;
  width:280px;
  height:15px;  
  margin-right:10px;
  overflow:hidden;
}
.dataRow3 {
  float:left;
  width:40px;
  height:15px;  
  margin-right:10px;
  overflow:hidden;  
}
.dataRow4 {
  float:left;
  width:65px;
  height:15px;  
  overflow:hidden;  
}
.totalContainer {
  width:420px;
  height:15px;
  padding:2px;
  border-top:thin solid black;
}
.totalRow1 {
  float:left;
  width:60px;
  margin-right:10px;
  font-weight:bold;
}
.totalRow2 {
  float:left;
  width:210px;
  margin-right:10px;
  font-weight:bold;
}
.totalRow3 {
  float:left;
  width:40px;
  margin-right:10px;
  font-weight:bold;
}
.totalRow4 {
  float:left;
  width:65px;
  font-weight:bold;
}


/**
 * Error message box for the login page.
 */
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  color: red;
}