/* STYLES FOR CONTENT ON SCREEN */


/* PAGE STRUCTURE */
body {
	margin: 20px;
	text-decoration: none;
	white-space: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 0.9em;
	font-family: Arial,Helvetica,sans-serif;
	max-width: 655px;
	color: #494b43;
	background-color: #ffffff;
}

p,td,dt,dd {
	text-decoration: none;
	white-space: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 1.0em;
	font-family: Arial,Helvetica,sans-serif;
	max-width: 610px;
	color: #494b43;
	background-color: #ffffff;
}

code {
	font-size: 1.125em;
}

#main-box {
	margin-top: 20px;
}

#main-box dl {
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#main-box dt {
	font-weight: bolder;
	font-size: 1.0em;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
}

#main-box dd {
	font-weight: normal;
	font-size: 1.0em;
}

#resourceaids #main-box > ul, #resourceaids #main-box > ol  {
	padding-left: 20px;
	font-size: 1.0em;
	max-width: 580px;
	margin-top: -0.4em;
}

#main-box > ul li {
	font-weight: normal;
	font-size: 1.0em;
	margin-left: 0px;
	padding-left: 0px;
}

#main-box ol li {
	font-weight: normal;
	font-size: 1.0em;
}

#logo {
	left: 10px;
	position: absolute;
	top: 10px;
}

.printout-resourcetype, label, #printout-logo-right-solo, #printout-logo, #printout-logo-left, #printout-logo-right {
	display: none;
}

#printer-text { 	
	float: right;
	text-align: right;
	white-space: normal;
	font-weight: 500;
	font-size: 1.0em;
	font-family: Arial,Helvetica,sans-serif;
}

#resources #printer-text, #glossary #printer-text {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	float: none;
	right: 20px;
}

/* HYPERLINKS */

a {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	text-decoration: underline;
	white-space: normal;
	font-size: 1.0em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	border: 1px solid transparent;
}

a:link,a:visited {
	background-color: #ffffff;
	color: #195266;
}

a:hover {
	background-color: #ffffff;
	color: #195266;
	text-decoration: none;
	border: 1px solid #195266;
}

a:active {
	background-color: #ffffff;
	color: #195266;
	text-decoration: underline;
}

a:focus {
	background-color: #ffffff;
	color: #195266;
	text-decoration: none;
	border: 1px solid #195266;
	outline: none;
}

a#top, a#pagetop, a#topofpage, #glossary a#pagetop, #glossary a#topofpage {
	padding: 0;
	border: none;
	text-decoration: none;
}

.show-noscript {
	text-align: center;
	color: #a4031b;
	font: 0.9em Arial, sans-serif;
	background-color: #f4f5f5;
	padding: 10px;
}

span.show-noscript {
	margin-left: 55px;
	margin-right: 1.0em;
}

/* HEADINGS */

h1,h2,h3,h4 {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	white-space: normal;
	font-weight: normal;
}

h1 .title-article {
	font-size: 1.5em;
	color: #494b43;
	background-color: #ffffff;
}

#title-box-article{
	line-height: 2em;
}

.article-subheading {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	white-space: normal;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	font-family: Arial,Helvetica,sans-serif;
}

h2.article-subheading {
	font-size: 1.25em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}


h3.article-subheading {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 0.4em;

}

h4.article-subheading {
	font-size: 1.0em;
	line-height: 1.1em;
	margin-bottom: 0.3em;
}

.referencelabel {
	background-color: #ffffff;
	color: #54584f;
	text-align: left;
	display: block;
	white-space: normal;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	font-family: Arial,Helvetica,sans-serif;
	padding-bottom: 2px;
	border-bottom: 1px solid #81887b;
	font-size: 1.1em;
}

.referencetitle, #glossary h1.referencelabel {
	background-color: #ffffff;
	color: #54584f;
	text-align: left;
	display: block;
	white-space: normal;
	line-height: 1.5em;
	font-weight: 500;
	font-variant: normal;
	font-style: normal;
	font-family: Arial,Helvetica,sans-serif;
	border-bottom: 1px solid #81887b;
	font-size: 1.3em;
	margin-top: 0;
}

h5 {
	color: #000000;
	text-decoration: none;
	font: italic bold 0.8em Arial, sans-serif;
	background: #ffffff;
}

.callout-rule {
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
}

.callout-text {
	color: #000000;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
	text-decoration: none;
	font: italic bold 1.0em Arial, sans-serif;
	background: #ffffff;
}

img {
	border: 1px solid #b3b9ab;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000000;
	background-color:#ffffff;
}

.branding img {
	border: 0;
	padding: 0;
}

.biopic {
	float: left;
	clear: right;
	width: 84px;
	max-height: 106px;
	padding-right: 12px;
	margin-bottom: -10px;
}

h2.subhead-resources-bodytext + .biopic {
	padding-top: 17px;

}

p.indented-resources-bodytext + .biopic {
	padding-top: 3px;
}

.biopic img {
	border: 1px solid #b3b9ab;
	padding: 3px;
	width: 74px;
}

/* TABLES AND LISTS */

.table-box {
	margin-bottom: 10px;
}

table {
	border-collapse: collapse;
	font-family: Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	font-size: 1.0em;
}

tr {
	vertical-align: top;
	border-color: #b3b9ab;
	border-width: 2px;
}

td {
	border: 1px solid #b3b9ab;
	color: #494b43;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 1.0em;
	font-family: Arial, sans-serif;
	background-color: #ffffff;
}

th {
	color: #494b43;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	background: #edefe8;
	border: 1px solid #edede8;
}

caption {
	background-color: #ffffff;
	color: #494b43;
	font-weight: bold;
	font-size: 1.0em;
	font-family: Arial, sans-serif;
	padding-bottom: 10px;
	text-align: left;
}

th.rowheader {
	vertical-align: top;
	color: #ffffff;
	border-bottom: #ffffff thin solid;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	font-family: arial, sans-serif;
	background-color: #494b43;
	padding: 5px;
}

td.corner, th.corner, td.blank, th.blank {
	font-style: italic;
	background-color: #CCCCCC;
	color: #000000;
}

td ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0.2em 0.2em 0.2em 0.9em;
	padding: 0.2em 0.2em 0.2em 0.9em;
	text-decoration: none;
	font: 100% Arial, sans-serif;
}

td ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0.2em 0.2em 0.2em 0.9em;
	padding: 0.2em 0.2em 0.2em 0.9em;
	text-decoration: none;
	font: 100% Arial, sans-serif;
}

#resourceaids td > ul > li {
  	margin-left: 8px;
  }
  
#resourceaids td > ol > li {
  	margin-left: -0.5em;
  	padding-left: 0em;
  }
  
td li {
	font-size: 100%;
}

li li {
	list-style-type: circle;
	list-style-position: outside;
}

td li.nested ol, li.nested ul, li.nested ol {
	font-size: 100%;
	margin: 0.2em 0.2em 0.2em 0.9em;
	padding: 0.2em 0.2em 0.2em 0.9em;
}

#resourceaids p.picture-caption, p.form-caption {
	padding: 2px 0px 6px 0px;
	margin: 0;
	font-size: 0.75em;
	font-weight: 600;
	color: #61665A;
	background-color: #ffffff;
}

/* STYLES FOR RESOURCE HOME PAGES */

#resources div#copyright-claim {
	margin-top: 40px;
}

#resources div.copyright-claim {
	margin-top: 40px;
}

#resources div#copyright-claim p.copyright-text {
	display: none;
}

#resources div.copyright-claim p.copyright-text {
	display: none;
}

#resources ul.resources-toc {
	font-size: 0.875em;
	list-style: disc outside;
	margin-left: 30px;
	padding-left: 0px;
	text-decoration: none;
	font-weight: normal;
}

#resources li.resources-toc-item {
	margin-left: 0;
	padding-left: 0;
	padding-top: 0.6em;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-family: Arial,Helvetica,sans-serif;
}

#resources li.resources-toc-item a {
	font-size: 1.2em;
	font-weight: 500;
}

#resources caption.topic-objectives {
	display: none;
}

#resources #objectiveslist ul {
	margin-top: -1.2em;
	padding-top: 0;
}

#resources #objectiveslist ul li {
	font-size: 1.0em;
}

#resources #objectiveslist p.objectives-intro {
	background-color: #ffffff;
	color: #494b43;
	margin-left: 0px;
	padding-top: 4px;
	white-space: normal;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 1.0em;
	font-family: Arial,Helvetica,sans-serif;
}

#resources .ack-logo {
	display: block;
	float: right;
}

#resources .subhead-resources-bodytext, #resources h2.objectives-subhead {
	background-color: #ffffff;
	color: #494b43;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	font-size: 1.0em;
	margin-bottom: -0.5em;
	font-family: Arial,Helvetica,sans-serif;
}

#resources h2.subhead-resources-bodytext, #resources h2.objectives-subhead {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: -0.75em;
}

#resources .indented-resources-bodytext, #resources .objectives-intro {
	background-color: #ffffff;
	color: #494b43;
	white-space: normal;
	padding-bottom: 0.4em;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 1.0em;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.4em;
}

#resources ul {
	margin-bottom: 1.5em;
}


#resources p.picture-caption {
	padding: 6px 0px 6px 0px;
	margin: 0;
	font-size: 0.75em;
	font-weight: 600;
	color: #494B43;
	background-color: #ffffff;
}

p.indented-resources-bodytext + p.indented-resources-bodytext {
	margin-top: -0.8em;

}

#resources .license-bodytext {
	background-color: #ffffff;
	color: #494b43;
	white-space: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 0.9em;
	font-family: Arial,Helvetica,sans-serif;
}

span.authorname {
	font-weight: 600;
	color: #494b43
}

#resources h1.referencetitle span.pagelabel, #glossary h1.referencetitle span.pagelabel {
	color: #494b43;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	background-color: #ffffff;
}

.pagelabel {
	color: #494b43;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	background-color: #ffffff;
}

#resources .screenlabel {
	color: #494b43;
	font-weight: normal;
	font-size: 1.5em;
	background-color: #ffffff;
}

#resources table.copyrights {
	border: 0;
	width: 594px;
	max-width: 615px;
}

#resources table.copyrights td {
	text-indent: 0;
	font-size: 0.8em;
	color: #494b43;
	background-color: #ffffff;
}

#resources table.copyrights caption {
	display: none;
	text-indent: 0;
	padding-left: 0.3em;
}

#resources h2.subcategory {
	background-color: #ffffff;
	color: #494b43;
	white-space: normal;
	font: bold 1.1em Arial,Helvetica,sans-serif;
	padding-top: 0.8em;
}

#resources .supplement-instruction {
	color: #494b43;
	margin-right: 1.0em;
	font: italic 500 0.8em Arial, sans-serif;
	background-color: #ffffff;
	padding-bottom: 0.5em;
}

#resources.about-page #body-content ul {
	padding-left: 20px;
	font-size: 1.0em;
	max-width: 580px;
	margin-top: -0.8em;
}

#resources.about-page #body-content ul li {
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 1.0em;
}

/* FOR GLOSSARY ONLY */


#title-box {
	padding-top: 10px;
	text-align: left;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}


#glossary #title-box, .glossary #title-box {
	text-align: center;
}

#letters-index, #top-index-box {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.indexletters {
	background-color: #195266;
	color: #ffffff;
	white-space: normal;
	font: bold 0.8em Arial,Helvetica,sans-serif;
	border-radius: 3px;
	display: inline-table;
	margin-bottom: 0.5em;
	text-align: center;
	padding: 3px 5px 2px 5px;
}

.indexletters:hover {
	background-color: #494b43;
	text-decoration: none;
	color: #ffffff;
}

.index-off {
	background-color: #54584f;
	color: #ffffff;
	white-space: normal;
	font-weight: normal;
	font-size: 0.8em;
	font-family: Arial,Helvetica,sans-serif;
	display: inline-table;
	border-radius: 3px;
	text-align: center;
	padding: 2px 5px 0px 5px;
}

.letter {
	background-color: #494B43;
	color: #ffffff;
	white-space: normal;
	font-size: 1.0em;
	font: bolder 1.0em Arial,Helvetica,sans-serif;
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	padding: 2px 10px 2px 10px;;
}

.term {
	background-color: #ffffff;
	color: #494b43;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	font-size: 1.0em;
	font-family: Arial,Helvetica,sans-serif;
}

.explanation {
	background-color: #ffffff;
	color: #494b43;
	white-space: normal;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 1.0em;
	font-family: Arial,Helvetica,sans-serif;
}

.crossref {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	white-space: normal;
}

.backtotop {
	float: right;
	text-align: left;
	text-decoration: none;
	white-space: normal;
	font: bold 1.0em Arial,Helvetica,sans-serif;
}

.glossary #bottom-index-box {
	text-align: center;
	padding-top: 3.0em;
	margin-bottom: 5.0em;
	border-top: 1px solid #81887b;
	margin-top: 1.0em;
}

#bottom-index-box {
	text-align: center;
	padding-top: 3.0em;
	margin-bottom: 5.0em;
	margin-top: 1.0em;
}

#resources #bottom-index-box hr {
	display: none;
}

.bottom-index {
	text-align: center;
	margin-top: 5.0em;
	border-top-color: #bababa;
	border-top-style: solid;
	border-top-width: thin;
	padding-top: 0.4em;
	width: 96%;
	margin-bottom: 3.0em;
}

#definitions {
	padding-bottom: 3.0em;
	text-align: left;
}

#glossary .copyright-text {
	background-color: #ffffff;
	color: #6f6f6f;
	margin-top: 20px;
	padding-bottom: 30px;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 0.625em;
	font-family: Arial,Helvetica,sans-serif;
}

#glossary #bottom-index-box {
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#glossary hr {
	margin-left: 20px;
	margin-right: 20px;
}

#glossary .crossref {
	font-size: 1.0em;
}

#glossary dd {
	padding-bottom: 0.9em;
}

#glossary a {
	padding: 0.1em 0.1em 0.2em 0.1em;
}

#glossary #printer-text a, #glossary .backtotop a {
	padding-top: 0;
	padding-bottom: 0;
}

/* FOR RESOURCE AIDS */

#resourceaids #main-box .article-subheading + ul, .resourceaids #main-box .article-subheading + ul  {
	margin-top: 0.9em;
}



#resourceaids #main-box .article-subheading + ol, .resourceaids #main-box .article-subheading + ol {
	margin-top: 0.9em;
}

#resourceaids li, .resourceaids li, {
	margin-bottom: 0.4em;
}

#resourceaids ul li, .resourceaids ul li {
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 1.0em;
}

#resourceaids ol li, .resourceaids ol li {
	list-style-type: decimal;
	margin-left: 0px;
	padding-left: 0px;
}

#resourceaids li.nested, .resourceaids li.nested {
	list-style-type: none;
	margin-bottom: 0.6em;
	margin-top: -0.3em;
}

#resourceaids li.nested ul, .resourceaids li.nested ul {
	list-style-type: circle;
	margin-bottom: 0;
}

#resourceaids li.nested ol, .resourceaids li.nested ol {
	list-style-type: decimal;
	margin-bottom: 0;
	margin-left: 1.2em;
	padding-left: 1.6em;
}

#resourceaids ul li.nested li, .resourceaids ul li.nested li {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 0.6em;
}

#resourceaids ul li.nested ol li.numbered, .resourceaids ul li.nested ol li.numbered {
	list-style-type: decimal;
	margin-left: 0.6em;
}

#resourceaids ul li.nested ol, .resourceaids ul li.nested ol {
	margin-bottom: 0;
	padding-bottom: 0;
}

#resourceaids ul li.nested ul, .resourceaids ul li.nested ul {
	margin-bottom: 0;
	padding-bottom: 0;	
}

#resourceaids dl, #resourceaids .code-paragraph-article, .resourceaids dl, .resourceaids .code-paragraph-article {
	background: #edefe8;
	color: #000000;
	margin-left: 0px;
	padding: 15px 15px 15px 20px;
	text-align: left;
	text-decoration: none;
	white-space: normal;
	font-size: 1.0em;
	font-family: "Courier New", Courier, monospace;
	width: 90%;
	border-radius: 10px;
	border: 1px solid #b3b9ab;
}

#resourceaids dl dd, .resourceaids dl dd {
	line-height: 130%;
	color: #000000;
	background: #edefe8;
}

#resourceaids dl dt, .resourceaids dl dt {
	line-height: 130%;
	color: #000000;
	background: #edefe8;
}

#resourceaids p, .resourceaids p {
font-size: 1.0em;
}

#resourceaids div.table-box, .resourceaids div.table-box {
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
}

#resourceaids table, .resourceaids table{
	padding: 10px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}

#resourceaids input, .resourceaids input {
	color: #800000;
	font-weight: bold;
	text-align: right;
	background: #ccffff;
}

#resourceaids div.picture-box, .resourceaids div.picture-box {
	padding: 0;
	margin: 0;
}

#resourceaids .syntax-paragraph, .resourceaids .syntax-paragraph {
	background-color: #ffffff;
	color: #c60c30;
	text-decoration: none;
	white-space: normal;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
}

#resourceaids .copyright-text, .resourceaids .copyright-text {
	background-color: #ffffff;
	color: #6f6f6f;
	margin-top: 20px;
	padding-bottom: 30px;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 0.625em;
	font-family: Arial,Helvetica,sans-serif;
}

#resourceaids #bottom-box, .resourceaids #bottom-box {
	text-align: center;
	width: 100%;
}

#coursereference p, .coursereference p {
	font-size: 1.0em;
}

/* STYLES FOR RESOURCE CODE SAMPLES */

pre code { 
	white-space: pre;
}

#resource-code pre.coding {
	margin-top: 1.5em;
	margin-left: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	line-height: 1.3em;
}

#resource-code pre.coding code {
	font-size: 1.0em;
}

#resource-code div#copyright-claim {
	margin-top: 40px;
	text-align: center;
}

#resource-code div.copyright-claim {
	margin-top: 40px;
	text-align: center;
}

#resource-code .copyright-text {
	background-color: #ffffff;
	color: #000000;
	margin-top: 20px;
	padding-bottom: 30px;
	font-weight: normal;
	font-size: 0.7em;
	line-height: 0.85em;
	font-family: Arial,Helvetica,sans-serif;
}


/* STYLES FOR RESOURCES ON SKILLPORT */

#skillport-resources {
	color: #000000;
	background-color: #ffffff;
}

#skillport-links {
	left: 40px;
	right: 20px;
	top: 20px;
	width: 95%;
	margin-bottom: 10px;
}

#skillport-links-left, #skillport-links-right {
	background-color: #ffffff;
	color: #0000bb;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: underline;
	white-space: normal;
	font-size: 0.9em;
}


#skillport-links-left a, #skillport-links-right a {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: underline;
	white-space: normal;
	font-size: 0.9em;
}


#skillport-links-left a:link, #skillport-links-left a:visited, #skillport-links-right a:link, #skillport-links-right a:visited {
	background-color: #ffffff;
	color: #0000bb;
}

#skillport-links-left a:hover, #skillport-links-right a:hover {
	background-color: #ffffff;
	color: #494b43;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: underline;
	white-space: normal;
	font-size: 0.9em;
}

#skillport-links-left a:active, #skillport-links-right a:active {
	background-color: #ffffff;
	color: #195266;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: underline;
	white-space: normal;
}

#skillport-links-right {
	float: right;
	clear: left;
}

#skillport-links-left {
	position: absolute;
	left: 20px;
	top: 15px;
	width: 50%;
}

#skillport-links + h1.referencelabel {
	position: relative;
	top: 60px;
	margin-bottom: 80px;
}

/* STYLES FOR INDEX PAGES */
 
body#skillindex dt {
 padding-bottom: 0.1em;
}

.letterNavigation a {
	padding: 2px 2px 4px 2px;
}

.listContent a, .backtotop a {
	padding-left: 0.2em;
	padding-right: 0.2em;
}

/*CR#205399*/
.hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* For Internet Explorer */
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	white-space: nowrap;
}
/* Letter navigation */
ul.letterNavigation, ul.pageNavigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.letterNavigation li, ul.pageNavigation li {
	display: inline;
}
/* Definition lists */
dl ul.pageNavigation {
	display: inline-block;
}
dd.listContent {
	display: inline;
	margin: 0;
}
dd.listContent:after{
	display: block;
	content: '';
}
dt.listHeading{
	display: inline-block;
	padding: 0;
	background-color: #ffffff;
	color: #494b43;
	font-variant: normal;
	font-style: normal;
	font-size: 1.0em;
	font-family: Arial,Helvetica,sans-serif;
	margin-left: 40px !important;
}
dl.marginAlign{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h3.headingStyle{
	margin-bottom: 0;
	margin-top: 1.5em;
}

/* -------------------------------------------------- */

/*  STYLES FOR PRINTING */

@media print {

	body#resourceaids, body#resources {
		max-width: 100%;
		font-size: 0.8em;
	}

	p, td, dt, dd {
		max-width: 100%;
	}

	#resourcespage, #resources, #resourceaids {
		margin-left: 0px;
		margin-right: 30px;
		padding-left: 0px;
	}

	td {
		height: 1.5em;
		line-height: 1.3em;
	}

	td.field {
		width: 100px;
	}

	.formtable {
		page-break-before: always;
	}

	#title-box-article, .title-article {
		width: 100%;
		padding-bottom: 16px;
	}

	#coursereference {
		margin-top: 2.0em;
		padding-bottom: 0.5em;
		border: 0;
		padding-top: 0.1em;
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
	}

	#coursereference p {
		margin-top: 0.3em;
		margin-bottom: 0.2em;
		margin-left: 0px;
		font-size: 80%;
		width: 100%;
	}

	p.coursetopic {
		margin-top: 0.2em;
		margin-bottom: 0.2em;
		margin-left: 0px;
		font-size: 80%;
	}

	h1.aid-title {
		margin-top: 3.0em;
		border-bottom-color: #bababa;
		border-bottom-style: solid;
		border-bottom-width: 2px;
		padding-bottom: 0.2em;
		width: 100%;
		margin-bottom: 10px;
		font-size: 1.1em;
		margin-left: 0px;
	}

	#main-box {
		margin-left: 0px;
		margin-top: 0.1em;
		display: block;
		width: 100%;
	}

	p {
		padding-bottom: 0px;
		font-size: 0.8em;
		margin-left: 0px;
	}

	ul {
		margin-bottom: -10px;
		padding-bottom: 0px;
		font-size: 0.8em;
		list-style: disc outside;
		margin-left: 15px;
	}

	li {
		line-height: 120%;
		margin-bottom: 0.4em;
	}

	#bottom-index-box {
		margin-bottom: 0px;
	}

	#objectiveslist {
		text-indent: 0px;
	}

	p.objectives-intro {
		padding-top: 1.0em;
		text-indent: 0px;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	h2.objectives-subhead {
		margin-left: 0px;
		padding-top: 1.0em;
		text-indent: 0px;
		margin-bottom: 0.6em;
	}

	#resourcespage ul {
		margin-top: 1.0em;
		margin-left: 0px;
	}

	#resources ul {
		margin-top: 0.6em;
	}

	#main-box dl {
		margin-top: 10px;
	}

	.table-box {
		padding-top: 0px;
		margin-bottom: 0px;
	}

	#main-box .table-box {
		margin-top: 0px;
		width: 100%;
	}

	ul ul, body, #resources, h1, h2, #body-content, .holder, .table-box, .intro-bodytext, .bodytext, .picture-caption, #title-box-article, .subcategory, .subhead-resources-bodytext, .indented-resources-bodytext, .title-article, h2.article-subheading, h3.article-subheading, h4.article-subheading, ul ol, .supplement-instruction {
		margin-left: 0px;
		padding-left: 0px;
	}

	.holder {
		page-break-before: auto;
		padding-top: 0px;
	}

	#definitions {
		page-break-before: auto;
	}

	#main-box p, #main-box ul {
		margin-top: 0px;
		margin-bottom: 10px;
		width: 100%;
	}

	.printout-resourcetype, .screenlabel, #main-box .form-caption, #printer-text, noscript, input, #bottomlinks, p.backtotop, #toc {
		display: none;
	}

	body {
		background: 0;
	}

	#fullpage-box {
		width: 100%;
	}

	.objective-heading {
		width: 100%;
	}

	.objective-list {
		margin-bottom: 0.6em;
	}

	dl, dl.bodytext-definition-list {
		margin-left: 0px;
		width: 95%;
	}

	dt {
		margin-left: 0px;
		margin-right: 15px;
		width: 90%;
	}

	.feature-box {
		margin-left: 0px;
		width: 95%;
	}

	.feature-content-container {
		margin-left: 0px;
		width: 90%;
		padding-bottom: 1.0em;
	}

	.code-paragraph, .code-paragraph-article {
		margin-left: 0px;
		width: 90%;
		padding: 15px 20px;
	}

	.top-link {
		display: none;
	}

	.syntax-paragraph {
		margin-left: 15px;
		width: 90%;
	}

	#title-box, #objective-box {
		margin-left: 0px;
	}

	.objective-text, #content-box, h2.division, p.bodytext, .feature-label {
		margin-left: 0px;
		width: 100%;
	}

	dd {
		margin-left: 20px;
	}

	.picture-box {
		margin-left: 0px;
		text-align: left;
	}

	.picture-box img {
		margin-left: 0px;
		margin-top: 10px;
	}

	#glossary hr {
		width: 90%;
	}

	#glossary div#title-box, #glossary div.index {
		display: none;
	}

	#resources div#copyright-claim {
		margin-top: 2.0em;
	}

	#resources div.copyright-claim {
		margin-top: 2.0em;
	}

	#resources #objectiveslist ul {
		margin-left: 0px;
		margin-top: 0.1em;
	}

	#resources #objectiveslist ul li {
		font-size: 100%;
	}

	#resources div#copyright-claim p.copyright-text {
		display: block;
		text-align: center;
		font-size: 0.7em;
	}

	#resources div.copyright-claim p.copyright-text {
		display: block;
		text-align: center;
		font-size: 0.7em;
	}

	#main-box > ul li {
		list-style-type: disc;
		margin-left: 5px;
		padding-left: 0px;
	}

	#main-box > ol li {
		list-style-type: decimal;
		margin-left: 20px;
		padding-left: 0px;
	}

	#resourceaids #main-box ul li ul li {
		list-style-position: outside;
		margin-left: 15px;
		padding-right: 10px;
		font-size: 100%;
	}

	#skillport-links {
		display: none;
	}

	.referencelabel {
		width: 100%;
		font-size: 1.2em;
		background: transparent;
		color: #54584f;
		text-align: left;
		display: block;
		white-space: normal;
		font-weight: bold;
		font-variant: normal;
		font-style: normal;
		font-family: Arial, Helvetica, sans-serif;
		padding-bottom: 2px;
		border-bottom: 1px solid #81887b;
		margin-top: 0;
		margin-bottom: 1.0em;
	}

	h1 .title-article {
		font-size: 1.5em;
		color: #494b43;
		background-color: #ffffff;
	}

	#title-box-article {
		line-height: 2.2em;
	}

	h2.article-subheading {
		margin-bottom: 0.2em;
	}

	h3.article-subheading {
		margin-bottom: 0;
	}

	h4.article-subheading {
		margin-bottom: 0;
		margin-top: -0.1em;
	}

	#resource-code pre.coding {
		margin-top: 0.5em;
	}

}

/* CSS FILE UPDATED BY EAMON MAG UIDHIR 0820h 12 NOV 2015 */