/* 
 * Stylesheet for documentation.
 */

body { 
    background-color: #ffffff;
    margin: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 15pt;
    color: #000000;
}

#header {
    border: 2px solid black;
    clear: both;
    margin-bottom: 10px;
    min-height: 70px;
    width: 100%;
    background: #EEEEFF;
    color: black;
}

#logo {
    background-image: url(images/logo_44x60.gif);
    background-repeat: no-repeat;
    background-position: top left;
    
    float: left;
    height: 60px;
    width: 44px;
    visibility: visible;
}

#title {
    text-align: center; 
}

#toc {
    width: 50%;
    margin-bottom: 10px;
}

#tocbox {
    border: 1px solid;
    padding-left: 4px;
    padding-right: 4px;
}

#tocbox ol {
    list-style: decimal outside none;
}

#tocbox ol ol {
    list-style: upper-alpha outside none;
}

#tocbox ol ol ol{
    list-style: decimal outside none;
}

#introduction, #references, .sect {
    margin-bottom: 5px;
}

.sect .subsect {
    margin-left: 20px;
    margin-bottom: 5px;
}

#references dl {
    margin-left: 20px;
    margin-right: 20px;
}

#references dt {
    margin-top: 10px;
}

#footer {
    border-top: 1px solid;
    margin-top: 36px;
    padding-top: 8px;
}

#footer #copyright, #lastModified {
    color: black;
}

#footer #copyright {
    float: left;
}

#footer #lastModified {
    float: right;
}

h1 {
    color: darkblue;
    margin-top: 36px;
    margin-bottom: 4px;
    border-bottom: solid 3px #000000;
}

h2, h3 {
    color: darkblue;
    margin-top: 36px;
    margin-bottom: 4px;
    border-bottom: solid 1px #000000;
}

h4, h5 {
  color: #4C7C8E;
  margin-top: 2px;
  margin-bottom: 2px;
  text-decoration: underline;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 16pt;
}

h3 {
    font-size: 14pt;
}

h4 {
    font-size: 13pt;
}

h5 {
    font-size: 12pt;
}

h1, h2, h3, h4, h5 {
    padding-top: 4px;
    padding-bottom: 4px;
}

p {
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0px;
}

.code {
    background: #EEEEFF;
    border: thin solid #000000;
    font-family: Lucida Console, Courier New, Courier, monospace;
    margin: 5px 5px 5px 5px;
    min-width: 600px;
    padding: 5px;
    white-space: pre;
    font-size: 10pt;
}

.reference {
    text-decoration: none;
}



#relnotes ol {
	margin-left: 20px;
	padding-left: 0px;
}

#relnotes ol li {
	margin-top: 10px;
	color: #4C7C8E;
	font-size: 18pt;
}

#relnotes ol li p {
	color: #000000;
	font-size: 12pt;
}

#relnotes ol li ul li {
	margin-top: 2px;
	color: #000000;
	font-size: 12pt;
}

