.ip {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #787878;
}

.ip .help {
	font-size: 0.8em;
}
.ip td.color_info {
	font-size: 0.9em;
	color: #333333;
	cursor: inherit;
	vertical-align: top;
	width: 100%;
}
.ip td.color_info_wait {
	font-size: 0.9em;
	color: #999999;
	cursor: wait;
	vertical-align: top;
}
.ip acronym {
  cursor: help;
  font-style: italic;
	border-bottom-style: none;
}
.ip td.horztable_id {
  font-size: 0.8em;
  padding-right: 6px;
}
.ip td.horztable_vert_separator {
	color: #adadad;
	height: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
}
.ip td.horztable_value {
  padding-right: 12px;
}
.ip td.color_spot {
	font-size: 0.9em;
  cursor: pointer;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	vertical-align: middle;
}
.ip a {
	text-decoration: none;
	color: #787878;
}
.ip a:visited {
	text-decoration: none;
	color: #787878;
}
.ip a:hover {
	text-decoration: none;
	color: black;
}
.ip tr.hidden {
  display: none;
}
.ip tr.unhidden {
  display: inherit;
}
