/* doc/src/sgml/stylesheet.css */

/* color scheme similar to www.postgresql.org */

body {
	color: #000000;
	background: #FFFFFF;
	font-family: verdana, sans-serif;
}

a:link		{ color:#0066A2; }
a:visited	{ color:#004E66; }
a:active	{ color:#0066A2; }
a:hover		{ color:#000000; }

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #336699;
}

h2 {
	font-size: 1.3em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color: #336699;
}

.titlepage h2.title,
.refnamediv h2 {
	color: #336699;
}

h3 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color: #336699;
}

h4 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color: #336699;
}

h5 {
	font-size: 0.9em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.85em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

/* center some titles */

.book .title, .book .subtitle,
.book .corpauthor, .book .copyright,
.book .releaseinfo
{
	text-align: center;
    font-weight: bold;
    color: #336699;
}

/* decoration for formal examples */

div.example {
	padding-left: 15px;
	border-style: solid;
	border-width: 0px;
	border-left-width: 2px;
	border-color: black;
	margin: 0.5ex;
}

/* Additional formatting for "simplelist" structures */
table.simplelist td {
	padding-left: 2em;
	padding-right: 2em;
}

/* formatting for entries in tables of functions: indent all but first line */

table, th, td {
    border-color: #999999;;
}

th.func_table_entry p,
td.func_table_entry p {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	padding-left: 2em;
	text-align: left;
}

p.func_signature {
	text-indent: -1.5em;
}

td.func_table_entry pre.programlisting {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	padding-left: 1em;
}

/* formatting for entries in tables of catalog/view columns */

th.catalog_table_entry p,
td.catalog_table_entry p {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	padding-left: 2em;
	text-align: left;
}

th.catalog_table_entry p.column_definition {
	text-indent: -1.5em;
	word-spacing: 0.25em;
}

td.catalog_table_entry p.column_definition {
	text-indent: -3.5em;
}

p.column_definition code.type {
	padding-left: 0.25em;
	padding-right: 0.25em;
}

td.catalog_table_entry pre.programlisting {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	padding-left: 1em;
}

/* Put these here instead of inside the HTML (see unsetting of
   admon.style in XSL) so that the web site stylesheet can set its own
   style. */

.tip,
.note,
.important,
.caution,
.warning {
	margin-left: 0.5in;
	margin-right: 0.5in;
}

/* miscellaneous */

pre.literallayout, .screen, .synopsis, .programlisting {
	margin-left: 4ex;
}

ul.itemizedlist {
	margin-left: 1em;
	padding-inline: 1em  0em;
}

.comment	{ color: red; }

var		{ font-family: monospace; font-style: italic; }
/* Konqueror's standard style for ACRONYM is italic. */
acronym		{ font-style: inherit; }

.option		{ white-space: nowrap; }

/* make images not too wide on larger screens */
@media (min-width: 800px) {
  .mediaobject {
    width: 75%;
  }
}

/* links to ids of headers and definition terms */

a.id_link {
	color: inherit;
	visibility: hidden;
}

*:hover > a.id_link {
	visibility: visible;
}

/* Halley - tabela */

.table {
  border-collapse: collapse;
  overflow-x: auto;
}

.informaltable {
  border-collapse: collapse;
  overflow-x: auto;
}

th, td {
  padding: 0.4em;
}

th {
  background-color: #FCFFFF;
}

td.strong {
  font-weight: bold;
  vertical-align: middle;
}

td.short {
  /* font-size: 1em !important; */
  padding: 0.2em;
}

/* Halley */

.replaceable {
    color: #4e006a;
    text-decoration-line: none;
    /* font-size: 1.1em !important; */
    font-style: normal !important;
}

code, .classname, .command, .computeroutput, .constant, .envar,
      .filename, .function, .literal, .option, .prommpt, .returnvalue,
      .structfield, .structname, .symbol, .token, .type, .uri,
      .varname, .sgmltag-element  {
    color: DarkBlue;
    text-decoration-line: none;
    font-family: monospace;
    font-size: 1.1em !important;
}
