/*

	/cms/help/global.css
	===================================

*/

HTML {
	width: 100%;
	height: 100%;
}
P, TD {
	margin: 0;
	font-size: 1em;
}
LI {
	margin-bottom: 1em;
}
A {
	outline: none;
}

SPAN.cmsSup {
	font-size: .75em;
	position: relative;
	top: -.3em;
}
SPAN.cmsSub {
	font-size: .75em;
	position: relative;
	top: .3em;
}
DIV.cmsTrace {
	color: Red;
	font-weight: bold;
	background: white;
	padding: 5px;
	font-family: Arial;
	font-size: 11px;
}

/* Global image styles */

TABLE.cmsImg, TABLE.cmsImgBorder, TABLE.cmsImgL, TABLE.cmsImgR, TABLE.cmsImgC {
	width: 1px;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}
TABLE.cmsImgL {
	margin-left: 0;
	margin-right: 10px;
}
TABLE.cmsImgR {
	margin-left: 10px;
	margin-right: 0;
}
TABLE.cmsImgC {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
TABLE.cmsImgBorder {
	border: 1px solid black;
	margin-bottom: 2px;
}
TD.cmsImgTxt, TD.cmsImgTxtBorder {
	font-size: .8em;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 6px;
}
IMG.cmsImgBorder {
	margin: 4px;
}
TD.cmsImgTxtBorder {
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

/* Layout elements */

.cmsMax {
	width: 100%;
	height: 100%;
}
.cmsTop {
	vertical-align: top;
}
TABLE#LayoutTable {
	width: 100%;
	_height: 100%;
}

/* HEADER */

TD.tmpHeaderPane {
	height: 54px;
	vertical-align: middle;
	padding-left: 7px;
	padding-right: 7px;
}
TD.tmpHeaderPane IMG {
	vertical-align: middle;
}
DIV.tmpPrintFriendly {
	float: right;
	font-family: Arial;
	padding-top: 3px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
}
DIV.tmpPrintFriendly A {
	text-decoration: none;
}
DIV.tmpPrintFriendly A:hover {
	text-decoration: underline;
}

/* NAV PANE */

TD.tmpNavPane {
	_width: 220px;
	_height: 100%;
	vertical-align: top;
}
DIV.tmpNavPane {
	width: 220px;
	overflow: scroll;
	overflow-x: auto;
	overflow-y: scroll;
	position: absolute;
	top: 54px;
	bottom: 0;
	_position: static;
	_height: 100%;
	_top: auto;
	_bottom: auto;
	background: #f1f1f1;
	font-family: Arial;
	font-size: 12px;
}
DIV.tmpBranch {
	padding-left: 9px;
}
DIV.tmpNavPane A:active {
	color: Red;
}
DIV.tmpNavPane A {
	display: block;
	text-decoration: none;
	color: black;
	background: none;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 1px;
	margin-right: 1px;
	border: 0;
	margin-top: 1px;
	margin-bottom: 1px;
}
DIV.tmpNavPane A:hover {
	background: #cccccc;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #999999;
	margin: 0;
	margin-top: 1px;
	margin-bottom: 1px;
}

DIV.tmpNavSection {
	border: 1px solid #999999;
	margin: 3px;
	padding: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #e0e0e1;
}
DIV.tmpNavYouAreHere {
	background: white;
}
DIV.tmpNavYouAreHere A {
}
DIV.tmpNavPane A#tmpNavYouAreHere {
	background: whitesmoke;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #999999;
	margin: 0;
	margin-top: 1px;
	margin-bottom: 1px;
}

DIV.tmpNavBlock {
	padding: 2px;
	padding-left: 4px;
	padding-top: 7px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

/* CONTENT PANE */

TD.tmpContentPane {
	vertical-align: top;
	_width: 100%;
	_height: 100%;
}
@media screen {
	DIV.tmpContentPane {
		position: absolute;
		overflow: auto;
		top: 54px;
		bottom: 0;
		left: 220px;
		right: 0;
		_width: 100%;
		_height: 100%;
	}
	DIV.tmpContentPanePrint {
		height: 100%;
		width: 100%;
		overflow: scroll;
	}
	DIV.tmpContentPadding {
		padding: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media print {
	DIV.tmpContentPane, DIV.tmpContentPanePrint {
		text-align: left;
		width: 580px;
	}
}

DIV.tmpPageTitle {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
}
DIV.tmpTitleMajor, DIV.tmpTitleMinor, DIV.tmpTitleDetail {
	font-weight: bold;
	line-height: normal;
}
DIV.tmpTitleMajor {
	padding-top: 1.5em;
	font-size: 20px;
	padding-bottom: .25em;
	border-bottom: 3px solid #000066;
	margin-bottom: .25em;
}
DIV.tmpTitleMinor {
	padding-top: 1.5em;
	font-size: 15px;
	text-transform: uppercase;
}
DIV.tmpTitleDetail {
	padding-top: 1em;
	font-size: 13px;
	font-style: italic;
}
DIV.tmpSectionMajor {
	padding-bottom: 1.5em;
}
DIV.tmpSectionMinor {
	padding-bottom: 1em;
}
DIV.tmpSectionDetail {
	padding-bottom: 1em;
}

@media screen {
	DIV.tmpBackgroundImages {
		border: 2px solid beige;
		background: lightyellow;
		color: Black;
		padding: 10px;
		margin-bottom: 2em;
	}
}

@media print {
	DIV.tmpBackgroundImages {
		display: none;
	}
}

/* Cover page and TOC */

@media screen {
	DIV.tmpCoverPage, DIV.tmpTOCPage {
		border-bottom: 3px dotted gainsboro;
		margin-bottom: .25in;
	}
}
DIV.tmpCoverPage {
	page-break-after: always;
	width: 580px;
	text-align: center;
	margin-top: 3in;
	padding-bottom: .25in;
}
DIV.tmpCoverTitle {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.25em;
}
DIV.tmpCoverTitle IMG {
	width: 237px;
	height: 45px;
	margin-bottom: .25in;
}
DIV.tmpCoverAuthor {
	margin-top: .5in;
	font-size: 15px;
	font-weight: bold;
}
DIV.tmpCoverCopyright {
	margin-top: .25in;
	font-size: 15px;
}
DIV.tmpTOCPage {
	width: 580px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	page-break-after: always;
	padding-bottom: 1em;
}
DIV.tmpTOCTitle {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.25em;
}
DIV.tmpTOCSection {
	margin-top: .25in;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25em;
}
DIV.tmpTOCLeaf {
	font-size: 13px;
	line-height: 1.5em;
}
DIV.tmpTOCLeafMain {
	font-size: 15px;
	font-weight: bold;
	margin-top: 1em;
}
