/*
 * Custom style-sheet for Docbook manual page HTML.
 * $Id: dacsdocs.css 2463 2010-06-11 17:01:30Z brachman $
 */

/*
 * sqrt(2) = 1.414
 */

.article {
	font-size: 14pt;
}

body {
    background: white;
    margin: 0.5in;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 16pt;
}

.titlepage {
    color: #e5ecf3;
}

.titlepage_title {
    font-size: 241%;
    font-style: normal;
    font-weight: bold;
    color: red;
}
    
.titlepage_subtitle {
    font-size: 86%;
    font-style: italic;
    color: red;
}

h1.title {
    font-size: 241%;
    font-style: normal;
    font-weight: bold;
    color: red;
}

h2.title {
    font-size: 157%;
    font-style: normal;
    font-weight: bold;
    color: black;
}

h2.subtitle {
    font-size: 100%;
    font-style: italic;
    color: red;
}

h3.subtitle {
    font-size: 72%;
    font-style: italic;
    color: red;
}

h3.title {
    font-size: 128%;
    font-style: normal;
    font-weight: bold;
    color: black;
}

h4.title {
    font-size: 100%;
    font-style: normal;
    font-weight: bold;
    color: black;
}

.toc B {
    font-size: 128%;
    font-style: normal;
    font-weight: bold;
    color: black;
}

.toc-ent {
    font-size: 72%;
    font-style: normal;
    font-weight: bold;
    color: black;
}

p, li, ul, ol, dd, dt {
    font-style: normal;
    font-weight: normal;
    color: black;
}

dd, li {
    margin-top: 0.5em;
}

.variablelist dd {
     margin-top: -0.60em;
     margin-bottom: 0.25in;
}

.variablelist dt {
    margin-top: 0.0em;
    margin-bottom: 0.00in;
}

tt, pre {
    font-family: "courier new",courier,fixed;
}

.command, .application, .hardware {
    font-family: "courier new",courier,fixed;
    font-style: normal;
    font-weight: bold;
    color: red;
}

code, .synopsis {
    font-family: "courier new",courier,fixed;
    font-weight: bold;
    font-size: 100%;
}

.filename, .directory, .extension, .devicefile {
    font-family: "courier new",courier,fixed;
    font-weight: bold;
    font-size: 86%;
}

/*
 * Some DocBook systemitem elements have special styling, but this is the
 * default.  See the DACS distribution's man/html-stylesheet.xsl
 */
.systemitem {
    font-family: "courier new",courier,fixed;
    font-style: normal;
    font-weight: normal;
    color: red;
    font-variant: small-caps;
}

.orgname {
    font-weight: bold;
    font-variant: small-caps;
    color: red;
}

.domainname, .url, .relurl, .uri, .username, .ipaddress, .attrname,
.library, .sysconstant, .groupname, .emailaddr, .path, .resource,
.port, .namespace, .keyword {
    font-family: "courier new",courier,fixed;
    font-weight: bold;
    font-size: 92%;
}

/*
 * A DocBook literal element of class "version".
 */
.version {
    font-family: "courier new",courier,fixed;
    font-weight: bold;
    font-size: 86%;
    color: red;
}

/*
 * A DocBook literal element of class "language".
 */
.language {
    font-family: "courier new",courier,fixed;
    font-weight: bold;
    font-size: 86%;
    color: red;
}

.errorcode {
    font-family: "courier new",courier,fixed;
    font-weight: bold;
    font-size: 100%;
    color: red;
}

sup {
    font-family: "courier new",courier,fixed;
    font-size: 72%;
    font-weight: bold;
}

.errorname {
    font-family: "courier new",courier,fixed;
    font-weight: bold;
    font-size: 100%;
}

.errortext {
    font-family: "courier new",courier,fixed;
    font-weight: bold;
    font-size: 100%;
}

.varname, .property, .parameter, .function,
.returnvalue, .constant, .symbol, .type {
    font-family: "courier new",courier,fixed;
    font-style: normal;
    font-weight: bold;
    color: red;
    font-size: 100%;
}

.envar {
    font-family: "courier new",courier,fixed;
    font-style: italic;
    font-weight: bold;
    color: red;
}

.structname {
    font-family: "courier new",courier,fixed;
    font-style: italic;
    font-weight: bold;
    color: red;
    font-size: 100%;
}

.literal, .acronym, .option {
    font-family: "courier new",courier,fixed;
    font-style: normal;
    font-weight: bold;
    color: black;
    font-size: 100%;
}

.term {
    font-style: normal;
    font-weight: bold;
    color: black;
    font-size: 100%;
}

.firstterm {
    font-style: italic;
    font-weight: normal;
    color: green;
    font-size: 100%;
}

.programlisting, .screen, .computeroutput {
    font-family: "courier new",courier,fixed;
    font-style: normal;
    font-weight: bold;
    font-size: 72%;
    background-color: #e5ecf3;
    color: black;
    margin: 1em 0em 2em 0em;
    padding: 0.25em;
    border: #630 1px dashed;
}

.small_programlisting {
    font-family: "courier new",courier,fixed;
    font-style: normal;
    font-weight: bold;
    font-size: 66%;
    background-color: #e5ecf3;
    color: black;
    margin: 1em 0em 2em 0em;
    padding: 0.25em;
    border: #630 1px dashed;
}

.note .small_programlisting,
.tip .small_programlisting,
.important .small_programlisting,
.informalexample .small_programlisting {
    font-family: "courier new",courier,fixed;
    font-style: normal;
    font-weight: bold;
    font-size: 66%;
    background-color: #e5ecf3;
    color: black;
    margin: 1em 0em 2em 0em;
    padding: 0.25em;
    border: #630 1px dashed;
}

.screen .errortext {
    font-family: "courier new",courier,fixed;
    font-weight: bold;
    font-size: 100%;
	color: red;
}

a {
    color: blue;
}	

a:hover {
/*    background: rgb(75%,75%,100%); */
    color: red;
    text-decoration: underline;
}

img {
    border: none;
}

.refnamediv h2 {
    font-size: 157%;
}

.refsynopsisdiv h2 {
    font-size: 157%;
}

.refsect1 h2 {
    font-size: 157%;
}

.refsect2 h3 {
    font-size: 142%;
}

.refsect3 h4 {
    font-size: 128%;
}

.refsect4 h5 {
    font-size: 114%;
}

/* Could the background span the full page width? */
.refsect2_spec {
    color: black;
    font-size: 114%;
    font-weight: bold;
    background-color: #dedede;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

/* Could the background span the full page width? */
.refsect3_spec {
    color: black;
    font-size: 114%;
    font-weight: bold;
    background-color: #dedede;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.figure, .example, .informalexample, .table {
    margin: 0.125in 0.25in;
}

.table table {
    border: 1px rgb(180,180,200) solid;
    border-spacing: 0px;
}

.table td {
    border: 1px rgb(180,180,200) solid;
}

.table th {
    background: rgb(180,180,200);
    border: 1px rgb(180,180,200) solid;
}

.table p.title, .figure p.title, .example p.title, .informalexample p.title {
    text-align: left !important;
    font-size: 100% !important;
}

.author {
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
    color: black;
}

.sidebar {
    border: 2px black solid;
    background: rgb(230,230,235);
    padding: 0.12in;
    margin: 0 0.5in;
}

.sidebar p.title {
    text-align: center;
    font-size: 128%;
}

.example h3, .informalexample h3, .note h3,
.important h3, .tip h3, .warning h3 {
    margin: 0 0 0.5em 0;
    text-align: left;
    font-size: 14px;
}

.example, .informalexample {
    background-color: #e5ecf3;
	border: black solid 1px;
    color: #000;
    padding: 0.5em;
    margin: 1em 2em 1em 1em;
}

/* example inside a note:
 * blue in gray doesn't look good
 * so simply draw a border around
 * and keep it gray
 */
.note .example, .tip .example, .important .example, .warning .example {
    border: 0px solid #aaa;
    background-color: transparent;
    color: inherit;
    margin-right: 1em;
    margin-top: 0.10in;
    margin-bottom: 0.0in;
}

.note .programlisting, .note .screen,
.tip .programlisting, .tip .screen,
.important .programlisting, .important .screen,
.informalexample .programlisting, .informalexample .screen {
    font-size: 72%;
    border: 0px solid #aaa;
    background-color: transparent;
    color: inherit;
    margin-right: 1em;
    margin-top: 0.10in;
    margin-bottom: 0.0in;
}

/* example inside table */
table .example {
    margin-right: 1em;
}

/* the following [block] elements
 * may appear inside example...
 */
.example p, .example pre, .example table {
    padding: 0;
    margin: 0;
}

.example p {
    line-height: 1em;
}

.example pre, .example p > code {
    font-size: 13px;
}

.glossary {
	background-color: #ffffcc;
	padding: 0.5em;
	margin: 1em 2em 1em 1em;
}

.glossary .title {
    font-size: 128%;
    font-style: normal;
    font-weight: bold;
    color: black;
	margin-bottom: 0.5in;
}

.glossary dt {
	margin-bottom: 0.25in;
	font-size: 100%;
    font-weight: bold;
	margin-top: 0.4in;
}

.highlights {
	background-color: #ffffcc;
	padding: 0.5em;
	margin: 1em 2em 1em 1em;
}

.highlights li {
	margin-top: -0.60em;
	margin-bottom: 0.25in;
	font-size: 72%;
}

/*
 * Adapted from:
 * http://alistapart.com/d/multicolumnlists/example4.html -- with thanks
 */

.highlights .orderedlist ol {
    margin: 0 0 1em 2em;
    padding: 0;
}

.highlights .orderedlist ol li {
   /*
    * Stipulate the height of each item so that vertical
    * return = items * height
    */
    line-height: 1.2em;

   /*
    * Clear the default margins and padding so we can style the list from
    * scratch
    */
    margin: 0;
    padding: 0;
}

/*
 * If li position is left static, IE disables hyperlinks in the list in all
 * but the final column.  This rule will be processed only by IE because only
 * IE believes that theres a level above HTML:
 */
* html .highlights .orderedlist ol li {
    position: relative;
}
 
/* The horizontal position of each column */
.highlights .orderedlist ol li.column1 {
    margin-left: 0em;
}

.highlights .orderedlist ol li.column2 {
    margin-left: 25em;
}

/*
 * Bring the first item of each column back up to the level of item 1.
 * Vertical return = items * height.
 * NOTE: This must be adjusted whenever the number of items is changed.
 */
.highlights .orderedlist ol li.column2.reset {
  margin-top: -28.0em;
}

.note, .tip, .important, .warning {
    background-color: #ffffcc;
    color: #036;
    padding: 0.5em;
    margin: 1em 2em 1em 1em;
	border: black solid 1px;
}

.important, .warning {
    border: 2px solid #f00;
}

.important .title, .warning .title {
    color: red;
    font-weight: bold;
}

.important blockquote {
    font-family: times; 
    font-weight: bold;
    font-variant: small-caps;
}
    
.note p, .important p, .tip p, .warning p {
    margin: 0.5em 0 0 0;
    padding: 0;
}

.note pre, .tip pre, .important pre, .warning pre {
    font-size: 13px;
}

table .note, table .important, table .tip, table .warning {
    margin-right: 1em;
}

.navheader, .navfooter {
    border: black solid 1px;
    background: rgb(180,180,200);
}

.navheader hr, .navfooter hr {
    display: none;
}

.index_title {
    clear: both;
    color: black;
    background-color: #e5ecf3;
}

.index_subtitle {
    clear: both;
    color: black;
    background-color: #ffffcc;
}

.note_index {
    font-size: 9pt;
    font-family: "courier new",courier,fixed;
    list-style: none;
    margin: 0;
    padding: 0;
}

.note_index ul {
    list-style: none;
}

.note_row_even {
/*
  background: #d2d2d2;
*/
  background: #e4e4ef;
}

.note_row_odd {
  background: #e4e4e4;
}

.var_index {
    font-size: 9pt;
    font-family: "courier new",courier,fixed;
    list-style: none;
    margin: 0;
    padding: 0;
}

.var_index ul {
    list-style: none;
}

.var_row_even {
  background: #e4e4ef;
}

.var_row_odd {
  background: #e4e4e4;
}

.filename_index {
    font-size: 9pt;
    font-family: "courier new",courier,fixed;
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment {
    font-size: 72%;
    font-style: italic;
    color: red;
}

#credit-tag {
    font-size: 72%;
    font-weight: bold;
}

#fontsizecontainer {
	width: 80px;
	height: 18px;
    padding-left: 0px;
    margin-left: 0px;
}

#fontsizecontainer {
	margin-top: 0px;
	margin-bottom:0px;
}

#fontsizecontainer li {
	display:inline;
}

#fontsizecontainer a {
	margin-left: 2px;
	width: 18px;
	height: 18px;
	float: left;
	background: transparent;
}

#fontsizecontainer a span {
	display: none;
}

.size00 {
	float:left;
	margin-left: 0px;
	background: transparent url("images/fontselector1.gif") 0px 0px no-repeat;
}

.size01 {
	float:left;
	margin-left: 0px;
	background: transparent url("images/fontselector2.gif") 0px 0px no-repeat;
}

.size02 {
	float:left;
	margin-left: 0px;
	background: transparent url("images/fontselector3.gif") 0px 0px no-repeat;
}

.size03 {
	float:left;
	margin-left: 0px;
	background: transparent url("images/fontselector4.gif") 0px 0px no-repeat;
}

.fontsize_label {
	font-size: 16px;
	font-weight: bold;
    color: red;
}

.para10 {
	font-size: 10px;
	width: auto;
}

.para12 {
	font-size: 12px;
	width: auto;
}

.para14 {
	font-size: 14px;
	width: auto;
}

.para16 {
	font-size: 16px;
	width: auto;
}

.para18 {
	font-size: 18px;
	width: auto;
}
 
/* Entire function signature. */
.funcprototype-table {
    color: black;
}
    
/* Function return type, name, and left paren as code. */
.funcdef {
	color: black;
	font-style: italic;
}
   
/* Function name, in bold. */
.fsfunc {
	color: black;
	font-style: normal;
}

/* Function parameter name, as a var. */
.pdparam {
	color: red;
	font-weight: normal;
	font-style: italic;
}

/* Entire function signature.  Responsible for parameter type formatting. */
.funcprototype-table td {
	color: black;
	font-weight: bold;
	font-family: "courier new",courier,fixed;
	font-style: italic;
}

/* Division inserted between prototypes. */
.funcprototype-spacer {
    margin-top: -1em;
}

/* For the font selection button. */
.set_font {
    font-size: 9pt;		/* This text probably shouldn't change. */
    background-color: #ffffcc;
    border: solid;
    border-width: 0px;
    border-color: gray;
}

.set_font a:link, .set_font a:visited {
    text-decoration: none;
    color: red;
	font-weight: bold;
	font-size: 16px;
}

.logo a:link, .logo a:visited {
    text-decoration: none;
}

