/* basic tags common to sqvmain.css */
html {
	width: 97%;
	background-color: #333366;
}
p            {
	margin-top: 4px;
}

body         {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	text-align:left;
	margin: 0px;
}
/* Div layers unique to starcust pages */
#downloadframe {
	height: 230px;
	width: 775px;
	overflow: auto;
	position: relative;
	z-index: 1400;
	padding: 0px;

}
#licenseframe {
	height: 160px;
	width: 775px;
	overflow: auto;
	position: relative;
	z-index: 1400;
	padding: 0px;

} 
#formbody .licform {
	width: 600px;	
	margin-top: 0px;	
	margin-left: 20px;
}

#objectframe {
	position: relative;
	z-index: 1200;
}

#formbody {
	width:800px;
	position: relative;
	z-index: 1000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
}
#formbody .dlform {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}
#formbody table {
	margin: 0px;
}

#formbody tr {
	text-align: left;
	padding: 0px;
}

#formbody td {
	padding: 2px;
}
#form {
	position: relative;
	z-index: 1200;
	margin-left: 50px;
}

h1           {
	font-size: 18px;
	font-weight: 900;
	color: #333366;
	margin-bottom: 5px;
}

h2           {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
h3           {
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 4px;
}
h4           {
	font-size: 12px;
	font-variant: small-caps;
	margin-bottom: 4px;
}
ol           { 
	list-style-type:decimal; 
	margin-top:1em; 
	margin-bottom:1em
}
ul           {
	list-style-type: disc;
	margin-top:1em;
	margin-bottom:1em;
	list-style-position: outside;
}
th           {
	font-weight: bold;
	margin-bottom: 2px;
}
tr           {
}
td           {
	padding: 5px;
}
li           {
	margin-top: 4px;
	margin-bottom: 4px;
}
/* Div layers for sqv web page elements */
/* pagewrapper surrounds the other elements to provide white background and inherited margins */
#pagewrapper {
	width: 900px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
	z-index: 100;
}
/* banner surrounds logo and search form */
#banner {
	height: 60px;
	position: relative;
	padding-top: 20px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	top: 0px;
	z-index: 50;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url(images/gradient_blue_vert.jpg);
	border-bottom-width: medium;
	border-bottom-color: #14142A;
}
#logo {
	margin-left: 20px;
	position: relative;
	z-index: 2000;
	float: left;
	display: inline;
}

/* footer wraps legal info, links, and copyright info */
#footer {
	position: relative;
	padding: 10px;
	clear: both;
	margin-top: 25px;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000066;
	z-index: 200;
	height: auto;
	text-align: center;
}
#footerlinks {
	padding: 8px;
	line-height: 1.5em;
	position: relative;
	z-index: 200;
}
#copyright {
	padding: 8px;
	line-height: 1.4em;
	position: relative;
	z-index: 200;
	margin-bottom: 0px;
}
#legal {
	position: relative;
	z-index: 200;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 11px;
	line-height: 1.5em;
}

/* custom sqv web site styles that may want to use in starcust pages */

.CellBody     { 
	font-size: 10px;
	margin: 5px; 
}
.CellHeading { 
	font-size: 11px; 
	font-weight: bold 
}
.Command {
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #E6E6E6;
}
#Disclaimer  {
	margin-left: 185px;
	font-size: 10px;
	margin-right: 0px;
	padding-left:15px;
	position:relative;
	z-index:auto;
	padding-right: 8px;
	margin-right: 0px;
}
#Disclaimer h1 {
	font-weight:bold;
	font-size: 10px;
	text-align: center;
}
#Disclaimer p {
	font-weight: normal;
}

.Filename {
	font-weight: bold;
}
.floatLeft {
	float: left;
	clear: both;
	margin-right: 15px;
	display: inline;
	visibility: visible;
	z-index: 500;
	position: relative;
}
.floatright {
	float: right;
	margin-left: 15px;
	display: inline;
	clear: right;
	visibility: visible;
	z-index: 800;
	position: relative;
}

.input { 
	font-family: "Courier New", Courier, monospace; 
	font-size: 12px;
}

.SectionHead  { 
	color: #30f; 
	font-size: 14px;
	font-weight: bold 
}
.subheading  {
	font-size: 12px;
	font-style: italic;
	margin-top: 0px;
}
.TextMenus {
	text-align: center;
}

.Variable {
	font-style: italic;
}
.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	display: inline;
	z-index: 700;
	position: relative;
}

