

/* ---- On this Page content ---- */

td.importantnote {
	background-color:#f2f2f7;
	color:#CC0000;
	font-style:normal;
	font-weight: bold;
}

.helpLinkLeft {background-color: #FFFFFF;
	float:left;
	margin: 1px 5px 0px 0px;
	padding: 3px;
	border: 1px solid #1a87ab;
	color: #1a87ab;
	font-weight: normal;
	font-size: .8em;
	vertical-align:top;
	
}
.helpLinkLeft a {
	color: #1a87ab;
	text-decoration: none;
}
.helpLinkLeft a:hover {
	color: #1a87ab;
	text-decoration: underline;
}
/* styles for domcollapse */
		.trigger{ cursor:help; }		
		.trigger:hover{ cursor:help; text-decoration: underline; }		
		.expanded{ cursor:help; }
		.expanded:hover{ text-decoration: underline; cursor:help; }
		.show{ position:static; display: table; }
		.hide{ position:absolute; left:-999em; height:1px; width:100px; overflow:hidden; }
