<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This file was created to handle the css for the How Do I section of the homepage and high-level
   pages. */

/* **** Spacer between header and first collapsible menu sub-header **** */
#HowDoISpacerDiv1        
{
	padding: 2px 0px 0px 0px;
}

/* **** Collapsible sub-header text **** */
.HowDoICollapsiblePanelTab     
{
	font-weight:bold;
	text-decoration:none;
	color: #4B4B4B;
	margin: 0px;
	padding: 2px 0px 2px 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* **** Collapsible sub-header BG color (referenced in .js file) **** */
.HowDoICollapsiblePanelTabHover, .HowDoICollapsiblePanelOpen .HowDoICollapsiblePanelTabHover 
{
    background-color: #E1E1E1; 
}

/* **** This is used for the div that contains the Collapsible data **** */
.HowDoICollapsiblePanelContent 
{
	margin: 0px 0px 0px 20px;
} 

/* **** Used for the section with the links when you expand a sub-header **** */
.HowDoICollapsiblePanelContentItem 
{
    padding: 3px 0 3px 2px;
    background: url('img/IADottedLineDevider.gif') left bottom repeat-x;
}

/* **** Used for the section links **** */
.HowDoICollapsiblePanel a 
{
    padding: 0px 0px 0px 0px;
	text-decoration: none;
}

/* **** Used for the section links **** */
/*a.HowDoICollapsiblePanel:hover, a.HowDoICollapsiblePanel:visited:hover
{
    padding: 0px 0px 0px 0px;
	text-decoration: underline;
}*/

/* **** High-level more link section (at the bottom) **** */
.HowDoIHighLevelMoreLink 
{	
	font-weight:bold;
	text-decoration:none;
	padding: 7px 0px 2px 5px;
}

.HowDoIArrowImage
{
	position: relative;
    float: right;
    left: -20px;
    top: 6px;
}</pre></body></html>