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;
	padding: 0px;
}
.sidebar {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CC3333;
	border-right-color: #CC3333;
	border-bottom-color: #CC3333;
	border-left-color: #CC3333;
	padding-top: 10px;
}
.sidebar h1 {
	font-size: 12px;
	text-align: center;
	color: #333366;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	margin-top: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-color: #333366;
	border-left-color: #333366;
	border-bottom-color: #333366;
	font-variant: small-caps;
}
.sidebar ul {
	list-style-type: none;
	list-style-position: outside;
	color: #333333;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	padding-left: 2px;
	margin-left: 20px;
	padding-right: 10px;
	font-weight: 400;
	padding-bottom: 10px;
	list-style-image: url(/images/bullet_triangle.gif);
	line-height: 110%;
}
.sidebar li {
	margin-top: 10px;
	margin-bottom: 8px;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #000066;
	font-weight: 500;
}
.sidebarbullet {
	font-size: 12px;
	list-style-image: url(/images/bullet_triangle.gif);
	margin-left: -25px;
	padding-left: 0px;
	text-align: left;
	list-style-position: outside;
	color: #333366;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin-top: 5px;
}

dd {
	margin-bottom: 8px;
}
dl {
	margin-top: 10px;
	margin-bottom: 5px;
}
h1           {
	font-size: 18px;
	font-weight: 900;
	color: #333366;
	margin-bottom: 5px;
}
.indexh1 {
	font-size: 18px;
	font-weight: 800;
	color: #333366;
	margin-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}
h2           {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
h3           {
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 4px;
}
h4           {
	font-size: 12px;
	font-variant: normal;
	margin-bottom: 4px;
	font-style: italic;
	font-weight: normal;
}
ol           { 
	list-style-type:decimal; 
	margin-top:1em; 
	margin-bottom:1em
}
ul           {
	list-style-type: disc;
	margin-top:2px;
	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 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;
	left: 0px;
	top: 0px;
	right: auto;
	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: none;
	border-left-style: none;
	top: 0px;
	z-index: 50;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url(/images/gradient_blue_vert.jpg);
}
#logo {
	margin-left: 20px;
	position: relative;
	z-index: 2000;
	float: left;
	display: inline;
}

#searchform {
	position: relative;
	float: right;
	margin-bottom: 0px;
	z-index: 1500;
	clear: right;
	width: 200px;
	display: inline;
	margin-right: 5px;
}

/* main navigation bar */
#navbarmain {
	position: relative;
	width: auto;
	visibility: visible;
	z-index: 1000;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #14142A;
	border-bottom-color: #14142A;
	border-right-style: none;
	border-left-style: none;
}

/* breadcrumbs element controlled in qm_styles.css */
/* bodymain wraps leftcolumn and bodyright */ 
#bodymain {
	position: relative;
	overflow: visible;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 900;
	clear: both;
}
#leftcolumn {
	width: 165px;
	position: relative;
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
	z-index:auto;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#bodyright {
	margin-left: 185px;
	line-height:1.5em;
	padding-left:15px;
	position:relative;
	z-index:auto;
	padding-right: 0px;
	margin-right: 0px;
}
/* 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;
}

/* styles for product pages */
#FeatureBox li {
	font-size: 10px;
	margin-left: -20px;
	list-style-position: outside;
	list-style-type: square;
	padding-right: 5px;
}
#FeatureBox p {
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 1.5;
}
#FeatureBox {
	background-color: #FFFFDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	border: thin solid #666666;
	width: 170px;
	z-index: 1000;
	margin-bottom: 10px;
	padding-bottom: 15px;
	display: inline;
}

#prodBox {
	height: auto;
	width: 650px;
	position: relative;
	z-index: 800;
	padding: 0px;
	overflow: visible;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#prodBox h1 {
	font-size: 16px;
	margin-bottom: 0px;
	text-align: center;
}

#prodSQDR {
	position: relative;
	z-index: 800;
	background-color: #FFFFFF;
	height: auto;
	line-height: 1.6em;
	overflow: visible;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
	padding: 0px;
}


#prodSQDRPlus {
	position: relative;
	z-index: 800;
	height: auto;
	line-height: 1.6em;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	overflow: visible;
	margin-left: 0px;
	border: 2px none #000066;
	width: auto;
	padding: 0px;
}

#prodStarSQL {
	position: relative;
	z-index: 800;
	height: auto;
	line-height: 1.6em;
	background-color: #FFFFFF;
	overflow: visible;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
	margin-top: 5px;
	padding: 0px;
}

#prodCA {
	position: relative;
	z-index: 800;
	background-color: #FFFFFF;
	height: auto;
	line-height: 1.6em;
	overflow: visible;
	margin: 0px;
	border: 2px none #CC0000;
	width: auto;
	padding: 0px;
}

.prodMkt {
	text-decoration:none;
}


.prodMkt p {
}

.prodMkt h1 {
	margin-top:5px;
	font-family: "Bodoni MT";
	font-size: 24px;
}
.productCategory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	word-spacing: .75em;
	margin-top: 10px;
	letter-spacing: 0.6em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-variant: normal;
}


#prodBox a:link {
	color: #333366;
	text-decoration:none;
}

#prodBox a:focus {
	color: #333366;
	text-decoration:none;
}

#prodBox a:hover {
	color: #333366;
	text-decoration:none;
}

#prodBox a:active {
	color: #333366;
	text-decoration:none;
}
#prodBox a:visited {
	color: #333366;
	text-decoration:none;
}

/* custom styles */

.CellBody     { 
	font-size: 10px;
	margin: 5px; 
}
.CellHeading {
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.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;
}

.DocInfo     { 
	font-style: italic; 
	font-size: 11px;
}
.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;
}
.mainsidebar {
	background-color: #ECE2C4;
	visibility: visible;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CC3333;
	border-right-color: #CC3333;
	border-bottom-color: #CC3333;
	border-left-color: #CC3333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
}
.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;
}
.TechDocTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #CC3333;
}
#datareplication {
	position: relative;
	z-index: 800;
	height: auto;
	margin-top: 0px;
	border: medium none #000066;
	overflow: visible;
	line-height: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: auto;
}
#dbaccess {
	position: relative;
	z-index: 800;
	margin-bottom: 0px;
	height: auto;
	width: auto;
	border: medium none #CC3333;
	overflow: visible;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.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;
}
#PrintPage {
	z-index: 900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
}
#cse-search-results {
	padding-left: 30px;
}
#bodywide {
	position: relative;
	z-index: 1000;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#bodywide td {
	padding:0px;
}

.lhead {
	background-color:#eee;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #00666;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #aaa;
	border-bottom-color: #aaa;
}
.lpart {
	padding-bottom:5px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 2px;
	border-left-style: none;
	border-left-color: #ccc;
}
.lpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}
.lcount {
	background-color:#999;
	color:#fff;
	padding:2px;
	font:bold 12px verdana;
	display: none;
}
#sitemap {
}
.boldlight {
	color: #666666;
	font-weight: bold;
}

