/* <html><head><meta name="robots" content="noindex"></head></html> 
   This comment prevents the indexing tool from reading this style sheet. */

/* @group Container */

body {
  font-family: "Lucida Grande", Verdana, Sans-serif;
  font-size: 0.7em;
  font-weight: lighter;
  line-height: 1.6em; 
  text-align: left;
  color: #333;
  z-index: 0;

  padding: 25px;
  padding-top: 5px;
  background: #e7e7e7;
  border: 1px none red;
}

#caps {
  width: 100%;
  border: 1px none green;
}

#content {
  padding: 25px;
/*  padding-bottom: 0px; */
  margin-top: 0px;
  border: 1px solid #aaa;
  background: #fff;
}

#header {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 110px;
  z-index: 1;
  border: 1px none yellow;
}

#header img {
  float: right;
}

#footer {
  font-size: 0.7em;
  border: 1px none blue;
}
  
#toplink {
/*
  top: -10;
  left: 10;
  position: absolute;
*/
  width: 100%;
  z-index: 2;
  border: 1px none red;
}

/* @end */

/* @group Links */
a, 
a:visited {
  color: #424284;
  text-decoration: none;
  border-bottom: 1px dotted #469;
}

a:hover {  
  color: #152C58;
  border-color: #ccb;
  border-bottom: 1px solid #469;
}

a.lightlink {
  color: #888888;
  border-bottom: 1px dotted #469;
  text-decoration: none;
}

a.lightlink:hover {  
  color: #152C58;
  border-color: #ccb;
  border-bottom: 1px solid;
}
  
#toplink a {
  font-weight: bold;
  border-bottom: none;
}

#toplink a:hover {
  font-weight: bold;
  border-bottom: 1px dotted #469;
}

/* @end */

/* @group Lists */

ul, ol {
  line-height: 1.6em; 
  margin: 14px, 18px, 14px, 0px;
  margin-left: 18px;
  padding: 0px;
}

dl {
  margin: 14px 0px;
  padding: 0px;
  list-style: inside;
}

dt {
  font-weight: bold;
  color: #424284;
  margin-top: 4px;
}

dt.normal {
  font-weight: normal;
}

dd {
  margin: 0px;
  margin-left: 10px;
}

/* @end */

/* @group Text Styles */

p {
  margin: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0px;
}

p.space {
  margin-top: 10px;
  margin-bottom: 10px;  
}

h2 {
  letter-spacing: 0.15em;
  font-size: 1.8em;
  font-variant: small-caps;
  font-weight: lighter;
  color: #424284;
  margin: 0px;
  padding: 0px;
}

h3 {
  font-variant: small-caps;
  font-size: 1.4em;
  letter-spacing: 0.15em;
  color: #424284;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 6px;
  padding: 0px;
  border-bottom: 1px solid #ddd;
}

h4 {
  font-variant: small-caps;
  font-size: 1.2em;
  letter-spacing: 0.15em;
  color: #b36b00;
  margin: 0px;
  margin-top: 16px;
  margin-bottom: 6px;
  padding: 0px;
}

h4.version {
  font-variant: small-caps;
  font-size: 1.0em;
  letter-spacing: 0em;
  color: #424284;
  margin: 0px;
  margin-top: 4px;
  padding: 0px;
}

code, pre {
  font-size: 1.2em;
}

code {
  white-space: wrap;
}

.caution {
  text-transform: uppercase;
  text-align: center;
  margin: 20px 10px;
}

.closed {
  color: #00b402;
}

.light {
  color: #999;
}

.product-name {
  font-weight: bold;
  white-space: nowrap;
  color: #777;
}

.needs-review {
  color: #ff2323;
}
  
.experimental {
  color: #ff2323;
}

/* @end */

/* @group Themes */

.themeReleaseNotes h3 {
  border: none;
}

.themeOnlineHelp h3 {
  border: none;
}
  
/* @end */

.verticalLine {
	border-left: 1px solid #aaa;
}

#taskbox {
	background-color: #efefff;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 12px -12px;
	padding: 2px 12px;
	border: 1px solid #ccc;
}

#taskbox ul {
	font-size: 9pt;
	font-family: "Lucida Grande", Helvetica, Arial;
	list-style-type: square;
	list-style-position: outside;
	margin-top: 12px;
	margin-left: -24px;
}

