/*------------------------------------------------------------

print.css
Print media CSS for use with modern, CSS-capable browsers.

------------------------------------------------------------*/

@media print {





/*------------------------------------------------------------

the follow elements are hidden from print

------------------------------------------------------------*/

.upgrade, .printPreview, .pmv-ContentTertiary, .pmv-NavSecondary, .pmv-NavPrimary, .pmv-NavHeader, .pmv-NavFooter, .pmv-PGPLogin, .pmv-Search, #pmv-ShortcutsBar, #pmv-Shortcuts, .pmv-ContentSwitcher .viewAll, .pmv-ContentSwitcher .learnMore, .pmv-ContentSwitcher .additionalLinks, .pmv-Home .pmv-TabSwitcher, .pmv-Home .pmv-TabSwitcher, .pmv-Video, .pmv-PageTitle-Container img, .pmv-Home h1, .sf_controlListItems {
	display: none !important;
}





/*------------------------------------------------------------

HTML elements

------------------------------------------------------------*/

body {
	background: transparent;
}

a {
	color: #000;
}

p, address {
	margin: 0 0 0.8em 0;
}

code {
	font-size: 105%;
	line-height: 1.4em;
}


/* images */
img.floatLeft {
	margin: 0 10px 10px 0;
}

img.floatRight {
	margin: 0 0 10px 10px;
}





/*------------------------------------------------------------

headers

------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

h1 {
	margin: 0 0 0.6em 0;
	line-height: 1.2em;
}

h2 {
	font-size: 160%;
	margin: 1.4em 0 0.4em 0;
}

h3, h4, h5, h6 {
	margin: 1em 0 0.4em 0;
	font-weight: normal;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
	font-weight: bold;
}





/*------------------------------------------------------------

lists

------------------------------------------------------------*/

ul {
	list-style: square;
	margin: 0 0 0.8em 0;
	padding: 0 0 0 25px;
}
html>body ul {
	padding: 0;
	margin-left: 25px;
}

ol {
	margin: 0 0 0.8em 0;
	padding: 0 0 0 32px;
}
html>body ol {
	padding: 0;
	margin-left: 32px;
}

li {
	margin-bottom: 0.2em;
}

dd {
	margin: 0 15px 0.8em 15px;
}




/*------------------------------------------------------------

sitefinity OOTB

------------------------------------------------------------*/

ul.sf_expandableList {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.sf_expandableList .sf_listItemBody {
    display: block !important;
}
ul.sf_expandableList .sf_listItemTitle a {
    text-decoration: none;
}



/*------------------------------------------------------------

generic classes

------------------------------------------------------------*/

.hack-clearBoth {
	clear: both;
	height: 1px;
	overflow: hidden;
}





/*------------------------------------------------------------

print layout grid rules below

------------------------------------------------------------*/

.pmv-ContentContainer {
	margin-top: 2em;
	padding-bottom: 2em;
}

.pmv-ContentPrimary {
	float: left;
	width: 70%;
}

.pmv-ContentSecondary {
	float: right;
	width: 27%;
}

.pmv-Footer {
	border-top: 1px dashed #999;
	padding-top: 1em;
	clear: both;
}





/*------------------------------------------------------------

grid presentation and/or override rules

------------------------------------------------------------*/

.pmv-Logo {
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	color: #000;
}

/* secondary content */

.pmv-ContentSecondary h2.first {
	margin-top: 0;
}




}
