	body {
	  text-align: center;
	  font-family: sans-serif;
	  background-color: #eee;
	}
	table {
	  background-color: #fff;
	  margin: auto;
	  cell-padding: 0px;
	}
	a {
	  color: black;
	  text-decoration: none;
	}
	img {
	  border: none;
	}
	td {
	  background-color: #fff;
	  text-align: center;
		-moz-border-radius: 5px;
	}
	p {
	  margin: 0; padding: 0;
	}
	h1, h2, h3, h4, h5, h6 {
	  border-bottom: 1px solid #0c0;	
	}
	#wrapper {
	  width: 1000px;
	  margin: 20px 20px 100px 20px;
	  padding: 10px;
	}
	#tzolkin {
	  width: 780px;
	  background-color: #fff;
		text-align: center;
	  max-width: 780px;
		-moz-border-radius: 10px;
	}
	#tzolkin table {
	  margin: 10px auto 10px auto;
	}
	#legend {
	  width: 200px;
	  float: right;
    font-size: 10pt;
	}
	#legend p {
	  text-align: justify;
	}
	#legend ul {
	  list-style: none;
	  padding: 10px; margin: 0px;
	  border-right: 1px solid #999;
	  border-bottom: 1px solid #999;
	  background-color: #fff;
		-moz-border-radius: 10px;
	}
	#legend li {
	  margin: 20px 0px;
	  line-height: 1.5;
	}
	#legend li a {
	  border-bottom: 1px solid #0c0;
	}
	#legend li a:hover {
	  border-bottom: 1px solid #000;
	}
	#pickedinfo {
	}
	.onda_0 {
	  background-color: #ffd;
	}
	.onda_1 {
	  background-color: #fdd;
	}
	.onda_2 {
	  background-color: #fff;
	}
	.onda_3 {
	  background-color: #def;	
	}
	.portal {
	  border: 4px solid black;
	  background-color: #0c0;
		-moz-border-radius: 5px;
	}
	.today {
	  border: 4px solid #000;
	  background-color: #888;
		-moz-border-radius: 5px;
	}
	.picked {
	  border: 4px solid black;
	  background-color: #c00;
		-moz-border-radius: 5px;
	}
	.saved {
	  border: 4px solid black;
	  background-color: #cc0;
		-moz-border-radius: 5px;
	
	}
	.panel {
	  display: none;
/*	  width: 200px; */
	  position: absolute;
/*	  left: 800px;
	  top: 300px;*/
	  margin: 0px 0px 0px 40px;
	  border-right: 1px solid #999;
	  border-bottom: 1px solid #999;
	  background-color: #ffF;
	  padding: 10px 10px;
		-moz-border-radius: 10px;
	}
	.panel p {
	  font-size: 14pt;
	}
	.label {
	  color: #111;
	  font-weight: bold;
	  border-bottom: 1px solid #0c0;	
	}
	.value {
	  color: #333;
	}
	a:hover .panel {
	  display: block;
	}
  .error {
    color: black;
    border: 1px solid #e00;
  }
  .legend {
    font-size: .9em;
  }
