html { 
	padding:0px;
	margin:0px;
}

body {
	/*background-color: #e1ddd9;*/
	background-color: #EAE8E9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#564b47;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p, pre {
	line-height: 150%;
	margin: 0px; 
	padding: 5px 20px 5px 20px; 
	clear: left;
}

h1 {
	font-size:16px;
	text-transform:uppercase;
	color: #564b47;
	background-color: transparent;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h1.lc {
	text-transform:lowercase;
	}

h2 {
	font-size: 14px;
	text-transform:uppercase;
	color: #02245C;
	background-color: #EFF5FA;
	width: 100%;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	text-indent: 3px;

}

h3 {
	font-size: 14px;
	text-transform: none;
	text-indent: 18px;
	line-height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #330033;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 20px;
	line-height: 100%;
	margin-bottom: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 120%;
	text-align: left;
	padding-left: 15px;
}
#h_left{
	font-size: 14px;
	text-transform: capitalize;
	background-image: url(../images/sidetable.png);
	text-indent: 18px;
	line-height: 150%;
	padding: 0px;
	background-repeat: no-repeat;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 200px;
}
#header {
	background-color: #FFFFFF;
	border-bottom: 0px solid #666;
	padding: 0px;
	height: 167px;
	margin: 0px;
}
#header img {
	border: 0px;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	line-height: 150%;
}
li {
	line-height: 150%;
	margin-top: 0px;
	padding-top: 0px;
}
ul#nav {
	position: absolute;
	top: 138px;
	left: 310px;
	width: 464px;
	margin: 0;
	padding: 0px;
	height: 35px;
	list-style-type: none;
	overflow: hidden;
}

/* what does this section do? I wonder if it's for back compat with browsers that don't support :hover
body#welcome ul#nav  { background: transparent url(../website/images/navbar/navbar.png) no-repeat; }
body#products ul#nav { background: transparent url(../website/images/navbar/navbar.png) no-repeat -22px; }
body#support ul#nav  { background: transparent url(../website/images/navbar/navbar.png) no-repeat -44px; }
body#contact ul#nav  { background: transparent url(../website/images/navbar/navbar.png) no-repeat -66px; }
*/
ul#nav li a {
	position: absolute;
	top: 0;
	width: 90px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 30px 0px 0px 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* IE5/Win */
	background: transparent url(../images/navbar/navbar.png) no-repeat;
}

body#crsp li#crsp a 				{ background-position:  0px   -30px; width: 90px; left: 0; }
body#crsp li#crsp a:hover			{ background-position:  0px   -30px; }
body#crsp li#products a 			{ background-position: -93px   0px; left: 93px; }
body#crsp li#products a:hover		{ background-position: -93px  -60px; }
body#crsp li#documentation a 				{ background-position: -186px  0px; left: 186px; }
body#crsp li#documentation a:hover		{ background-position: -186px -60px; }
body#crsp li#support a 			{ background-position: -279px  0px; left: 279px; }
body#crsp li#support a:hover		{ background-position: -279px -60px; }
body#crsp li#contact a 				{ background-position: -372px  0px; left: 372px; }
body#crsp li#contact a:hover		{ background-position: -372px -60px; }

body#products li#crsp a 			{ background-position:  0px    0px; width: 90px; left: 0; }
body#products li#crsp a:hover		{ background-position:  0px   -60px; }
body#products li#products a 		{ background-position: -93px  -30px; left: 93px; }
body#products li#products a:hover	{ background-position: -93px  -30px; }
body#products li#documentation a 			{ background-position: -186px  0px; left: 186px; }
body#products li#documentation a:hover	{ background-position: -186px -60px; }
body#products li#support a 		{ background-position: -279px  0px; left: 279px; }
body#products li#support a:hover	{ background-position: -279px -60px; }
body#products li#contact a 			{ background-position: -372px  0px; left: 372px; }
body#products li#contact a:hover	{ background-position: -372px -60px; }

body#documentation li#crsp a 				{ background-position:  0px    0px; width: 90px; left: 0; }
body#documentation li#crsp a:hover		{ background-position:  0px   -60px; }
body#documentation li#products a 			{ background-position: -93px   0px; left: 93px; }
body#documentation li#products a:hover	{ background-position: -93px  -60px; }
body#documentation li#documentation a 			{ background-position: -186px -30px; left: 186px; }
body#documentation li#documentation a:hover		{ background-position: -186px -30px; }
body#documentation li#support a 		{ background-position: -279px  0px; left: 279px; }
body#documentation li#support a:hover	{ background-position: -279px -60px; }
body#documentation li#contact a 			{ background-position: -372px  0px; left: 372px; }
body#documentation li#contact a:hover		{ background-position: -372px -60px; }

body#support li#crsp a 			{ background-position:  0px    0px; width: 90px; left: 0; }
body#support li#crsp a:hover		{ background-position:  0px   -60px; }
body#support li#products a 		{ background-position: -93px   0px; left: 93px; }
body#support li#products a:hover	{ background-position: -93px  -60px; }
body#support li#documentation a 		{ background-position: -186px  0px; left: 186px; }
body#support li#documentation a:hover	{ background-position: -186px -60px; }
body#support li#support a 		{ background-position: -279px -30px; left: 279px; }
body#support li#support a:hover	{ background-position: -279px -30px; }
body#support li#contact a 		{ background-position: -372px  0px; left: 372px; }
body#support li#contact a:hover	{ background-position: -372px -60px; }

body#contact li#crsp a 				{ background-position:  0px    0px; width: 90px; left: 0; }
body#contact li#crsp a:hover		{ background-position:  0px   -60px; }
body#contact li#products a 			{ background-position: -93px   0px; left: 93px; }
body#contact li#products a:hover	{ background-position: -93px  -60px; }
body#contact li#documentation a 			{ background-position: -186px  0px; left: 186px; }
body#contact li#documentation a:hover		{ background-position: -186px -60px; }
body#contact li#support a 		{ background-position: -279px  0px; left: 279px; }
body#contact li#support a:hover	{ background-position: -279px -60px; }
body#contact li#contact a 			{ background-position: -372px -30px; left: 372px; }
body#contact li#contact a:hover		{ background-position: -372px -30px; }

#breadcrumbs {
	background-color: #7DAFD7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	margin: 0px;
	height: 3mm;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #666;
	border-bottom: 1px solid #555;
}

#left {
	position: absolute;
	left: 6px;
	color: #564b47;
	font-size: 10px;
	line-height: 175%;
	width: 210px;
	margin-top: 15px;
	margin-left: 70px;
	top: 180px;
	margin-bottom: 20px;
	padding: 0px;
	height: 579px;
}
/*
#right {
	position: absolute;
	right: 0px;        
	width: 190px;
	color: #564b47;
	margin: 0px; 
	padding: 0px;
}

pre { 
	color: #564b47;
	font-size: 11px;
	background-color:transparent;
	font-family: Courier, Monaco, Monospace;
}

.alignright {
	margin-top: 0; 
	text-align: right;
	font-size: 10px;
}
*/

#footer {
	min-height: 200px;
}
.footer {
	font-size: 9px;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 8px;
	padding-left: 5px;
}
.footer a {
	color: #FFFFFF;
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-x;
}

.footerright {
	color: #FFFFFF;
	font-size: 9px;
	text-transform: uppercase;
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-left: 5px;
}
.footerright a {
	color: #FFFFFF;
}
.glossary {
	line-height: 100%;
	font-weight: bold;
	color: #104A98;
}


#content {
	background-color: #ffffff;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 290px;
	padding-top: 20px;
	padding-right: 75px;
	padding-bottom: 50px;
	padding-left: 35px;
	top: 210px;
	background-image: url(../images/sideline1.png);
	background-repeat: repeat-y;
	background-position: left;
}
table {
	margin: 0px 0px 0px 20px;
	top: 50px;
	padding: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	vertical-align: top;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	/*white-space: nowrap;*/
}
#links td {
	margin: 0px;
	padding: 5px;
	font-size: 10px;
	text-transform: uppercase;
	color: #ECE9D8;
	background-color: #EEEEEE;
}
#links td a:link {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-transform: uppercase;
	color: #006699;
}
#links td a:visited {

	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-transform: uppercase;
	color: #006699;
}
#links td a:hover {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-transform: uppercase;
	color: #003366;
	text-decoration: underline;
	background-color: #FFFFFF;
	background-repeat: repeat;
}
#sidetable {
	margin-left: 0px;
	width: 200px;
}
#sidetable td {
	margin: 0px;
	padding: 0px;
	border-top-width: .5mm;
	border-right-width: .5mm;
	border-bottom-width: .5mm;
	border-left-width: .5mm;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	line-height: 100%;
}

.sidetable_links {
	background-image: url(../images/rollovers/links.png);
	background-repeat: no-repeat;
	height: 24px;
	margin: 0px;
	padding: 0px;
}
#sidetable2 {

	margin-left: 0px;
	width: 200px;
}
#sidetable2 td {

	margin: 0px;
	padding: 0px;
	border-top-width: .5mm;
	border-right-width: .5mm;
	border-bottom-width: .5mm;
	border-left-width: .5mm;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	line-height: 100%;
}

/* -----------------------------------------------------------------------
	Begin Knowledge Base CSS (put this in a separate file soon. 8/11/2008)
   ----------------------------------------------------------------------- */ 
#kb_form_container {
	border-top: 1px dotted #006666; 
	border-bottom: 1px dotted #006666; 
	background-color:#F0FEFF; 
	padding: 5px 20px; 
	}

.kb_cat {
	width: 48%;
	border: 0px solid #eee;
	margin-bottom: 15px;
}
.kb_cat h2 { text-decoration: underline; }
.kb_cat ul { margin: 0px; padding:0px 0px 10px 15px; }
.kb_cat li { list-style: none; margin: 7px; padding:0px 0px 10px 0px;}

#kb_data { float: left; }
#kb_installation { float: right; }
#kb_crspsift { float: right; }
#kb_crspaccess { float: right; }

.kb_crumbs a, .kb_crumbs a:link, .kb_crumbs a:visited { text-decoration: underline; }
/* -----------------------------------------------------------------------
	End Knowledge Base CSS
   ----------------------------------------------------------------------- */
   
.doc-note {
	background-color: #FFFFEA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.doc-note p.note-subject {
	color:#003366;
	font-weight:bold;
	}

dl {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

dl.table-display
{
	width: 41.1em;
	padding: 0;
	font-family: georgia, times, serif;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 25px;
	color: #564b47;
}

.table-display dt
{
	width: 5em;
	float: left;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px solid #999;
	font-weight: bold;
	color: #564b47;
}

/* commented backslash hack for mac-ie5 \*/
dt {
	line-height: 150%;
	padding-top: 10px;
	clear: both;
	font-weight: bold;
	color: #330099;
}
dt a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;
}
.table-display dd
{
float: left;
width: 32em;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #999;
}

.table-display dd p {
	padding: 0px;
	margin: 7px 0px 0px 0px;
	}
dd {
	padding: 0px;
	line-height: 150%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
}

/* -----------------------------------------------------------------------
	End data definitions CSS
 ----------------------------------------------------------------------- */ 

pre.eg {
	border: 3px solid #ddd;
	background-color: #eee;
	font-size:12px;
	line-height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
	padding-right: 0px;
	padding-left: 3px;
	color: #000000;
	}
pre.gg {
	border: 3px solid #ddd;
	background-color: #eee;
	font-size:11px;
	line-height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
	padding-right: 0px;
	padding-left: 3px;
	color: #000000;
}

	
pre.heading {
	border: 2px solid #003366;
	background-color: #EFF5FA;
	color: #000000;
}

pre.center {
	border: 2px solid #330033;
	background-color: #F4E9E8;
	color: #000000;
}

pre.end {
	border: 2px solid #333333;
	background-color: #EAEAEA;
	color: #000000;
}
#funds td {
	width: 191px;
	padding-bottom: 5px;
}

.command_line_option h3 {
	margin-top: 25px;
	text-transform:none;
	font-family:"Courier New", Courier, monospace;
	}
	
/* -----------------------------------------------------------------------
	begin ccm css
 ----------------------------------------------------------------------- */ 
 .ccm-info {}
 /* -----------------------------------------------------------------------
	end ccm css
 ----------------------------------------------------------------------- */ 


/* -----------------------------------------------------------------------
	begin breadcrumb path css
 ----------------------------------------------------------------------- */ 

#localnav {
	padding: 0px;
	background-color: #eee;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	width: 100%;
}

#localnav p {
	padding: 0px; 
	margin: 0px;
}

#localnav #path {
    font-size: 12px;
    color: #666;
    margin: 0px;
    padding: 5px 5px;
}

#localnav form {
	margin: 0px;
    padding: 7px 0px 8px 5px;
    border-top: 1px solid #ccc;
}

#localnav input {
    font-size: 11px;
}

/* -----------------------------------------------------------------------
	end breadcrumb path css
 ----------------------------------------------------------------------- */ 

.toc table {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #003366;
	padding: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #C1E0FF;
	border-bottom-color: #BBDDFF;
	width: 100%;
}
.toc td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0.25mm none #B5D0E8;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}
.toc table td.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

.toc th {
	background-color: #EFF5FA;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	padding-left: 5px;
}
.toc caption {
	text-align: left;
	text-transform: uppercase;
}


.toc td.item-name {
	font-weight: bold;
	background-color: #F3F3F3;
}



.toc a:link       {
}
.toc   a:visited   {
	color: #003366;
}
.toc   a:hover   {
	color: #FFFFFF;
	background-color: #003366;
}
.toc a:active {
	color: #000000;
}
.indent {
	margin-left: 20px;
}

#new td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
}
#new table {
	margin-left: 13px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#new td a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;
}
#long_table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-top: -10px;
	margin-left: -5px;
}
#long_table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
hr {
	margin-left: 20px;
	width: 100%;
}
.dtstyle2 {
	font-weight: bold;
	color: #727272;
	margin-left: 10px;
}
.dtstyle3 {
	font-weight: bold;
	color: #663333;
	text-decoration: underline;
}
.dtstyle4 {
	font-weight: normal;
	color: #663333;
	text-decoration: underline;
	text-indent: 0px;
}
.dtstyle5 {
	font-weight: bold;
	color: #663333;
	text-decoration: none;
}
#slideshow {
	float: right;
	margin-top: 0px;
	padding: 0px;
}
.def table {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #003366;
	padding: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #C1E0FF;
	border-bottom-color: #BBDDFF;
	width: 600px;
}
.def {
	margin-top: 20px;
}

.def td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0.25mm none #B5D0E8;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	width: 300px;
}
.def table td.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

.def th {
	background-color: #EFF5FA;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	padding-left: 5px;
}
.def caption {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}


.def td.item-name {
	font-weight: bold;
	background-color: #F3F3F3;
}



.def a:link       {
}
.def a:visited   {
	color: #003366;
}
.def  a:hover   {
	color: #FFFFFF;
	background-color: #003366;
}
.def a:active {
	color: #000000;
	}
.h22 {
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	color: #02245C;
	background-color: #EFF5FA;
	width: 300px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	text-align: left;
	text-indent: 0;
	line-height: 130%;
}

/*
#product-docs h2, #product-docs p, #relnotes-samplecd h2, #relnotes-samplecd p {
	margin: 0px; padding: 0px;
	}
	
*/

#box-right {
	width: 40%;
	float: right;
	padding: 10px;
	border: 1px solid #012054;
	margin-top: 20px;
	margin-right: -25px;
	margin-bottom: 10px;
	margin-left: 15px;
	}
	
#box-right p {
	margin: 3px 0px 3px 0px; padding: 0px;
	}
	
h2.h2-rn-sampcd {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}

.eg-user-input {
	font-weight:600;
	color:#900;
}

.computerese {
	font-family:"Courier New", Courier, monospace;
}

#stk_items th.stk_item_category {
	font-size:16px;
}
