/*
 *	SCI Help System style sheet
 *	
 *	05.05.25 JCG - First release
 */


body {
	margin: 3em 12px 0;

	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	}

p {	margin: 0 0 12px;
	}


/* Header styles */

h1 {	margin: 24px 0;
	font-size: 11pt;
	}

h2 {	margin: 24px 0 12px;
	font-size: 9pt;
	}

h3 {	margin: 12px 0 0;
	font-size: 9pt;
	}


/* List styles */

ul, ol, dl {
	padding-left: 24px;
	}

li, dd {
	margin-bottom: 12px;
	}


/* Other element styles */

a {	color: #00f;
	text-decoration: none
	}

a:hover {
	text-decoration: underline;
	}

.center {
	text-align: center;
	}

.note {
	font-style: italic;
	color: #333;
	}

.note b {
	color: #336;
	}


/* Breadcrumb banner styles */

#banner {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	border-bottom: 1px solid #bfbfbf;
	padding: 2px 12px;
	background-color: #f2f2f2;
	font-size: 8pt;
	}

.crumb {
	white-space: nowrap;
	}


/* Table of contents styles */

.contents ul {
	padding-left: 24px;
	list-style-type: none;
	}

.contents li {
	margin-bottom: 12px;
	}


/* "See also" styles */

.seealso h2 {
	margin-bottom: 6px;
	}

.seealso p {
	margin-bottom: 3px;
	}


/* Footer styles */

.footer hr {
	margin-top: 36px;
	width: 100%;
	height: 1px;
	border: 0;
	color: #bfbfbf;
	background-color: #bfbfbf;
	}

.footer p {
	text-align: center;
	font-size: 7pt;
	}


