
.fixed {  position: fixed !important;  position: absolute;  left: 50px;  top: 50px;  left: expression(document.documentElement.scrollLeft        - this.offsetWidth + this.offsetWidth + 250);  top:  expression(document.documentElement.scrollTop        - this.offsetHeight + this.offsetHeight + 150);}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 7px;
}


td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	
}
 p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	
}

a {

	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;

}

body.mainLayout {
	font-family: Verdana, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	font-size: 90%;
}

body.miniLayout {
font-family: Verdana, Helvetica, sans-serif;
  
  	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	
	font-size: 90%;
}

p.daisy-error {
  border: 1px solid #c03333;
  background-color: #f1b2b2;
  margin: 4px;
  padding: 2px 4px;
}

img {
  border: 0px; /* otherwise img's inside a's have those fat blue boxes around them */




}


#doclinks h2 {
    font-size: 1em;
    font-weight: bold;
}

p.note {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 40px;
  background-image: url("../images/note.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
  min-height: 24px;
}

p.warn {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 40px;
  background-image: url("../images/important.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
  min-height: 24px;
}

p.fixme {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 40px;
  background-image: url("../images/fixme.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
  min-height: 24px;
}

pre.query {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 60px;
  background-image: url("../images/query.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
}

pre.include {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 60px;
  background-image: url("../images/include.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
}

pre.query-and-include {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 100px;
  background-image: url("../images/query-and-include.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
}

pre {
  border: 1px solid gray;
  background-color: lightgrey;
}

h1.daisy-document-name {
  font-size: 130%;
  color: black;
}

h1 {
  font-size: 115%;
  color: #CD5B36; 
}

h2 {
  font-size: 110%;
  font-weight: bold;
  border-bottom: 1px solid #c3a66d;
  margin-top: 8px;
  margin-bottom: 4px;
}

h3 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 4px;
}

h4 {
  font-size: 100%;
  text-decoration: underline;
  margin-top: 8px;
  margin-bottom: 4px;
}

h5 {
  font-size: 100%;
  font-style: italic;
  margin-top: 8px;
  margin-bottom: 4px;
}

#searchInput {
  border: 1px solid black;
  font-size: 80%;
}

#searchButton {
  font-size: 80%;
}

#pageMessage {
  background-color: #a4e886;
  border: 1px solid #53803f;
  padding: 8px;
  margin: 8px;
}

/*
  General layout styles
 */
.layoutHeader {
  border:1px solid black;
}

.miniLayoutHeader {
  background-color: white;
 
  padding-bottom: 3px;
}

.miniLayoutHeader h1 {
  color: white;
}

.miniLayoutContent {

  margin: 0px 4px 0px 4px;
}

.generalNavigation {
  background-color: #F3F1E9;

  color: black;
  
  font-size: 90%;
  padding: 2px 2px 2px 2px;
  /*padding-left: 205px;*/
}

table.layout {
  margin: 0px;
  padding: 2px;
  border: 0px;
  border-collapse: collapse;
}

table.layout td {
  margin: 0px;
  padding: 2px;
  border: 0px;
}

.leftSideBlock {

 padding-left: 25px;  
 border:1px solid #CD5B36;
 width: 200px;
 background-color: white;
 background-image: url("../images/boog.gif");
 background-repeat: no-repeat;
 background-color: #FFFFFF;

}

.rightSideBlock {
 
 padding:3px;
}

#rightSide {
 background-image: url("../images/button.gif");	
  position:absolute;
 /* left:700px;*/
  bottom: 0;
  width:200px;
  border:1px solid #CD5B36;
   background-color: #fff;
  right: 0;
  overflow:hidden;
	/*position: fixed !important;  position: absolute;  right: 0px; top: 0px; right: expression(document.documentElement.scrollLeft        - this.offsetWidth + this.offsetWidth);  top:  expression(document.documentElement.scrollTop - this.offsetHeight + this.offsetHeight + 0);*/
}




.topNavigation {
 padding-left: 2px; 
 padding-right: 2px; 
 border: 1px outset white;    
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.topNavigation a {
 	color: #FFFFFF;
	text-decoration: none;
		font-size: 9px;
}

.mainBlock {
  vertical-align: top;
  background-color: #F3F1E9;

}

.content {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
}

.content p img {
	padding: 6px;
}



.pageNavigation {
  font-size: 80%;
	font-family: Verdana, Helvetica, sans-serif;
  font-weight: normal;
  margin: 4px;
  padding: 4px;
  
}

.pageNavigation ul
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.pageNavigation a
{
  display: block;
  color: black;
  
  width: 178; /* 200 -4 -4 -3 -3 */
  
  text-decoration: none;
  border-bottom: 1px solid #CD5B36;
  text-align: right;
  padding-left: 2px;
}

.pageNavigation a:hover
{
  
  color: #999999;
}

.siteNavigation {
  font-size: 80%;
}

.siteNavigation a {
  color: black;
  text-decoration: none;
}

.siteNavigation a:hover {
  text-decoration: underline;
}

.documentInfo {
  border-top: 1px solid gray;
  color: gray;
  padding: 2px 2px 4px 4px;
  font-size: 67%;
}

/*
  Styles used for rendering the hierarchical navigation
 */


 


a.navnode {
    
		text-decoration: none;
			color: #000000;
			font-size: 80%;
}
a.navnodeselected {
    font-weight: bold;
		text-decoration: none;
			color: #000000;
			font-size: 80%;
}

a.navgroupselected {
    font-weight: normal;
		text-decoration: none;
			color: #000000;
			font-size: 80%;
}

a.navgroup {
  cursor: default;
  	text-decoration: none;
		color: #000000;
		font-size: 80%;
}

a.navgroupselected {
  cursor: default;
  	text-decoration: none;
		color: #000000;
		font-size: 80%;
}




#navcontainer li.navnode , li.navnodeselected, li.navgroup, li.navgroupselected {
	list-style-image:url(../images/ul.gif);
	list-style-position:outside;
	color: #000000;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
	padding-top: 1px;


}
#navcontainer li.navnode ul, li.navgroup ul {
	display: none;
}

#navcontainer li.navnode a{
	color: #000000;
	text-decoration: none;
}
#navcontainer li.navnode a:visited {
	color: #000000;
	text-decoration: none;
}
#navcontainer li.navnode a:link {
	color: #000000;
	text-decoration: none;
}

#navcontainer li.navnodeselected ul{
   display: block;
}
#navcontainer li.navgroupselected ul{
   display: block;
}

#navcontainer li.navnodeselected ul{
   display: block;
}

#navcontainer li.navnodeselected ul li ul{
   display: none;
}

#navcontainer li.navnodeselected ul li.navnodeselected ul li ul{
   display: none;
}


#navcontainer li.navnodeselected ul li.navnodeselected ul{
   display: block;
}

#navcontainer li.navnodeselected ul li.navnodeselected ul li.navnodeselected ul{
   display: block;
}

#navcontainer li.navgroupselected ul{
   display: block;
}

#navcontainer li.navgroupselected ul li ul{
   display: none;
}

/*
 * Styles used for the general menu.
 */

#menu {
  padding : 0px 0px;
  margin: 0px;
}
#menu ul {
  padding: 0px;
  margin : 0px;
  position : absolute;
  visibility : hidden;
  background-color: white;
  margin-top: 5px;
}
#menu li {
  display : inline;
  font-size: 11px;
  position: relative;
  background-color: #C8C3B0;
  border: 1px outset white;  
  padding: 3px 3px 3px 3px;
  
}
#menu li ul li{
  border: 0px ;    
}
#menu li a {
  text-decoration : none;
  color: white;
  font-size: 12px;
  
}

#menu ul li {
  z-index: 14;
  display: block;
  padding : 0px;
  position: relative;
   
}

#menu ul li a {
  text-decoration: none;
  color: black;
  background-color: white;
  padding: 2px 3px 2px 3px;
  margin: 0px 0px 0px 0px;
  width: 150px;
  font-size: 12px;
  display: block;
  border-left: 0.05em solid black;
  border-right: 0.05em solid black;
  border-top: 0.05em solid black;
  border-bottom: 0.1em solid black;
}

#menu ul li a:hover {
  background-color: #C8C3B0;
}


/*
 * Styles used for the general menu.
 */

#menuGuest {
  padding : 2px 2px;
  margin: 0px;
  text-align: right;
}
#menuGuest ul {
  padding: 2px;
  margin : 2px;
  position : absolute;
  visibility : hidden;
  background-color: white;
  margin-top: 5px;
}
#menuGuest li {
  display : inline;
  font-size: 11px;
  position: relative;
  
  border-right: 1px solid #CD5B36;  
  padding: 3px 3px 3px 3px;
  
}
#menuGuest li ul li{
  border: 0px ;    
}
#menuGuest li a {
  text-decoration : none;
  color: black;
  font-size: 12px;
  
}





/* Styles used for the various tables such as version overview table, search result table, ... */
table.default {
  border-spacing: 0pt;
  border-collapse: collapse;
  font-size: small;
  margin-top: 4px;
  margin-bottom: 4px;
}
table.default tr td {
  border: 1px solid gray;
  padding: 2px 4px 2px 4px;
}
table.default tr th {
  
  border: 1px solid gray;
  background-color: #C8C3B0;
  
  padding: 2px 4px 2px 4px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;
	color: #FFFFFF;
}

/* Tables that are part of the document content. */
table.content {
  border-spacing: 0pt;
  border-collapse: collapse;
  font-size: small;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}
table.content tbody tr td {
  border: 1px solid gray;
  padding: 2px 4px 2px 4px;
}

table.borderless tbody tr td {
  border: 0px;
}

table.content tbody tr th {
  border: 1px solid gray;
  background-color: lightgrey;
  padding: 2px 4px 2px 4px;
}

/*
 * Styles specific for the document page
 */
div.info-message {
  border: 1px solid gray;
  padding: 8px;
  margin: 8px;
  background-color: #f5fd9d;
}

/*
 * Styles specific for fulltext search result page
 */
div.fulltext-doc-summary {
  margin-left: 1em;
  margin-right: 2em;
}

div.fulltext-infoline {
  margin-left: 1em;
  margin-right: 2em;
  color: gray;
}

/*
 * Styles specific for document editing page
 */
table.docedit-links tr.targetrow td {
  padding-bottom: 8px;
}

.saveOptions {
  font-size: 80%;
  margin: 3px 0px 3px 0px;
}

a.button {
  text-decoration: none;
  color: white;
  padding: 3px 8px 3px 8px;
  background-color: #CD5B36;
  border: 1px solid #c3a66d;
  font-size: 80%;
}

a.button:hover {
  text-decoration: underline;
}

/*
 * Styles specific for the doctype selection page.
 */
.doctypeLabel {
}

.doctypeDescription {
    font-style: italic;
    padding-bottom: 10px;
    padding-left: 20px;
}

/*
 * Styles specific for the diff page.
 */
div.diff-added {
  font-family: "Andale Mono" monospace;
  font-size: 80%;
  background-color: #ccffcc; /* light green */
  border-left: 4px solid darkgreen; /* light green */
}
div.diff-removed {
  font-family: "Andale Mono" monospace;
  font-size: 80%;
  background-color: #fdc6c6; /* light red */
  border-left: 4px solid darkred; /* dark red */
}
div.diff-unchanged {
  font-family: "Andale Mono" monospace;
  font-size: 80%;
  border-left: 4px solid lightgrey;
}
span.diff-added {
  background-color: #58ff87;
}
span.diff-removed {
  background-color: #ff8686;
  text-decoration: line-through;
}

span.diffpage-nochanges {
  font-style: italic;
}

div.diffpage-contentdiff-title {
  border: 1px solid gray;
  text-align: center;
  border-bottom: 0px;
}
div.diffpage-contentdiff {
  border: 1px solid gray;
}

span.diffpage-removedfield {
  text-decoration: line-through;
}


/*
 * Styles specific for the versions overview page.
 */
tr.live {
  background-color: lightgreen;
}

/*
 * Styles specific for the site index page.
 */
table.siteindex td {
  padding: 6px;
}

a.sitelink {
  padding-left: 10px;
  background-image: url("../images/bullet.png");
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

/*
 * The following rules are taken from Mozilla's quirck mode stylesheet.
 * See http://lxr.mozilla.org/seamonkey/source/layout/html/document/src/quirk.css
 * They avoid the top and bottom margin of elements in table cells.
 */
td > form:-moz-first-node, th > form:-moz-first-node,
td > p:-moz-first-node, th > p:-moz-first-node,
td > dl:-moz-first-node, th > dl:-moz-first-node,
td > multicol:-moz-first-node, th > multicol:-moz-first-node,
td > blockquote:-moz-first-node, th > blockquote:-moz-first-node,
td > h1:-moz-first-node, th > h1:-moz-first-node,
td > h2:-moz-first-node, th > h2:-moz-first-node,
td > h3:-moz-first-node, th > h3:-moz-first-node,
td > h4:-moz-first-node, th > h4:-moz-first-node,
td > h5:-moz-first-node, th > h5:-moz-first-node,
td > h6:-moz-first-node, th > h6:-moz-first-node,
td > listing:-moz-first-node, th > listing:-moz-first-node,
td > plaintext:-moz-first-node, th > plaintext:-moz-first-node,
td > xmp:-moz-first-node, th > xmp:-moz-first-node,
td > pre:-moz-first-node, th > pre:-moz-first-node,
td > ul:-moz-first-node, th > ul:-moz-first-node,
td > menu:-moz-first-node, th > menu:-moz-first-node,
td > dir:-moz-first-node, th > dir:-moz-first-node,
td > ol:-moz-first-node, th > ol:-moz-first-node {
   margin-top: 0;
}

td > p:-moz-last-node, th > p:-moz-last-node {
   margin-bottom: 0;
}

td > form:empty:-moz-first-node, th > form:empty:-moz-first-node,
td > p:empty:-moz-first-node, th > p:empty:-moz-first-node,
td > dl:empty:-moz-first-node, th > dl:empty:-moz-first-node,
td > multicol:empty:-moz-first-node, th > multicol:empty:-moz-first-node,
td > blockquote:empty:-moz-first-node, th > blockquote:empty:-moz-first-node,
td > h1:empty:-moz-first-node, th > h1:empty:-moz-first-node,
td > h2:empty:-moz-first-node, th > h2:empty:-moz-first-node,
td > h3:empty:-moz-first-node, th > h3:empty:-moz-first-node,
td > h4:empty:-moz-first-node, th > h4:empty:-moz-first-node,
td > h5:empty:-moz-first-node, th > h5:empty:-moz-first-node,
td > h6:empty:-moz-first-node, th > h6:empty:-moz-first-node,
th > listing:empty:-moz-first-node,
th > plaintext:empty:-moz-first-node,
td > xmp:empty:-moz-first-node, th > xmp:empty:-moz-first-node,
td > pre:empty:-moz-first-node, th > pre:empty:-moz-first-node,
td > ul:empty:-moz-first-node, th > ul:empty:-moz-first-node,
td > menu:empty:-moz-first-node, th > menu:empty:-moz-first-node,
td > dir:empty:-moz-first-node, th > dir:empty:-moz-first-node,
td > ol:empty:-moz-first-node, th > ol:empty:-moz-first-node {
   margin-bottom: 0;
}

td > form:empty:-moz-last-node, th > form:empty:-moz-last-node,
td > p:empty:-moz-last-node, th > p:empty:-moz-last-node,
td > dl:empty:-moz-last-node, th > dl:empty:-moz-last-node,
td > multicol:empty:-moz-last-node, th > multicol:empty:-moz-last-node,
td > blockquote:empty:-moz-last-node, th > blockquote:empty:-moz-last-node,
td > h1:empty:-moz-last-node, th > h1:empty:-moz-last-node,
td > h2:empty:-moz-last-node, th > h2:empty:-moz-last-node,
td > h3:empty:-moz-last-node, th > h3:empty:-moz-last-node,
td > h4:empty:-moz-last-node, th > h4:empty:-moz-last-node,
td > h5:empty:-moz-last-node, th > h5:empty:-moz-last-node,
td > h6:empty:-moz-last-node, th > h6:empty:-moz-last-node,
td > listing:empty:-moz-last-node, th > listing:empty:-moz-last-node,
td > plaintext:empty:-moz-last-node, th > plaintext:empty:-moz-last-node,
td > xmp:empty:-moz-last-node, th > xmp:empty:-moz-last-node,
td > pre:empty:-moz-last-node, th > pre:empty:-moz-last-node,
td > ul:empty:-moz-last-node, th > ul:empty:-moz-last-node,
td > menu:empty:-moz-last-node, th > menu:empty:-moz-last-node,
td > dir:empty:-moz-last-node, th > dir:empty:-moz-last-node,
td > ol:empty:-moz-last-node, th > ol:empty:-moz-last-node {
  margin-top: 0;
}


