/* 	help_intranet.css 
	Stylesheet for all intranet online help pages.
	#E7E7D9:	Light Brown
	#6C6C59:	Dark Brown
	#99CCCC:	Light Teal
	#009999:	Dark Teal
	#CCCCFF:	Powder Blue
	#003366:	Dark Blue
	#FFFFCC:	Cream
	#FFFFFF:	White
	#000000:	Black	
*/
/* import default styles: */
@import url(help_default.css);

/* hdr table: */
#hdr_text {
	background-image: url('eforms_intranet_stripe.gif'); }
#hdr_text span {
	color: #009999; }		
#hdr_close a, #hdr_close a:active, #hdr_close a:hover, #hdr_close a:link, #hdr_close a:visited {
	color: #003366; }
	
/* Breadcrumb links*/
div#breadcrumbs a, div#breadcrumbs a:link, div#breadcrumbs a:visited {
	background-color: inherit;
	color: #003366; }
div#breadcrumbs a:active, div#breadcrumbs a:hover {
	background-color: inherit;
	color: #003366; }
	
/* Content styles: */	
div#content h1 {
	background-color: inherit;
	color: #6C6C59; }
div#content h2 {
	background-color: inherit;
	color: #003366;	}
div#content h3 {
	background-color: inherit;
	color: #003366;	}
div#content h4 {
	background-color: inherit;
	color: #000000;	}	
blockquote.pull {
	border-color: #6C6C59; }
.keyinfo {
	background-color: #FFFFCC;
	border-color: #6C6C59; 
	color:#000000; }
.relatedlinks {
	background-color: #FFFFFF;
	border-color: #6C6C59; 
	color:#000000; }		
	
/* Footer table: */  		
table#footer {
	border-color: #009999; }
table#footer a, table#footer a:link, table#footer a:visited {
	background-color: inherit;
	color: #009999; }
table#footer a:active, table#footer a:hover {
	background-color: inherit;
	color: #009999; }	
