/* Name: quickref.css (branched from documentation.css)
   Created by: Andrew Gent
   Date: Feb. 2013
   Applies to: docbook generated HTML for display in custom HTML enviroment.
   This css file is paired with the quickref.xsl docbook stylesheet

   History:
    Feb 28, 2013 - ajgent - original creation starting from the standard 
	documentation.css file.

*/
/* @import url("http://voltdb.com/css/style.css"); */
body {
	text-align: left;
	font-family: 'fs_albertbold', Arial, sans-serif;
}





div.docbookcontent a.target,
div.docbookcontent a.target:link,
div.docbookcontent a.target:visited,
div.docbookcontent a.target:hover
 {
    text-decoration:none;
    color:inherit;
}

/* Fix table-specific styling from site design */
div.docbookcontent table td { 
	line-height: normal; 
	height: auto;
	padding: 2px 3px; 
	border: none;
}
div.docbookcontent table th { 
	line-height: normal; 
	height: auto;
	padding: 2px 3px; 
	/*border: none; */
}

div.docbookcontent  div.table table { 
	border-collapse: collapse;
}

div.docbookcontent div.table table td { 
	border: 1px solid black;
}

div.docbookcontent .title { 
	margin: auto; 
	line-height: normal; 
	height: auto;
	margin-top: .75em;
	margin-bottom: .5em;
	float: none;
}

div.docbookcontent br.table-break { height: 1em; clear:both; }

div.content h3 { font-size: 120%; }
div.content h3 a { font-size: 120%; }
div.content h4 { font-size: 100%; }

pre.programlisting { 
    border: 1pt solid #aaa;
    background-color: #ddd;
    font-size: 10pt;
    padding: 2px;
}

div.docbookcontent div.navfooter { 
	margin-top: 10px;
	margin-bottom: 10px
}
/*

The following styles provide a border around syntax diagrams. 
If a cmdsynopsis appears within a syntax section, the border
is turned off (since the bounding syntax does the border).
*/

div.voltsyntaxdiagram {
 border: 1pt solid black;
 padding: 4pt 4pt 0pt 4pt;
 margin-bottom: 6pt;

}
div.cmdsynopsis {
 border: 1pt solid black;
 padding: 4pt 4pt 0pt 4pt;
 margin-bottom: 6pt;
 text-indent: -20pt;
 padding-left: 24pt;
 
}
div.voltsyntaxdiagram div.cmdsynopsis { border: none; }


div.cmdsynopsis p { margin: auto; }

.replaceable { font-size: inherit; }

.underline { text-decoration: underline; }

/* 

The following style fixes a problem with headings
in Q&A sections where the heading is H5, resulting
in a display that is smaller than the entries themselves.

*/

tr.qandadiv h5.title { font-size: 100%; }

/* Turn off borders for simple tables, calloutlists, qanda sections, etc.
   Also reduce the top/bottom padding if there are no borders.  */
div.docbookcontent table.simplelist td,
div.docbookcontent div.qandaset td, 
div.docbookcontent div.calloutlist td {  
   border: none;
   padding-top: 5px;
   padding-bottom: 5px;

}

/* Push the footer down the page to get separation */

div.docbookcontent {
	margin-bottom: 75px;
}


/* CRIBSHEET HACKS!!! */
div.navheader, div.navfooter  {
  display: none;
}
div.chapter, div.book > div.titlepage {
margin: 10pt 20pt;
}
div.book > div.titlepage {
margin-top: 20%;
text-align: center;
}

div#voltdbfoot {
text-align: center;
margin-top:80pt;
}

div.book > div.titlepage > hr,
div#voltdbfoot > hr {
display:none;
}
.refnamediv p {
font-size: 140%; 
font-weight: bold;
color: #0078c1;
}
.refsynopsisdiv h2 {
font-size: 100%; 
font-style: italic;
margin-top: 0;
margin-bottom: .25em;

}
