@charset "utf-8";
/* CSS Document */

body {counter-reset: chapter;}

.nomeddle {}

blockquote p {font-family: sans-serif;
              font-style: oblique;}

table,tr {border: 2px solid grey;
             border-collapse: collapse;
			 vertical-align: top;
			 padding-left: 5px;
			 padding-right: 5px;
			}			

table.noborder 
            {border: 0px solid grey;
			 padding-left: 0px;
			 margin-left: 0px;}

table.noborder tr {border: 0px solid grey;}

table.noborder tr td:first-child
			 {padding-left: 0px;
			  margin-left: 0px;}
			  
td p {padding-top: 0px;
      margin-top: 0px;
	  margin-bottom: 0px;
	  padding-bottom: 0px;
	  text-indent: 12px}
	  
td p:first-child {text-indent: 0px}

th,td    {border: inherit;
             border-collapse:inherit;
			 vertical-align: top;
			 padding-left: inherit;
			 padding-right: inherit;
			}			
			
th   {background-color: #CCCCCC;}			
	
h1 {text-align: center;}

h1 p {padding-top: 0pt;
      margin-top: 0pt;
      font-size: 80%;}

h2 {border-top: 2px dashed black;
    padding-top: 12pt;
	counter-reset: section;
	margin-bottom: 0pt;}

div.articlelist p {margin-bottom: 3pt;
                   margin-top: 6pt;
				   margin-left: 12pt;}


			 
h3+.note {margin-top: 12pt;}

table+.note {margin-top: 12pt;}
			 
h3 {border: 1px solid #BBBBBB;
    background-color: #E0E0E0;
    padding-right: 6pt;
    display: table;
    text-align: left;
	margin-top: 6pt;
	margin-bottom: 0pt;
   }

h4 {margin-top: 6pt;
	margin-bottom: 0pt;
   }

h2 + p {margin-top: 6pt;}
h3 + p {margin-top: 6pt;}
h4 + p {margin-top: 3pt;}

h2:before {counter-increment: chapter;
           content: counter(chapter) ". ";}
		   
h3:before {counter-increment: section;
           content: counter(chapter) "." counter(section) " ";}

li {margin-bottom: 3pt;
    margin-left: -10pt;}
	 
pre {margin-left: 18pt;}

li pre {margin-top: 5pt;
        margin-bottom: 3pt;}



.ansqltextby {font-size: small;}
div.ansqltextby p {margin-top: 0pt;
      		  margin-bottom: 0pt;
			  padding-top: 3pt;
			  padding-bottom: 0pt;}

.output {margin-left: 18pt;
         font-family: "consolas", monospace;
		 font-size: 10pt;}

div.output p {margin-top: 0pt;
      		  margin-bottom: 0pt;
			  padding-top: 0pt;
			  padding-bottom: 0pt;}

.errmsg {
  color: #FF0000;
}

.note {
  font-size: 90%;
  border: 3px solid #BBBBBB;
  display: inline-block;
  margin-top: 0pt;
  margin-bottom: 0pt;
}

div.note p:first-child {margin-top: 3pt;}
div.note p:last-child {margin-bottom: 3pt;}

.nowrap	{white-space: nowrap;}

.highlight-code {
	background-color: #00FF00;
    font-weight: bold;	
}

.lowlight-code {
	background-color: #A0FFA0;
    font-weight: bold;	
}

.quote {font-style: oblique}

.keyword {font-size: 90%;}

.builtin {font-weight: bold;
          color: #800000;}

.plan_operator {color: #800000;}


.objectname {
	font-weight: bold;
	color: #004000;
}

.xmltag {
	font-family: "consolas", monospace;
}

.datavalue {
	font-style: oblique;
	color: #406000;
}


.filepath {
	color: #400080;
}

dl dt {font-weight: bold;;
}

dl dd {margin-bottom: 12pt;
}

dl.revhist p:first-child {margin-top: 0pt;}

dl.revhist li {margin-left: -18pt;} 

dl.revhist dd ul {margin-top: 0px;}

.toc {counter-reset: chapter_contents;
           border: 2px solid black;
		   display: table;
		   padding-right: 30pt;
		   padding-bottom: 6pt;}
		   
.tocheader{
	 font-size: 150%;
	 font-weight: normal;
	 margin-top: 3pt;
	 margin-bottom: 3pt;
}

.toc1 {
	 counter-reset: section_contents;
	 font-weight: bold;
	 margin-top: 0pt;
	 margin-bottom: 0pt;
	 margin-left: 12pt;
}	 

.toc2 {
	 margin-top: 0pt;
	 margin-bottom: 0pt;
	 margin-left: 24pt;
}

.toc1:before{
         counter-increment: chapter_contents;
         content: counter(chapter_contents) ". ";
}
		   
.toc2:before {counter-increment: section_contents;
                   content: counter(chapter_contents) "." counter(section_contents) " ";
}


