﻿p
{
    padding-bottom: .6em;
}

.helpOverview p
{
    padding-bottom: 4px;
}

h2
{
    margin-top: 1.5em;
    font-size: 1.4em;
    padding: 4px;
}

h3 
{
    margin-top: 1em;
}


img 
{
    max-width: 100%;
}

.userguide-img
{
    max-width: 100%;
    border: 1px solid #8d8c8c;
}

#supportBody {
    min-width: inherit;
    width: 96%;
    margin: .8em auto .8em auto;
    max-width: 1000px;
}

#mainBody
{
    width: auto !important;
    min-width: inherit;
}

.ui-layout-container
{
    background: white;
}

#supportBody a:not(.ui-button):not(.ui-selectmenu)
{
    font-weight: 600;
    text-decoration: none;
    color: #0f034e;
}

#supportBody a:hover:not(.ui-button):not(.ui-selectmenu)
{
    color: #0f034e;
    border-bottom: 1px dotted;
}

#supportBody a:not(.ui-button):not(.ui-selectmenu):not([href]), 
#supportBody a:hover:not(.ui-button):not(.ui-selectmenu):not([href])
{
    text-decoration: solid;
    border-bottom: none;
    color: inherit;
}

.helpContent a:hover:not(.ui-button):not(.ui-selectmenu)
{
    border-bottom: 1px dotted;
}


@media print {

    html, body {
		/* NEUTRALIZE 'layout container' styles */
		overflow:	visible 	!important;
		width:		auto		!important;
		height:		auto		!important;
		position:	static		!important;
	}
	.ui-layout-pane ,
	.ui-layout-resizer ,
	.ui-layout-toggler {
		/* NEUTRALIZE 'layout element' styles */
		display:	none		!important; /* hide ALL by default */
		position:	relative	!important;
		top:		auto		!important;
		bottom:		auto		!important;
		left:		auto		!important;
		right:		auto		!important;
		width:		auto		!important;
		height:		auto		!important;
		overflow:	visible		!important;
	}
	/* SHOW ONLY the panes you want */
	.ui-layout-pane-north ,
	.ui-layout-pane-center {
		display:	block		!important;
		/* OPTIONAL: change cosmetic styles as desired
		border:		0			!important;
		padding:	0			!important;
		background:	transparent	!important;
		*/
	}

    #bodyContainer
    {
        height: auto !important;
    }

    #supportBody {
        width: auto;
    }

    .master-footer-toggler 
    {
        display: none !important;
    }

    #mainNav {
        display: none;
    }
}