/* Kerio CSS style for HTML manuals */
html
{
	background-color: white;
}

body, div,
p, a,
h1, h2, h3, h4, h5, h6,
th, td, caption,
ol, ul, dl,
li, dd, dt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

BODY {
    font-weight: normal;
    font-size: 8pt;
}

TH, TD {
   font-size: 8pt;
}

.term, .glossterm {
	font-weight: bold;
	margin-right: 12pt;
	margin-top: 6pt;
	margin-bottom: 0pt;
}

A:link, A:visited {
  background-color: inherit;
	color: #0000FF;
} 

A:hover, A:active {
  background-color: inherit;
	color: #FF0000;
}

.informalfigure, .figure, .informaltable, .table {
	margin-left: 24pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

.programlisting {
	margin-left: 24pt;
}

.literallayout {
  margin-left: 0pt;
}

.legalnotice {
	margin-top: 20pt;
	margin-bottom: 20pt;
}

.guilabel, .guibutton, .guimenu, .guimenuitem, .guisubmenu {
  font-style: italic;
}

.guiicon {
  border: solid 1px black;
  background-color: silver;
  padding: 1px 1px 1px 1px;
}

.title {
	margin-top: 20pt;
}

P {
	margin-top: 6pt;
	margin-bottom: 6pt;
}

P.title {
	margin-top: 5pt;
	margin-bottom: 18pt;
}

TT {
	font-size: 9pt;
}


PRE, CODE {
	font-size: 9pt;
}

CODE.email {
	font-size: 8pt;
}

UL {
	margin-top: 0pt;
	margin-bottom: 0pt;
}

TABLE {
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

H1 {
    	color: #000000;
    	font-size: 1.5em;
}

H2 {
    	color: #000000;
    	font-size: 1.3em;
     	margin-top: 1.5em;
	    margin-bottom: 0.5em; 
      clear:both;
}

H3 {
    	color: #000000;
    	font-size: 1.1em;
     	margin-top: 1.2em;
	    margin-bottom: 0.5em; 
      clear:both;
	    font-style : italic;
}

/* Specific nested elements */
P.title {
    font-size: 7pt;
}

P.title B {
    font-weight: normal; /* Disable bold in the captions */
}

/* TOC title */
DIV.toc P {
  margin-top: 20pt;
 	font-size: 1.5em;
}

/* Chapter & section title at top of page - it's a table! */
DIV.navheader TH {
    font-size: 10pt;
}

/* Little space above the figures and tables */
DIV.figure IMG, DIV.table TABLE, DIV.informalfigure IMG, DIV.informaltable TABLE {
		margin-top: 6pt;
}
