/*
/// Body
 */

body {
	margin: 0px 100px 0px 100px;
	background-image: url("../images/background.gif");
	color: #000000;
    font-family: Verdana, arial, sans-serif;
	font-size: 13px;
}

/*
/// Page
 */

#page {
	margin: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
}

#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 32px;
	color: #2C58D2;
	padding: 3px;
	padding-top: 45px;
	padding-left: 30px;
	margin: 0px;
}

#construction {
	position: absolute;
	top: 46px;
	right: 116px;
	color: black;
	font-size: medium;
	text-decoration: underline;
	padding: 2px;
	margin: 0px;
}

#sectionnav {
	position: absolute;
	top: 110px;
	left: 120px;
	width: 135px;
	padding-right: 10px;
	background-image: url("../images/nav.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#sectionnav a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 4px;
}

#sectionnav a.section {
	padding-left: 16px;
	font-size: 13px;
}

#sectionnav a.subsection {
	padding-left: 30px;
	font-size: 10px;
}

#sectionnav a:hover {
	color: gray;
	background-repeat: no-repeat;
	background-position: center left;
}

#content {
	position: relative;
	margin: 0px 50px 20px 195px;
	padding-right: 10px;
}

#footer {
	text-align: center;
	color: gray;
	font-size: 10px;
	border-top: 1px solid #cccccc;
	margin-top: 30px;
	padding-bottom: 1px;
}

/*
/// Headers
 */

h3 {
	border-bottom: 1px solid #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #2C58D2;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 24px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2C58D2;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
}

h3.summary {
}

h3.toc {
	padding-top: 8px;
}

h3.index {
	padding-top: 12px;
}

h3.section1 {
	padding-top: 8px;
}

h4.section2 {
}

h4.section3 {
	font-style: italic;
}

h4.package {
	font-style: italic;
}

h4.interface {
	font-style: italic;
}

h4.class {
	font-style: italic;
}

/*
/// Table
 */

table {
    font-family: Verdana, arial, sans-serif;
	font-size: 13px;
}

/*
/// Span
 */

span.keyword {
	color: blue;
}

span.definition {
	color: green;
}

span.parameter {
	font-style: italic;
}

span.comment {
	color: darkmagenta;
}

span.highlighted {
	border: 1px solid red;
}

span.console_unsent {
	color: firebrick;
}

span.console_sent {
	color: green;
}

span.blue {
	color: blue;
}

span.green {
	color: green;
}

span.red {
	color: firebrick;
}

span.purple {
	color: darkmagenta;
}

span.ochre {
	color: ochre;
}

span.orange {
	color: orange;
}

span.gray {
	color: gray;
}

/*
/// Pre
 */

pre.code {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	background: #F4F4F4;
}

pre.code_light {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	background: #F4F4F4;
}

/*
/// Xmp
 */

xmp.code {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	background: #F4F4F4;
}

/*
/// Summary
 */

div.summary_toc {
}

div.summary_index {
	padding-bottom: 16px;
}

div.summary1 {
}

div.summary2 {
	margin-left: 40px;
}

div.summary3 {
	margin-left: 80px;
}

/*
/// Toc
 */

div.toc_first1 {
}

div.toc1 {
	padding-top: 16px;
}

div.toc_first2 {
	margin-left: 40px;
}

div.toc2 {
	margin-left: 40px;
}

div.toc_first3 {
	margin-left: 80px;
}

div.toc3 {
	margin-left: 80px;
}

div.toc4{
	margin-left: 120px;
}

div.toc5{
	margin-left: 160px;
}

/*
/// Index
 */

a.letter-navigator {
}

div.index-letter {
	border-top: 1px solid #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-top: 30;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 24px;
}

/*
/// Screenshots
 */

div.screenshot {
	font-size: 12px;
}

/*
/// Definitions
 */

p.definition {
	padding-top: 4px;
}

p.form-definition {
	padding-top: 6px;
}

/*
/// Properties
 */

table.properties {
	border-collapse: collapse;
}

table.properties td {
	padding: 2px 8px 2px 8px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}

/*
/// Terminology
 */

table.terminology {
	border-collapse: collapse;
}

table.terminology th {
	font-weight: normal;
	padding: 2px 8px 2px 8px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	background: #ECECEC;
}

table.terminology td {
	padding: 2px 8px 2px 8px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}

/*
/// Format
 */

table.format-directives {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}

/*
/// Project
 */

div.project-first {
	padding-top: 0x;
	padding-right: 0px;
	padding-left: 0px;
}

div.project {
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
}

span.project {
	font-weight: bold;
}
