/* remotefilename=/style/styles.css
 *
 *	Copyright © 2010-20225by The L5 Development Group.  All rights reserved.
 *
 *	$Id: /style/styles.css,v $
 */
/**
*	Main stylesheet for the site
*
*	Author:			Fred Koschara
*	Last Modified:	November 24, 2021 @ 10:38 am
*
*	Revision History:
*	   Date		  by		Description
*	2025/11/24	wfredk	force input color to black b/c of AddHeader.css
*	2021/10/12	wfredk	major style import from current prototype
*	2016/04/11	wfredk	add BkgColor, NRqColor
*	2014/08/25	wfredk	add banner wrapping rulesets
*	2014/08/25	wfredk	add navbar, float, clearing rulesets
*	2014/05/11	wfredk	add a bunch of styles
*	2014/04/14	wfredk	add a bunch of styles
*	2012/08/03	wfredk	fix table backgrounds
*	2012/07/23	wfredk	fix table backgrounds with class="seeThru"
*	2010/08/18	wfredk	add a bunch of styles
*	2010/08/18	wfredk	add documentation block
*/
*
{	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body
{	background-image:url('/graphics/l5-back.jpg');
	color: #ffffe8;
	font-size: 14px;
	font-weight: normal;
}
td, p
{	background: none;
	color: #ffffe8;
	font-size: 14px;
	font-weight: normal;
}
td, th
{	padding:2px 5px;
}

form
{	display:inline;	/* required to make InternetExploiter work right */
}
img, fieldset
{	border:0;
	margin:0;
	padding:0;
}

input
{	color:black;
}

input.numeric
{	text-align:right;
}
input.readonly
{	background-color:#dfdfdf;
	color:#6d6d6d;
}
input.rightButton
{	background-color:#074723;
	color:Gold;
	font-weight:600;
/*	height:30px; */
}
input.wrongButton
{	background-color:#200000;
	color:Gray;
	font-weight:bold;
	/*height:30px;*/
}

.focusButton
{	background-color:DarkBlue;
	color:Yellow;
	font-weight:700;
}

.navbarTabs
{	clear:both;
	margin:1.5em 0 2px 2em;
}
ul.navbarMenu
{	list-style:none;
	margin:0 0 0 -20px;
	padding:0;
}
ul.navbarMenu li
{	float:left;
	margin:0 12px 1px;
}
ul.navbarMenu li:first-child
{	margin-left:0;
}
ul.navbarMenu li:last-child
{	margin-right:0;
}
ul.navbarMenu li a
{	display:block;
	font-weight:bold;
	padding:3px 20px;
}
.navbarLink
{	background-color:#181973;
	color:#e8e8cc;
}
.navbarSelected
{	background-color:#e8e8cc;
	color:#181973;
}

.toclink
{	text-decoration: none;
	color: #99ff99;
}
td.toc, p.toc
{	color: #ffff66;
}
.tdetail
{	font-size: 10px;
}

:link
{	color:#9999ff;
	text-decoration:none;
}
:visited
{	color:#ff66ff;
	text-decoration:none;
}
a:focus,a:active
{	outline:0;
}
a:active
{	color:white;
	text-decoration:none;
}
:link:hover, :visited:hover
{	color:red;
	text-decoration:underline;
}

.main
{	color:#ffffcc;
	font-size:14pt;
}
.mainBlurb
{	color:#ffffcc;
	font-size:14pt;
	margin:50px;
}
.maincomment
{	color:#ffffcc;
	font-size:10pt;
}
.features, .features div, .features div td, .features td, .features td p
{	color:#e8e8cc;
	font-size:10px;
}

/* +++ rulesets for CSP3 compliance +++ */
.fullWidth
{	width:100%;
}
input.captcha5
{	font-size:14pt;
	text-align:center;
	width:96px;
}
.noscript_pre_hr
{	margin-top:25px;
}
.marginTop5em
{	margin-top:5em;
}
table.bareCenteredNoPad
{	border:0;
	margin:auto;
}
table.center
{	margin:auto;
}
table.centeredForm
{	border:0;
	margin:auto;
	padding:5px;
}
p.indented, table.indented, div.indented
{	margin-left:2em;
}
p.tight
{	margin-bottom:0.5em;
}
/* --- rulesets for CSP3 compliance --- */

.subformTitle
{	color:#ff9933;
	margin:0 0 9px 2em;
}

.listWindow
{	background:white;
	border:1px solid black;
	min-height:8em;
	overflow:auto;
	padding:5px;
}

.dispText
{	background-color:DimGray;
	border:1px White solid;
	color:White;
	padding:5px;
	text-align:left;
	vertical-align:top;
}

table.order, tbody.order, tr.order
{	border:2px solid lightgray;
	border-collapse:collapse;
}
td.order
{	border:2px solid lightgray;
	border-collapse:collapse;
	padding:3px 10px;
	vertical-align:middle;
}
th.order
{	background-color:dimgray;
	border:2px solid lightgray;
	border-collapse:collapse;
	color:#99ff99;
	font-weight:700;
	padding:3px 10px;
}

.overlay, #overlay,
.spinnerOverlay, #spinOverlay
{	background:black url(/graphics/spinner.gif) no-repeat scroll center center;
	display:none;
	height:100%;
	left:0;
/*	opacity:0.33;	*/
	position:absolute;
	top:0;
	width:100%;
	z-index:100;
}

.lbxBackgnd
{	display:none;
	height:900px;	/* set to window height by Javascript on open lightbox */
	left:0;
	overflow:auto;
	position:absolute;
	top:0;
	width:1200px;	/* set to window width by Javascript on open lightbox */
}
.lbxClose
{	background:white;
	border:2px solid red;
	right:-29px;
	padding:6px;
	position:absolute;
	text-align:center;
	top:-24px;
	width:40px;
	z-index:500;
}
.lbxClose span
{	color:black;
	font-size:20px;
	font-weight:900;
	text-decoration:none;
}
.lightbox
{	background:#333333;
	border:1px solid white;
	display:none;
	margin:auto;
	padding:30px 25px 10px;
	position:relative;
	text-align:center;
	top:40px;
	width:1084px;	/* set to image width + 60px */
	z-index:250;
}
#lightbox
{	padding:2em 3em;
	position:absolute;
}
#lightbox, #lightbox table, #lightbox tbody, #lightbox td
{	background:#333333;
}

.dialogBox
{	background:#555555;
	border:3px solid White;
	display:none;
	padding:3em;
	z-index:750;
}
.dialogTitle
{	margin-top:0;
}
table.dialogContent
{	margin:0 auto 2.5em;
}

.embed
{	border:0;
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
	padding:0;
}
.collapseborder
{	border-collapse:collapse;
}
.nobordr, table.nobordr, tr.nobordr, td.nobordr
{	border:0px none;
}
.nobordrL, table.nobordrL, tr.nobordrL, td.nobordrL
{	border-left:0;
}
.nobordrLR, table.nobordrLR, tr.nobordrLR, td.nobordrLR
{	border-left:0;
	border-right:0;
}
.nobordrR, table.nobordrR, tr.nobordrR, td.nobordrR
{	border-right:0;
}
.thinbordr, table.thinbordr, tr.thinbordr, td.thinbordr
{	border:1px solid White;
}

.discless
{	list-style:none;
}

.listTable
{	border:1px solid white;
	padding:7px;
}
table.listTable
{	border-collapse:collapse;
	margin:auto;
}

.relSiteLink
{	color:#e8e8cc;	/* TxtColor */
	font-size:150%;
	font-weight:bold;
}
.relBanner
{	padding-left:5em;
}

.bnrBord
{	border:1px solid #777777;
	margin:15px auto;
	padding:1em;
	position:relative;
	text-align:center;
	width:488px;
}
.ovrText
{	background:black;
	bottom:-6px;
	display:inline-block;
	font-size:12px;
	left:50%;
	position:absolute;
}
.otAllPosters
{	margin:0 0 0 -115px;
	width:230px;
}
.ovrText a
{	color:#9999ff;
	text-decoration:none;
}

.newsRibbon
{	margin-bottom:10px;
	margin-top:10px;
	width:100%;
}

.newsdaterule
{	width:90%;
}
.newsdatestring
{	color:#ff9933;
}
h4.newsdatestring
{	margin-left:5%;
}
.newsleadrule
{	width:75%;
}
.newssubtitle
{	font-weight:bold;
}
.newsbyline
{	font-style:italic;
}
.newslocation
{	font-size:90%;
	margin-left:2em;
}

.whitepaper, td.whitepaper, p.whitepaper
{	background:white;
	color:black;
}

.txrMenuCell
{	padding:30px;
}

.tabAdminPane
{	border:1px solid #aaaaaa;
}

.SrchRslt
{	border:1px solid #fcfcfc;
	border-collapse:collapse;
	padding:5px;
}

.roGrayed
{	background-color:#dfdfdf;
	color:#6d6d6d;
}

.zDescr
{	color:PowderBlue;
	font-size:120%;
}

.fileSpec
{	color:#ffff66;
	font-family:monospace;
	font-size:115%;
}

.noDisplay
{	display:none;
}

.noBullet
{	counter-increment:none;
	list-style:none;
}

hr.spacer
{	margin:30px 0;
}
hr.spaceBottom
{	margin-bottom:30px;
}
hr.spaceTop
{	margin-top:30px;
}

.half
{	width:50%;
}

.seeThru
{	background:none;
}
.blkBk
{	background:black;
}

.left
{	text-align:left;
}
.center
{	text-align:center;
}
.right
{	text-align:right;
}
.justify
{	text-align:justify;
}

.top, td.top, div.top
{	vertical-align:top;
}
.middle, td.middle, div.middle
{	vertical-align:middle;
}
.bottom, td.bottom, div.bottom
{	vertical-align:bottom;
}

.glueDown, table.glueDown
{	margin-bottom:0;
}
.glueUp, table.glueUp
{	margin-top:0;
}
.dblspace, table.dblspace
{	margin-top:1em;
}
.trpspace, table.trpspace
{	margin-top:2em;
}

hr.delimiter
{	margin:3em 0;
}

.float_left
{	float:left;
}
.float_right
{	float:right;
}
.clearing
{	clear:both;
}

#content .smaller, .smaller, td.smaller
{	font-size:smaller;	/* = <small> */
}
#content .size90, .size90, td.size90
{	font-size:0.9em;	/* = 90% */
}
#content .size110, .size110, td.size110
{	font-size:1.1em;	/* = 110% */
}
#content .size120, .size120, td.size120
{	font-size:1.2em;	/* = 120% */
}
#content .size150, .size150, td.size150
{	font-size:1.5em;	/* = 150% */
}
#content .bigger, .bigger, td.bigger
{	font-size:larger;	/* = <big> */
}

.width95
{	width:95px;
}

h1.short
{	margin-bottom:.25em;
	margin-top:.25em;
}
h1
{	font-size:24pt;
	font-weight:bold;
}
h2
{	font-size:18pt;
	font-weight:bold;
}
h3
{	font-size:14pt;
	font-variant:small-caps;
	font-weight:normal;
}

.bold
{	font-weight:bold;
}
.italic
{	font-style:italic;
}
.undln
{	text-decoration:underline;
}
.monospace
{	font-family:monospace;
}

.ErrorBkgd
{	background:#cc0000;
}
.BigErrorText, .BigNoticeText
{	background:#cc0000;
	color:#ffff66;
	font-size:120%;
}
.ErrorText, .NoticeText
{	background:#cc0000;
	color:#ffff66;
}
.ErrorTitle, .NoticeTitle
{	background:#cc0000;
	color:#99ffff;
}

.BkgCoCode, .BkgColor, .NRqColor	/* background, not-required element marker color */
{	color: #000000;
}
.BtnColor	/* button color */
{	color:#99ff99;
}
.CapColor	/* caption color */
{	color:#33cc99;
}
.CopyrightColor
{	color:#999999;
}
.LblColor	/* label color */
{	color:#99ff99;
}
.LnkColor	/* link color */
{	color:#9999ff;
}
.LnkColorAlt	/* alternate link color */
{	color:#3333cc;
}
.LogoColor	/* text logo color */
{	color:#99ff99;
}
.OptColor	/* option color */
{	color:#ffff66;
}
.RqdColor	/* required element marker color */
{	color:#ff6666;
}
a.SctColor, .SctColor	/* section heading color */
{	color:#ff9933;
}
.SrchHdg
{	background-color:#666666;
}
.TxtColor	/* text color */
{	color:#ffffe8;
}
.VLnColor	/* visited link color */
{	color:#ff66ff;
}
.VLnColorAlt	/* alternate visited link color */
{	color:#cc33cc;
}
/* EOF: styles.css */
