/*  
 Original CSS from http://www.karakas-online.de/myLinuxTips/css-for-docbook.html
*/

/* Styling for TOC entries - different fonts for each level - remember to override 
   for body versions of these levels */
DIV.TOC{
         
}
.PREFACE{
         font-size: large;
         font-style:	normal;
        font-weight: normal;
 }
.TOC.CHAPTER{
         font-size: large;
         font-style:	normal;
        font-weight: normal;
        height: 50px;
        padding-top: 20px;
        }
.SECT1{
		font-size:	medium;
		font-style:	normal;
		font-weight:	normal;
		    
		}
.SECT2{
		font-size: x-small;
		font-style:italic;
		}   


BODY
{
        font-family: verdana;
}

DIV.ABSTRACT
{
        border: solid 2px;
        padding-left: 10pt;
        padding-right: 10pt;
}
PRE.SCREEN
{
        font-family:monospace;
        white-space: pre;
        width: 100%;
        background-color: #ffffcc;
        border:solid;
        color: #000000;
        border-color: #009999;
        border-left: solid #009999 2px;
        border-right: solid #009999 2px;
        border-top: solid #009999 2px;
        border-bottom: solid #009999 2px;

        padding-left: 15pt;
}

PRE.PROGRAMLISTING
{
        font-family:monospace;
        white-space: pre;
        width: 100%;
        background-color: #ffffcc;
        border:solid;
        color: #000000;
        border-color: #009999;
        border-left: solid #009999 2px;
        border-right: solid #009999 2px;
        border-top: solid #009999 2px;
        border-bottom: solid #009999 2px;

        padding-left: 15pt;
}

H1
{
        color: #ffffff;
        border: solid 3px #a0a0d0;
        background-color: #606090;
        font-variant: small-caps;
        width: 100%;
}

H1.TITLE
{
        color: #ffffff;
        border: solid 3px #a0a0d0;
        background-color: #606090;
        font-variant: small-caps;
        width: 100%;
}

.TITLE a {
        color: #ffffff; 
        text-decoration: none;
}

.TITLE a:active {
        color: #ffffff; 
        text-decoration: none;
}

.TITLE a:visited {
        color: #ffffff; 
        text-decoration: none;
}

H2
{       
        COLOR: #ffffff ;
        font-style: italic;
        BACKGROUND-color: #a0a0d0;
        BORDER: solid 3px #606090;
        PADDING: 1px
}

/* Red box around Caution and Warning notes */

.caution, .warning {
        border: 1px solid #f00;
}

.note 
{
	border: 1px solid #BBBBBB;
}

TABLE.IMPORTANT
{
        font-style:italic;
        border: solid 2px #ff0000;
        width: 70%;
        margin-left: 15%;       
}
TABLE.CAUTION
{
        font-style:italic;
        border: ridge 2px #ffff00;
        width: 70%;
        margin-left: 15%;       
}

TABLE.NOTE
{
        font-style:italic;
        border: solid 1px #000000;
        width: 70%;
        margin-left: 15%;       
}
TABLE.TIP
{
        font-style:italic;
        border: solid 1px #000000;
        width: 70%;
        margin-left: 15%;       
}

TABLE.WARNING
{
        font-style:italic;
        font-weight: bold;
        border: ridge 4px #ff0000;
        
        width: 70%;
        margin-left: 15%;       
}

DIV.VARIABLELIST {
        font-family: sans-serif;
        font-style: normal;
        font-weight: normal;
        padding-left: 20px;
}

.VARLISTENTRY {
        font-weight: bold;
        margin-top: 10px;
        COLOR: #ffffff ;
        BACKGROUND-color: #a0a0d0;
        BORDER: solid 1px #606090;
        PADDING: 1px
}

/*
 * See http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html
 * for an explanation of the following few commands.
 * They are really too complicated to explain here in all depth. ;-)
*/

P {
        font-size: 12px;
}

/*/*/A{}
BODY P {
        font-size: x-small;
        voice-family: "\"}\"";
        voice-family: inherit;
        font-size: small;
}

HTML>BODY P {
        font-size: small;
}
/*Links have dotted underline */


a { 
    text-decoration: none;
    border-bottom: 1px dotted #000; 
}

/* Links invert on mouse-over  */
a:hover {
    background-color: #777;
    color: #fff; 
}



/* ...or to the translation links on each page */
DIV.translatelink > a[href^="http:"] {
        background: transparent;
        padding-right: 0px;
}

DIV.translatelink > a[href^="http:"]:hover {
        background: transparent;
}

/* ...or to any images  */
DIV.imagelink  a[href^="http:"] {
        background: transparent;
        padding-right: 0px;
}

DIV.imagelink  a[href^="http:"]:hover {
        background: transparent;
}


P.C2 {
        COLOR: #ffffff ;
        BACKGROUND-color: #a0a0d0;
        BORDER: solid 1px #606090;
        PADDING: 1px
}



/* DIV.NUKEFOOTER {
        color: #000000;
        background-color: #B0E0E6;
        padding: 5px;
        margin-top: 10px;
        width: 100%;
        border: thin solid #a0a0d0;
} */

DIV.NAVHEADER 
{
     /*   background-color: #EFEFF8; */
        background-color: #E1E1E8;
        padding: 1px;
        margin-bottom: 5px;
        width: 100%;
        border: thin solid #a0a0d0;
}
/* text inside the Header */
DIV.NAVHEADER TR
{
		font-size: x-small;
        font-style:	normal;
        font-weight: normal;
}
DIV.NAVHEADER TR A
{ 
    text-decoration: none ;
    border: none;
    background-color: #FFFFFF ;
    color: #FFFFFF ; 
  }

DIV.NAVFOOTER {
        /*   background-color: #E8E1EF; */
        background-color: #E1E1E8;
        padding: 0px;
        margin-top: 5px;
        width: 100%;
        border: thin solid #a0a0d0;
        
}

/* text inside the Footer */
DIV.NAVFOOTER TR
{
		font-size: x-small;
        font-style:	normal;
        font-weight: normal;
}

DIV.NAVFOOTER TR A
{ 
    text-decoration: none ;
    border: none;
    background-color: #FFFFFF ;
    color: #FFFFFF ; 
  }
  

DIV.SECT1,DIV.SECT2,DIV.SECT3, DIV.CHAPTER {
        margin-left: 20px;
        margin-right: 20px;
        font-style: normal;
        font-weight:	normal;
}

DIV.EXAMPLE,DIV.TOC {
        /*border: thin dotted #70AAE5; */
        padding-left: 10px;
        padding-right: 10px;
        color: #000000;
    /*    background-color: #EFF8F8;*/ 
        background-color: #F0E6F0;
}

DIV.TOC 
{
	  border: thin dotted #d0d0d0;
        margin-left: 50px;
       margin-right: 50px;
        /* */
}
DIV.BLOCKQUOTE
{
	padding: 20px;
	border: thin solid #d0d0d0;
	 margin-left: 50px;
        margin-right: 50px;
        width: 100%;
}
      
