#loading {
    top: 200 px;
    margin: 100 0 300 290;
    position: absolute;
    z-index: 1000;
    width: 128px;
    height: 128px;
    cursor: wait;    
}

#wrap {
  width:700px;
  display: none;
}

#intro {
  width:680px;
  background-color:#FFD2AE;
  margin-bottom:10px;
  padding:5px 5px 15px 15px;
  border:1px solid #d3d3d3;
  border-radius: 10px;
  background-image: linear-gradient(bottom, rgb(210,156,116) 26%, rgb(252,188,151) 63%);
  background-image: -o-linear-gradient(bottom, rgb(210,156,116) 26%, rgb(252,188,151) 63%);
  background-image: -moz-linear-gradient(bottom, rgb(210,156,116) 26%, rgb(252,188,151) 63%);
  background-image: -webkit-linear-gradient(bottom, rgb(210,156,116) 26%, rgb(252,188,151) 63%);
  background-image: -ms-linear-gradient(bottom, rgb(210,156,116) 26%, rgb(252,188,151) 63%);

  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.26, rgb(210,156,116)),
	  color-stop(0.63, rgb(252,188,151))
  );
}

#team {
  width:680px;
  background-color:#FFFFDE;
  margin-bottom:10px;
  padding:5px 5px 15px 15px;
  border:1px solid #d3d3d3;
  border-radius: 10px;
}

#instruments {
  /* float:left; */
  width:680px;
  background-color:#E1E9EE;
  padding:5px 5px 15px 15px;
  margin-bottom: 10px;
  border:1px solid #d3d3d3;
  border-radius: 10px;
  background-image: linear-gradient(bottom, rgb(131,157,206) 8%, rgb(158,189,248) 54%);
  background-image: -o-linear-gradient(bottom, rgb(131,157,206) 8%, rgb(158,189,248) 54%);
  background-image: -moz-linear-gradient(bottom, rgb(131,157,206) 8%, rgb(158,189,248) 54%);
  background-image: -webkit-linear-gradient(bottom, rgb(131,157,206) 8%, rgb(158,189,248) 54%);
  background-image: -ms-linear-gradient(bottom, rgb(131,157,206) 8%, rgb(158,189,248) 54%);

  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.08, rgb(131,157,206)),
	  color-stop(0.54, rgb(158,189,248))
  );
}

#dairy {
  /* float:right; */
  width:680px;
  margin-bottom:10px;
  background-color:#e5eecc;
  padding:5px 5px 5px 15px;
  border:1px solid #d3d3d3;
  border-radius: 10px;
  background-image: linear-gradient(bottom, rgb(144,209,159) 45%, rgb(173,251,191) 73%, rgb(208,255,230) 87%);
  background-image: linear-gradient(bottom, rgb(38,174,143) 16%, rgb(65,209,172) 58%);
  background-image: -o-linear-gradient(bottom, rgb(38,174,143) 16%, rgb(65,209,172) 58%);
  background-image: -moz-linear-gradient(bottom, rgb(38,174,143) 16%, rgb(65,209,172) 58%);
  background-image: -webkit-linear-gradient(bottom, rgb(38,174,143) 16%, rgb(65,209,172) 58%);
  background-image: -ms-linear-gradient(bottom, rgb(38,174,143) 16%, rgb(65,209,172) 58%);

  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.16, rgb(38,174,143)),
	  color-stop(0.58, rgb(65,209,172))
  );
}

#dairyhisto {
  width:680px;
  height:400;
  overflow: auto;
  margin-bottom:10px;
  background-color:#e5eecc;
  padding:5px 5px 5px 15px;
  border:1px solid #d3d3d3;
  border-radius: 10px;
  background-image: linear-gradient(bottom, rgb(144,209,159) 45%, rgb(173,251,191) 73%, rgb(208,255,230) 87%);
  background-image: linear-gradient(bottom, rgb(38,174,143) 16%, rgb(65,209,172) 58%);
  background-image: -o-linear-gradient(bottom, rgb(38,174,143) 16%, rgb(65,209,172) 58%);
  background-image: -moz-linear-gradient(bottom, rgb(38,174,143) 16%, rgb(65,209,172) 58%);
  background-image: -webkit-linear-gradient(bottom, rgb(38,174,143) 16%, rgb(65,209,172) 58%);
  background-image: -ms-linear-gradient(bottom, rgb(38,174,143) 16%, rgb(65,209,172) 58%);

  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.16, rgb(38,174,143)),
	  color-stop(0.58, rgb(65,209,172))
  );
}

.tooltip {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif; font-size: 0.8em;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 250px;
}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -15px;
	float: left; position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }

/* Tabs css */

.tabs {
  position: relative;   
  min-height: 400px; /* This part sucks */
  clear: both;
  margin: 25px 0px 10px 0px;
}
.tab {
  float: left;
}
.tab label {
  background: #eee; 
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: 28px;
  left: 0;
  background: #FFFFAE;
  right: 0;
  bottom: 0;
  padding: 10px;
  border: 1px solid #ccc; 
  background-image: linear-gradient(bottom, rgb(247,230,118) 22%, rgb(255,255,176) 70%);
  background-image: -o-linear-gradient(bottom, rgb(247,230,118) 22%, rgb(255,255,176) 70%);
  background-image: -moz-linear-gradient(bottom, rgb(247,230,118) 22%, rgb(255,255,176) 70%);
  background-image: -webkit-linear-gradient(bottom, rgb(247,230,118) 22%, rgb(255,255,176) 70%);
  background-image: -ms-linear-gradient(bottom, rgb(247,230,118) 22%, rgb(255,255,176) 70%);

  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.22, rgb(247,230,118)),
	  color-stop(0.7, rgb(255,255,176))
  );
}
[type=radio]:checked ~ label {
  background: #FFFFAE;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}



/* Table corners */

#cost {
  
}

table .round {
    border-collapse:separate;
    border:solid black 1px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
      background-color:#E1E9EE;
}

/*table .round td, th {
    border-left:solid black 1px;
    border-top:solid black 1px;
}*/

/*th {
    border-top: none;
}

td:first-child {
     border-left: none;
}*/