/* The specific style rules used to create CSS table */

div.table {
  background: none #cc9966; 
  border: solid #333333 0px; 
  color: #000000;
  margin: 0.5em 12px 0.5em 12px; 
  padding: 0; 
  text-align: center; 
  width: auto;
  font-size: 0.8em;
}

div.tr {
  background: none #ffffcc; 
  border-right: solid #000000 1px; 
  border-left: solid #000000 1px; 
  border-bottom: solid #000000 1px; 
  color: #000000;
  margin-top: 0; 
  margin-right: auto; 
  margin-bottom: 0; 
  margin-left: auto;
  padding: 0; 
  text-align: center; 
  padding: 5px;
  width: 100%;
}

div.top {
	border-top: solid #000000 1px; 
}

/* 
	To make a two columns only style, 
	make another table-cell div with 
	float:right and width: 50%
*/
div.td
{
	border: none; 
	float: left; /* or right */
	margin: 0; 
	padding: 0; 
	width: 25%;
}

div.tdleft { width: 98px; }
div.tdclose { clear: both; margin: 0; padding: 0; width: auto; }
div.rightborder { border-right: 1px dotted black; }
div.tablehead {
  background: transparent; 
  color: black; 
  font-family: Verdama, Arial, sans-serif;
  font-size: 1em; 
  font-style: italic; 
  font-weight: bold; 
  margin: 0;
  padding: 0.3em; 
  text-align: left; 
  width: auto;
}
