div.section {
  width: 520px;
  border: 2px dashed #aaaaaa;
  padding: 4px 4px 4px 4px;
  margin: 4px 4px 20px 20px; 
  overflow: auto; 
}

div.section h3 {
  font-size: 12pt;
  font-weight: bold;
  margin: 0; 
  margin-bottom: 4px;
}

div.section-item {
  float: left; 
  width: 150px; 
  padding: 4px 4px 4px 4px;
  margin: 0 5px 0 5px;
}

div.green-box {
  border: 1px solid #aaffaa;
  background-color: #ddffdd; 
  padding: 4px 4px 4px 4px;
  margin: 10px 5px 10px 5px;
}

div.green-box h3 {
  font-size: 12pt;
  font-weight: bold;
  margin: 0; 
  margin-bottom: 4px;
  border-bottom: 1px solid #aaaaaa;
}

/**
 * Report Stuff
 */
table.report {
  border-collapse: collapse;
  empty-cells: show;
}

table.report tr.header {
  background-color: #ddddff;
  background-image:url(../images/bg_menu.jpg);
  text-align: center;
  color: #333333;
  font-weight: bold;
}

table.report tr.odd {
  background-color: #ffffff;
}

table.report tr.even {
  background-color: #eeeeee;
}

table.report td {
	margin: 0;
	border: 1px solid #aaaaaa;
	padding: 4px 4px 4px 4px;
}
.white-text {
	color: #CCC;
}

