/* A style sheet to format the HTML output produced by DocBook */

/* This style sheet was created by Scott Nesbitt (scott@scottnesbitt.net). Feel free to use and modify this file, but please do not delete these comments. */

/*  ################################################################################ */

/* Changes by innoQ 2003 for iQgen documentation */

body {
    background-color: #fefefe;
    font-family: "Lucida Grande",Arial,Helvetica, sans-serif;
    margin: 25px auto;
    padding:0 30px;
    text-align:left;
    width:75%;
    font-size:12px;
    color:#444;
    line-height:18px;
}
    
h1,h2,h4 {
	color: #00486A;
}
    
h3  {
	color: #00699B;
} 

p {font-family: "Lucida Grande",Arial,Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#444;
}
   
p.title  {
	color: #00699B;
	font-weight:lighter;
}

.corpauthor {
	text-align: left;
	font-size: 11px;
	font-weight:normal;
	margin:0;
}

h1.title, h2.title {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 100;
	border-bottom:1px solid #999;
}
          
          
h3.title {
	font-family: "Lucida Grande", Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size:14px;
}        
          
h4 {
	font-size:12px;
	font-weight:normal;
}  

a:link {
	color:#333;
	text-decoration: underline;
}   


a:visited {
	color: #888;
    text-decoration: underline;
}
           
a:hover {
	background-color:#333;
	color:#fff;
	text-decoration: none;
}

table,td, th {
	text-align: left;
	border:0;
}

th {
   font-style: bold;
}

.pubdate {
	font-style:italic;
}

.revhistory {
	padding:2px;
	background-color:#efefef;
	padding:3px;
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:2px solid #ccc;
	width:40%;
}

.revhistory th {
	color:#00699B;
	font-weight:501;
	font-size:14px;
}

.revhistory td {
	color:#666;
	font-size:11px;
}

th {
	font-weight:normal;
}

hr {
	visibility:hidden;
}

.screen {
	color:#333;
	font-size:14px;
	font-weight:bold;
	background-color:#efefef;
	padding:5px;
}

.navheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:100;
	color:#00699B;
}

.navfooter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#00699B;
	border-top:1px solid #999;
	margin-top:10px;
}

.navheader a, .navfooter a {
	font-family: "Lucida Grande",Arial,Helvetica, sans-serif;
}


.navheader a:link, .navheader a:visited {
	color:#444;
	font-size:12px;
	text-decoration:underline;
}
	
.navheader a:hover {
	background-color:#444;
	color:#fff;border:none;
	text-decoration:none;
}

.navfooter a:link, .navfooter a:visited {
	color:#444;
	font-size:12px;
	text-decoration:underline;
}
	
.navfooter a:hover {
	background-color:#444;
	color:#fff;border:none;
	text-decoration:none;
}

.navfooter td {
        font-size: 12px;
}

dl {
	color:#444;
	font-size:12px;
	line-height:18px;
}
	
dt {
	font-weight:bold;
}

dd dl dt a {
	text-decoration:underline;font-weight:normal;
}
	
dd a:link, dd a:visited {
	color:#444;	
	font-size:12px;
	font-weight:normal;
	padding:3px;
}
	
dd a:hover {
	background-color:#444;
	color:#fff;
	border:none;
	text-decoration:none;
}

dt a:link, dt a:visited {
	font-weight:normal;
	text-decoration:underline;
	line-height:20px;
}

dt a:hover {
	background-color:#444;
	color:#fff;
	border:none;
	text-decoration:none;
	padding:3px;
}

.toc dt a:link, .toc dt a:visited, .list-of-figures dt a:link, .list-of-figures dt a:visited, .list-of-tables dt a:link, .list-of-tables dt a:visited {
	color:#444;
	font-size:12px;
	padding:3px;
	text-decoration:underline;
}
	
.toc dt a:hover, .list-of-figures dt a:hover, .list-of-tables dt a:hover {
	background-color:#444;
	color:#fff;
	border:none;
	text-decoration:none;
	padding:3px;
}
	
tt {
#	color:#444;
	font-family: monospace;
	font-size:12px;
#	font-family:"Lucida Grande",Arial, Helvetica, sans-serif;
	font-style:normal;
#	background-color:#e2e2e2;
}

li p {
	line-height:18px;
}

li a {
	color:#444;
	padding:3px;
	text-decoration:underline;
}

blockquote {
	border-left:2px solid #ccc;
	margin-left:0;
	padding-left:20px;
	font-style:normal;
}

pre,.programlisting {
	font-family: monospace;
	font-size:10px;
	background-color: #e6e6e6;
	border: thin grey inset;
	color:#444;
	padding:5px;
}

.itemizedlist {
	line-height:30px;
}

.command {
	font-weight:normal;
	font-style:italic;
}

.informaltable table, .table table {
	background-color:#fafafa;
	padding:3px;
	border:1px solid #ccc;
	font-size:12px;
	color:#444;
} 

.informaltable table th {
	font-weight:bold;
	text-align:left;
} 

#logo {
      text-align: right;
}

