/* remotefilename=/style/styles.css
 *
 *	Copyright © 2017-2018 by The Race To Space Project.  All rights reserved.
 *
 *	$Id: /style/styles.css,v $
 */
/**
*	Main stylesheet for RaceToSpaceProject.com
*
*	Author:			Fred Koschara
*	Creation Date:	December fifth, 2017
*	Last Modified:	May 4, 2018 @ 6:43 am
*
*	Revision History:
*	   Date		  by		Description
*	2018/05/04	wfredk	original development
*		|						|
*	2017/12/05	wfredk	original development
*/
*
{	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body
{	background:#000000 url('/graphics/l5-back-eso1213a-4K.jpg');
	color:#e8e8cc;
	font-size:11pt;
	font-weight:normal;
}
td, p
{	background:none;
	color:#e8e8cc;
	font-size:11pt;
	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.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;
}

.preorderButtonCell
{	background:none;
	border:0;
	height:110px;
	padding:10px 0;
	width:190px;
}
.preorderButton
{	background:url(/graphics/PreOrderButton.png) no-repeat center center;
	border:0;
	height:104px;
	margin:3px;
	width:184px;
}

.bookTitle
{	color:#ff6666;
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
}
.prjTitle
{	color:#ff6666;
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
}

#menuRoot *
{	min-width:0;/* peek-a-boo bug fix for IE7 */
	position:relative;/* peek-a-boo bug fix for IE6 */
}
#menuRoot p
{	margin-top:6px;
}
#menuRoot img
{	padding:3px;
}
.tocRoot
{	padding:0;
}
.tocLevel1
{	font-size:120%;
	font-weight:bold;
	margin-top:9px;
}
.tocLevel2
{	font-size:110%;
	font-weight:bold;
	margin-top:6px;
}
.tocLevel3
{	font-size:100%;
	font-weight:bold;
	margin-top:3px;
}
.tocLevel4
{	font-size:90%;
	margin-left:-10px;
	margin-top:2px;
}
/*.tocLevel5
{	normal text
	margin-top:2px;
}* /
.tocLevel6
{	font-size:90%;
}*/
.tocDetail
{	font-size:90%;
	font-style:italic;
	font-weight:bold;
	margin-left:20px;
}
td.toc, p.toc
{	color:#ffff66;
}
.tdetail
{	font-size:10px;
}
.tocBackground
{	background:none repeat scroll 0 50% #001100;
	vertical-align:top;
}
.tocImage
{	margin:2em 0;
	text-align:center;
}
.tocTitle, td.tocTitle,		.toctitle, td.toctitle
{	background:none;
	color:#6699ff;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	padding:20px 0 20px 40px;
}
.tocBtn, .tocBtnNot
{	display:inline-block;
	text-align:left;
	vertical-align:text-top;
	width:14px;
}
.tocMenuContainer
{	background:none;
	color:#ffff66;
	padding:0 7px;
	text-align:left;
	vertical-align:top;
}
.tocMenu, td.tocMenu
{	background:#001100;
	color:#555555;
/*	display:none; */
	list-style:none;
	text-align:left;
	vertical-align:top;
}
.tocMenuOpen
{	background:#001100;
	color:#555555;
	list-style:none;
}
.tocMenu1
{	padding-left:25px;
}
.tocMenu2
{	padding-left:25px;
}
.tocMenu3
{	padding-left:25px;
}
.tocMenu4
{	padding-left:25px;
}
.tocMenu5
{	padding-left:25px;
}
.tocMenu6
{	padding-left:25px;
}
.tocLink, td tocLink, a.tocLink	/* watch out for toclink */
{	color:#99ff99;
	text-decoration:none;
}
.tocLink:link, .tocLink:visited
{	color:#99ff99;
	text-decoration:none;
}
.tocLink:link:hover
{	color:#9999ff;
	text-decoration:underline;
}
.tocLink:visited:hover
{	color:red;
	text-decoration:underline;
}
.notLink, td notLink
{	color:#555555;
}
.stubLink:link, .stubLink:visited
{	color:#339933;
	text-decoration:none;
}

: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;
}
:link:hover.toclink
{	color:#9999ff;
	text-decoration:underline;
}

#sf_page_contents
{	float:left;
}

#toc
{	position:absolute;
/*	z-index:-1; */
/*	width:275px; */
}

#floatMenu
{/*	position:absolute;
/*	left:75%;
	margin-left:25px;*/
	top:0px;
}

.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;
}

table.mockBanner
{	border:1px solid white;
	height:62px;
	margin-left:5em;
	width:468px;
}
td.mockBanner
{	background:black;
	border:0;
	font-size:200%;
	height:62px;
	margin:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
}

.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
{	background:white;
	color:black;
}

.darklistcell
{	background:Black;
	border:1px solid White;
	padding:5px;
	text-align:left;
	vertical-align:top;
}
.listcell
{	border:1px solid White;
	padding:5px;
	text-align:left;
	vertical-align:top;
}
.padcell
{	padding:15px;
	text-align:center;
	vertical-align:middle;
}
.pricecell
{	border:1px solid white;
	padding:10px;
}

td.altColor, td.altColor td
{	color:#000000;
}
td.color3
{	background-color:#330033;
	color:#e6e666;
}

.altColor
{	color:#000000;
}
.altColor:link, td.altColor:link
{	background:none;
	color:#3333ff;
}
.altColor:visited, td.altColor:visited
{	background:none;
	color:#660033;
}

.srchRslt
{	border:1px solid #e8e8cc;
	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;
}

.floatLeft
{	float:left;
}
.floatRight
{	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;
}

.L5Gold
{	color:#ffcc33;
}

.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, .NRqColor	/* background, not-required element marker color */
{	color:#101010;
}
.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;
}
.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:#e8e8cc;
}
.VLnColor	/* visited link color */
{	color:#ff66ff;
}
.VLnColorAlt	/* alternate visited link color */
{	color:#cc33cc;
}
/* EOF: styles.css */
