#demo1Table{
	margin-left : 40px;
	padding : 3px;
	clear : right;
}

#demo1Table *{
  padding : 0;
  margin : 0;
}

#demo1Table table {
  border-collapse: collapse;
  width: 80%;
  border: 1px solid #666;
  font-size : 90%;
}

#demo1Table caption {
  font-size: 1.2em;
  font-weight: bold;
  text-align : left;
/*  margin: 1em 0; */
}

#demo1Table col {
  border-right: 1px solid #ccc;
}

col#monthCol {
  border: none;
}

#demo1Table thead {
  background: #ccc url(images/bar.gif) repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

#demo1Table th {
  font-weight: normal;
  text-align: left;
}

#demo1Table #miniTable th,#demo1Table  #miniTable td {
  padding: 0.1em 1em;
}

#demo1Table .odd {
  background-color:#edf5ff;
}

#demo1Table .updated {
  background-color:#0f0;
  color: #000;
}

#demo1Table tr:hover {
  background-color:#3d80df;
  color: #fff;
}


#demo1Table thead tr:hover {
  background-color: transparent;
  color: inherit;
}
