hr {
	width: 75%;
	color: teal;
}
table {
	clear:both;
}
.help-indent-toc {
	margin-left: 23px
}
.help-content table {
	clear: none;
}
.top {
	font-size: 9pt;
}
.help-header1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #C2DBF8;
	border: 2px solid #0066CC;
}
.help-header2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	background-color: #CEE7B5;
	border-top: 1px solid;
	border-top-color: #0066CC;
	}
.help-header3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	}
.help-example-inline {
	font-family: "Courier New", Courier, monospace;
	text-indent: 0px;
	font-size: 10pt;
	font-weight: bold;
}
.help-example-block {
	font-family: Courier New, Courier, monospace;
	background: Silver;
	width: 400px;
	border: thin solid;
	margin-left: 50px;
	padding: 3 3 3 3;
	text-indent: 5;
}
.help-caption {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
}
.help-emphasizer {
	font-weight: bold;
}
.helppurplechar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	color: #6600CC;
	vertical-align: text-top;
}
a.info{
   	position:relative; /*this is the key*/
   	z-index:24; 
   	color:#FB09F4;
   	text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span {/*the span will display just on: hover state*/
   	display:block; 
	position: absolute; top: 2em; left: 0em; width: 15em; 
	border: 2px double #0cf; 
	background-color: #cff; 
	color: #000; 
	text-align: left; 
	padding: 3 5 5 5; 
	font-size: 10pt; 
	font-weight: bold; 
	filter: alpha(opacity=80); /*adds transparancy to the box */
	-moz-opacity: 0.8; 
	opacity: 0.8
	}
td.border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
tr {
	vertical-align: text-top;
}

