/* Unica specific styles */

div.Preformatted, div.codeblock, div.Codeblock, div.codeph, div.Lines_1
{
  background-color: #E0E0E0;
  display: block;
  font-family: Courier New, Courier, mono;
  font-size: 12px;
  margin-bottom: 2pt;
  margin-top: 2pt;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap; /* HP printers */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: pre-line; /* CSS 2.1 */
  /* white-space: pre-line; CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
  width: 100%;
}


p.knowledgebase {
	font-family: sans-serif;
	font-size: small;
	color: #0099CC;
	text-align: center;
}

p.indexLink {
	font-family: sans-serif;
	font-size: small;
	color: #0099CC;
}

div.navControl {
	margin-top: 32px;
}

div.productVersion {
	display: inline;
	text-align: left;
	font-family: sans-serif;
	font-size: small;
	color: #0099CC;
}

div.copyright {
	display: inline;
	text-align: center;
	font-family: sans-serif;
	font-size: x-small;
}

div.cc {
	display: inline;
	text-align: right;
	font-family: sans-serif;
	font-size: small;
}

p.productVersion {
	display: inline;
	text-align: right;
	font-family: sans-serif;
	font-size: small;
	color: #0099CC;
}
	
td.left {
text-align: left;
}

img.right {
	float: right;
}

div.Table_Title
{
  color: #0099CC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10pt;
  text-align: left;
}