body {
	font-size: 10pt;
	font-family: Verdana, helvetica, Arial, sans-serif;
	text-align: center;
	background-color: gainsboro;
	margin-top: .75em;
	margin-bottom: 0;
}

div.page {
	max-width: 48em;	/* all other tags max-width must match or less*/
	min-width:10em;
	text-align:left;
	margin:0 auto;
	padding-top:0;
	padding-right: .5em;
	padding-bottom: .85em;
	padding-left: .5em;
	background-color:White;
	border-radius:.5em;
}

div.content {
    max-width: 34em;
    padding-bottom: 1em;
}


div.contentShort {
    max-width: 26em;
}

div.contentWide {
    max-width: 40em;
}

div.userGuideContent {
    max-width: 46em;
    padding-left: 0.5em;
    min-height: 46em;
}

div.dbmsNote {
    text-align:left;
    margin-left:1em;
    text-decoration:underline;
}

div.pageNote {
    padding-right: 0.75em;
    padding-top:0em;
    padding-right: 2.8em;
    font-size: xx-small;
    text-align: right;
    vertical-align: bottom;
}

h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
}

h4 {
	font-size: 1.1em;
	color: red;
	margin-bottom: 0em;
}

h5 {
	font-size: 9pt;
	margin-bottom:.5em;
}

h6 {
	font-size: 8.5pt;
	margin-bottom:.5em;
}

td {
	font-size: 9pt;	
}

td.hdrItem {
	height: 1.5em;
	width: 16em;
	background-color: #bbcafb;
	text-align: center;
}

td.sideBar {
	background-color: #ddebfb;
}

td.endItem {
	padding-left: 3em;
	padding-right: 1.5em;
	border-radius: 0 .3em .3em 0;
}

th {
	font-size: 9pt;	
	font-weight:normal;
	background-color:#ddebfb;
	border-radius: .3em;
}

th.secondary, th.beta {
    background-color: #fbeddd;
}


.title_key {
	font-size: 10.5pt;
	color: red;
	font-weight:bold;
}

table {
/*	border-bottom-style:solid;
	border-bottom-color:Black;
	border-top-style:solid;
	border-top-color:Blue;*/
}

table.pagehdr {
	padding-top:1.3em; 
	padding-bottom:.8em;
	width: 100%;
}

.appImage {
	width: 4em;
	height: 4em;
}

.topicImage {
    width: 2.5em;
    height: 2.5em;
}

.smallAppImage {
    width: 2.5em;
    height: 2.5em;
    margin-right: .5em;
    padding-left: 1em;
    padding-right: 1.5em;
}

.iconImage {
    width: 1.25em;
    height: 1.25em;
    padding-right: 0.5em;
}

li.imageImplicit {
    padding-bottom: 1em;
}

.appName {
	font-size: 1.2em;
	font-weight: 500;
	width: 100%;
	padding-left: .75em;
}

.appTitle {
	font-size: 1.1em;
    color: dimgrey;
	padding-bottom: 0.5em;
}

td.homeUp {
	text-align: right;
}

td.homeUpText {
    text-align: right;
    padding-right: 2em;
}

table.img {
	text-align:center;
}

table.img td {
}

div.screenShotNav {
	min-height:20em;
	display: flex;
	align-content: center;
	border-radius: .5em;
}

table.pageNav {
	empty-cells:show;
 	border:0;
}

table.pageNav {
	border-right: none;
}

table.pageNav {
	border-right: none;
	border-bottom: none;
	padding-left:0.5em;
	padding-right:0.5em;	
}

table.pageNav td {
	width: 1em;
}

table.pageNav td.current {
	color:red;
}

p.no_margintop {
	margin-top:0em;
}

p.seealso {
	margin-top:2em;
	margin-bottom:-.5em;
}

p.note {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 2em;
    margin-right: 2em;
    border-radius: .5em;
    background-color: gainsboro;
}

img {
	border:none;
	/* IE bug: scales down image if bigger than max width but uses image 
	   original size when determining containing element width
	*/
	max-width:54em;
}

img.screenShot {
	width:100%;
	max-width: 54em;
}

div.guide_images {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 18em;
    float: right;
    padding-left: 1em;
    padding-bottom: 1em;
}

img.strobe_user_guide {
    width: 100%;
    max-width: 18em;
}

figure.strobe_user_guide {
    width: 100%;
    max-width: 18em;
    float: right;
    padding-left: 1em;
    padding-bottom: 1em;
}

img.ad_hoc {
    float: right;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
}

figure.ad_hoc {
    float: right;
}

figure.under {
    padding-top:2em;
}

figcaption.center {
    text-align:center
}

p {
	max-width: 52em;
	min-width:18em;	
}

p.last {
	margin-bottom:0em;
}

pre {
	white-space:pre-wrap;
}

pre.errorLog {
	color: red;
	margin-left: 1em;
}

hr {
	max-width: 54em;
	margin-left:0em; /* for Firefox */
}

ol {
	max-width: 46em;
	padding-left: 2.8em;
	margin-left: 0.1em;
}

/* IE would not show list item number/symbol */
ul {
	max-width: 46em;
	padding-left: 2em;
	margin-left: 0.0em;
}

ul.no_bullet {
    list-style-type: none;
}

ul.no_bullet_no_indent {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li.sparse {
    margin-top: 1em;
}

ol, li {
	max-width: 46em;
	margin-bottom: 0.25em;
}

.label {
	background-color:#ddebfb;
}

.code {
	font-size: small;
	font-family: Consolas, Courier New;
	background-color:#dcdcdc;
	margin-top:.5em;
	margin-bottom:.5em;
	padding-top:.75em;
	padding-bottom:.75em;
	padding-left:.66em;
    padding-right:1.5em;
    width:fit-content;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

a:hover {
	color: red;
}

footer {
	padding-top:2em; 
	font-size:smaller; 
	color: gray;
}

.curPage {
	color: red;
}

body.license {
	font-size: 8pt;
}

div.license {
	padding-top: .5em;
	padding-left: 1.75em;
}

h6.license {
	font-size: 8pt;
}

div.second {
	padding-left: 1.5em;
	display: inline-block;
}

div.end {
	padding-right: 1.25em;
	display: inline-block;
	float: right;
}

div.review {
    width: 7em;
}

.floatRight {
    float: right;
    padding-left: 0.75em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}

figure {
    padding: 0;
    margin: 0;
}

figcaption {
    padding-top:1em;
    font-size:xx-small;
}

.smallerText {
    font-size:smaller;
}


@media (prefers-color-scheme: dark) {
    body {
		background-color: #121212;
		color: gainsboro;
	}

	div.page {
		background-color: #121212;
	}

	h4, .title_key, table.pageNav {
		color: #ab2222;
	}
	td.curPage {
		color: #ff006e;
	}

	th {
		background-color: #333333;
	}

    th.secondary, th.beta {
        background-color: #383838;
    }

	td.hdrItem {
		background-color: #121212;
	}

	td.sideBar {
		background-color: #121212;
	}

	a:link {
		color: #7e9cfc;
	}
	a:visited {
		color: #ac7ee1;
	}

	a:hover {
		color: #2977ff;
	}

	.label {
		background-color: #ddebfb;
	}

    .code {
        background-color: #282828;
    }
	hr {
		border-color:dimgray;
	}

    p.note {
        background-color: #282828;
        color: gainsboro;
    }
}