/* remotefilename=/style/styles.css
 *
 *	Copyright © 2008-2014 by SpaceColonists.com.  All rights reserved.
 *
 *	$Id: /style/styles.css,v $
 */
/**
*	Main stylesheet for WebsiteName
*
*	Author:			Fred Koschara
*	Creation Date:	October eighth, 2008
*	Last Modified:	July 16, 2014 @ 2:59 pm
*
*	Revision History:
*	   Date		  by		Description
*	2014/07/16	wfredk	major update
*	2008/10/88	wfredk	original development
*/
body
{	background:#000000 url('/graphics/l5-back.jpg');
	color:#e8e8cc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
td, p
{	background:none;
	color:#e8e8cc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

form
{	display:inline;	/* required to make InternetExploiter work right */
}
img, fieldset
{	margin:0;
	padding:0;
	border:0;
}

input.numeric
{	text-align:right;
}
input.rightButton
{	font-weight:600;
	height:30px;
	background-color:#074723;
	color:Gold;
}
input.wrongButton
{	font-weight:bold;
	/*height:30px;*/
	background-color:#200000;
	color:Gray;
}

.focusButton
{	background-color:DarkBlue;
	color:Yellow;
	font-weight:700;
}

:link
{	text-decoration:none;
	color:#9999ff;
}
:visited
{	text-decoration:none;
	color:#ff66ff;
}
a:focus,a:active
{	outline:0;
}
a:active
{	text-decoration:none;
	color:white;
}
:link:hover
{	text-decoration:underline;
	color:red;
}
:visited:hover
{	text-decoration: underline;
	color: red;
}
:link:hover.toclink
{	text-decoration:underline;
	color:#9999ff;
}
td.toc, p.toc
{	color:#ffff66;
}
.tdetail
{	font-size:10px;
}
.main
{	font-size:14pt;
	color:#ffffcc
}
.maincomment
{	font-size:10pt;
	color:#ffffcc
}
.features, .features div, .features div td, .features td, .features td p
{	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffe8;
}

.dispText
{	background-color:DimGray;
	color:White;
	padding:5px;
	border:1px White solid;
	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
{	border:2px solid lightgray;
	border-collapse:collapse;
	background-color:dimgray;
	color:#99ff99;
	font-weight:700;
	padding:3px 10px;
}

#overlay
{	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: black url(/graphics/spinner.gif) no-repeat scroll center center;
}
#lightbox
{	position:absolute;
	padding:2em 3em;
}
#lightbox, #lightbox table, #lightbox tbody, #lightbox td
{	background:#333333;
}

.embed
{	border:0;
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
	padding:0;
}
.collapseborder
{	border-collapse:collapse;
}
.nobordr
{	border:0px none;
}
.thinbordr
{	border:1px solid White;
}

.listTable
{	border:1px solid white;
	padding:7px;
}
table.listTable
{	margin:auto;
	border-collapse:collapse;
}

.relSiteLink
{	font-size:150%;
	color:#ffffe8;	/* TxtColor */
	font-weight:bold;
}
.relBanner
{	padding-left:5em;
}

table.mockBanner
{	margin-left:5em;
	width:468px;
	height:62px;
	border:1px solid white;
}
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
{	padding:5px;
	text-align:left;
	vertical-align:top;
	border:1px solid White;
	background:Black;
}
.listcell
{	padding:5px;
	text-align:left;
	vertical-align:top;
	border:1px solid White;
}
.padcell
{	padding:15px;
	text-align:center;
	vertical-align:middle;
}
.pricecell
{	border:1px solid white;
	padding:10px;
}

.toctitle, td.toctitle
{	color:#6699ff;
	font-size:20pt;
	font-weight:bold;
	font-style: italic;
	padding:20px;
	background:none repeat scroll 0 50% #550055;
}
.tocBackground
{	vertical-align:top;
	text-align:right;
/*	background:none repeat scroll 0 50% white; */
	background:none repeat scroll 0 50% #550055;
}
.tocMenu
{	list-style:none;
	color:#ffff66;
	background:none repeat scroll 0 50% #550055;
	text-align:left;
	vertical-align:top;
}
.tocLink, td tocLink, a.tocLink	/* watch out for toclink */
{	text-decoration: none;
	color: #99ff99;
}
.tocLink:link, .tocLink:visited
{	text-decoration: none;
	color: #99ff99;
}
.tocLink:link:hover
{	text-decoration: underline;
	color: #9999ff;
}
.tocLink:visited:hover
{	text-decoration: underline;
	color: red;
}
.notLink, td notLink
{	color:#ffff66;
}
.stubLink:link, .stubLink:visited
{	text-decoration:none;
	color:#339933;
}
.tocLevel1
{	font-size:120%;
	font-weight:bold;
	margin-top:14px;
}
.tocLevel3
{	font-size:110%;
	font-weight:bold;
	margin-top:10px;
}
.tocLevel5
{	font-weight:bold;
	margin-top:6px;
}
/*.tocLevel7
{	normal text
	margin-top:2px;
}*/
.tocLevel9
{	font-size:90%;
}
.tocDetail
{	font-style: italic;
	margin-left:20px;
	font-size:90%;
}

#toc
{	position:absolute;
/*	z-index:-1; */
	width:275px;
}

#floatMenu
{	position:absolute;
/*	left:75%;
	margin-left:25px;*/
	top:0px;
}

#nav *
{	position:relative;/* peek-a-boo bug fix for IE6 */
	min-width:0;/* peek-a-boo bug fix for IE7 */
}
#nav img
{	padding:3px;
}
#nav li
{	display:block;
/*	width:280px; */
	cursor:pointer;
	list-style:none;
/*	padding:0 0 0 10px;*/
	padding:0;
	margin:0;
}
#nav a
{	padding:5px 0;
	text-decoration:none;
}
#nav ul
{	margin:0;
	padding:0;
/*	visibility:hidden; */
	display:none;
	zoom:1;/*fixes ie6 bug (list will disappear after slideDown)*/
}
#nav ul li
{	padding-left:0
}
#nav ul li a
{	padding:0;
}

/*#navContainer
{	clear:both;
	width:320px;
	margin:15px;
}*/

td.altColor, td.altColor td
{	color: #000000;
}
td.color3
{	background-color: #330033;
	color: #e6e666;
}

.altColor
{	background: #cc99ff url('/graphics/bgmas_00.gif');
	color: #000000;
}
.altColor:link, td.altColor:link
{	color: #3333ff;
	background: none;
}
.altColor:visited, td.altColor:visited
{	color: #660033;
	background: none;
}

.SrchRslt
{	border:1px solid #e8e8cc;
	border-collapse:collapse;
	padding:5px;
}

.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
{	vertical-align:top;
}
.middle
{	vertical-align:middle;
}
.bottom
{	vertical-align:bottom;
}

.dblspace
{	margin-top:1em;
}

#content .size90, .size90
{	font-size:0.9em;	/* == 90% */
}
#content .size110, .size110
{	font-size:1.1em;	/* == 110% */
}
#content .size120, .size120
{	font-size:1.2em;	/* == 120% */
}
#content .size150, .size150
{	font-size:1.5em;	/* == 150% */
}

h1.short
{	margin-top:.25em;
	margin-bottom:.25em;
}
h1
{	font-size:24pt;
	font-weight:bold;
}
h2
{	font-size:18pt;
	font-weight:bold;
}
h3
{	font-size:14pt;
	font-weight:normal;
	font-variant:small-caps;
}

.bold
{	font-weight:bold;
}
.undln
{	text-decoration:underline;
}

.zDescr
{	font-size:120%;
	color:PowderBlue;
}

.ErrorBkgd
{	background:#cc0000;
}
.BigErrorText
{	font-size:120%;
	background:#cc0000;
	color:#ffff66;
}
.ErrorText
{	background:#cc0000;
	color:#ffff66;
}
.ErrorTitle
{	background:#cc0000;
	color:#99ffff;
}
.BigNoticeText
{	font-size:120%;
	background:#cc0000;
	color:#ffff66;
}
.NoticeText
{	background:#cc0000;
	color:#ffff66;
}
.NoticeTitle
{	background:#cc0000;
	color:#99ffff;
}

.BkgCoCode	/* background color */
{	color:#101010;
}
.BtnColor	/* button color */
{	color:#99ff99;
}
.CapColor	/* caption color */
{	color:#33cc99;
}
.LblColor	/* label color */
{	color:#99ff99;
}
.LnkColor	/* link color */
{	color:#9999ff;
}
.LnkColorAlt	/* alternate link color */
{	color:#3333cc;
}
.NRqColor	/* not-required element marker color (background) */
{	color:#101010;
}
.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 */
