.clear {
	float: none;
	clear: both;
}

.adDebug {
  background-color: yellow;
  position: relative;
  top: 10px;
  z-index: 10000 !important;
  
}

.adIslandLeft {
  float: left;
  margin: 3px 5px 5px 0;
  clear: left;
}

.adIslandRight {
  float: right;
  margin: 0 0px 5px 5px;
}

.dotline {
  border-bottom: 1px dotted #999;
  padding: 0;
  margin: 14px 0;
}

.greyline {
  border-bottom: 1px solid #999;
}

.small {
  font-size: 10px;
}

.error {
  color: #f00;
}

table.structure {
	border-style: none none none none;
  border-collapse: collapse;
}
table.structure td, table.structure th {
	padding: 0px;
	margin: 0px;
}

.highlight {
  background-color: #ffffaa;
  border: 1px solid #999;
  margin: 8px 0;
  padding: 6px;
}