/** CSS placed here will be applied to all skins */
table.navtable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 0;
  border-collapse: collapse;
  width: 60%;
}

table.navtable th, table.navtable td {
  border-bottom: 1px #aaaaaa solid;
  padding: 0.2em;
}

table.navtable th {
  background: #f2f2f2;
  text-align: center;
}

table.navtable caption {
  margin-left: inherit;
  margin-right: inherit;
}

.documentationbook:hover {
background-color: #DCE9FC;
border: 1px solid #9BC0F5;
padding: 1px;
}

.documentationbook  {
padding: 2px;
}

.docsection {
background:#DCE9FC url(http://www.openoffice.org/branding/images/dt-bg.png) repeat-x scroll left bottom;
border-bottom:1px solid #9BC0F5;
color:#003399;
font-size:1.1em;
font-weight:bold;
margin:0;
padding:5px 0 5px 15px;
}

/* wikitable/prettytable class for skinning normal tables */

table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

div.mw-geshi {
  padding: 1em; 
  margin:1em 0; 
  border: 1px dashed #2fab6f;
}