body
{
	font-family: "Verdana", "Arial", "XHelvetica", "Helvetica", sans-serif;
	font-size: 11px;
	background-color: #fff;
	color: #000;
	margin: 0px;
	padding: 0px;
}

body table.body
{
	background-image: url(images/Backdrops/NautilusBlack.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

div.header
{
	background-color: #0063a8;
	background-image: url(images/Backdrops/NautilusBlue.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 70px 25px 0px 25%;
	padding-left: 25%;
	padding-right: 25px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

div.header h1
{
	color: #fff;
	font-weight: normal;
	font-size: 60px;
	margin: 0px 0px 5px 25px;
	padding: 0px;
	line-height: 60px;
}
div.header h2
{
	color: #fff;
	font-weight: normal;
	font-size: 22px;
	margin: 0px 0px 10px 25px;
	padding: 0px;
	line-height: 22px;
}

div.crumbs
{
	font-size: 11px;
	background-color: #194b6e;
	background-image: url(images/Backdrops/NautilusDarkBlue.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 4px 6px 4px 25%;
	color: #fff;
	border-bottom: 1px solid #000;
}

div.crumbs td.crumbs
{
	padding-left: 25px;
}

div.crumbs td.alternate
{
	padding-left: 25px;
	font-size: 9px;
}

div.crumbs a:link
{
	color: #fff;
}

div.crumbs a:visited
{
	color: #ccc;
}

div.crumbs a:hover
{
	color: #ffc;
	border-bottom: 1px solid #fff;
}

div.crumbs span.here
{
	color: #fff;
	font-weight: bold;
}

div.body
{
	background-image: url(images/Backdrops/NautilusWhite.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
	line-height: 18px;
}

table, tr, td, th
{
	margin: 0px;
	border: 0px solid #000;
	padding: 0px;
}

a
{
	text-decoration: none;
}

div.content a
{
	border-bottom: 1px solid #cc8080;
}

a:link
{
	color: #900;
}

a:visited
{
	color: #633;
}

a:hover,
a:active
{
	color: #f00;
}

div.links
{
	width: 25%;
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 20px 11px 20px 25px;
	color: #000;
	background-color: #fff;
	border-right: 1px solid #ddd;
	background-image: url(images/Backdrops/NautilusWhite.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	color: #0063a8;
	font-weight: normal;
}

div.links ul
{
	display: block;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

div.links li
{
	display: block;
	margin: 0px;
	padding: 0px;
}
div.links div,
div.links a
{
	display: block;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 14px;
}

div.links div,
div.links a.path
{
	font-weight: bold;
}

div.links li.here div
{
	background-image: url(images/here.png);
	background-position: 2px 8px;
	background-repeat: no-repeat;
}

div.links span.hint
{
	padding-left: 6px;
	font-weight: normal;
	color: #444;
	font-size: 9px;
}

div.links a:hover span.hint
{
	color: #ccc;
}

div.links a:visited
{
	background-image: url(images/visited.png);
	background-position: 2px 9px;
	background-repeat: no-repeat;
}

div.links a:visited:hover
{
	background-image: none;
}

div.links div span.hint
{
	color: #000;
}

div.links a:link
{
	color: #000;
}

div.links a:visited
{
	color: #000;
}

div.links a:hover
{
	color: #fff;
	background-color: #333;
}

div.links a:hover span.visited
{
	color: #666;
}

div.links a:active
{
	color: #ff0;
}

div.body > div.content
{
	margin-left: 25%;
	padding: 20px 25px;
}

span.tab
{
	color: #aaa;
}

abbr[title], acronym[title]
{
	border-bottom: 1px dotted #ddd;
}

p, li, dd
{
	font-size: 11px;
	line-height: 145.45%;
	margin: 0px 0px 6px 0px;
}

dt
{
	font-size: 11px;
	line-height: 145.45%;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Lucida Grande", "Arial", "XHelvetica", "Helvetica", sans-serif;
	color: #0063a8;
	font-weight: normal;
	line-height: 145.45%;
}

h1 abbr[title], h2 abbr[title], h3 abbr[title], h4 abbr[title], h5 abbr[title], h6 abbr[title], h1 acronym[title], h2 acronym[title], h3 acronym[title], h4 acronym[title], h5 acronym[title], h6 acronym[title]
{
	border-bottom: 0px;
}

h1
{
	font-size: 17px;
	margin: 24px 0 3px 0;
}

h2
{
	font-size: 15px;
	margin: 20px 0 2px 0;
}

h3
{
	font-size: 13px;
	margin: 20px 0 1px 0;
}

h4, h5, h6
{
	font-size: 12px;
	margin: 20px 0 1px 0;
}

div.content div:first-child h1
{
	margin-top: 0px;
}

div.section.level1
{
}

div.section.level1 h1
{
	border-bottom: 1px solid #ddd;
}

ol, ul, dl
{
	margin: 6px 0px;
}

ul > li
{
	list-style-type: square;
}

ol > li
{
	list-style-type: decimal;
}

dd
{
	margin: 0px 0px 8px 25px;
}

em
{
	font-weight: bold;
	font-style: normal;
}

address
{
	font-style: normal;
	font-size: 12px;
	line-height: 17px;
}

div.display
{
	margin-left: 1.5em;
	margin-top: 2px;
	margin-bottom: 2px;
}

.alldownloads
{
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-moz-column-rule: 1px solid #ccc;
	column-count: 2;
	column-gap: 20px;
	column-rule: 1px solid #ccc;
}
table.downloads span.note
{
	font-weight: normal;
	font-size: 9px;
}

table.downloads
{
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 4px;
	margin-bottom: 6px;
	font-size: 11px;
	line-height: 16px;
}

table.downloads th,
table.downloads td
{
	font-size: 11px;
}

table.downloads th
{
	padding: 8px 0px 2px 0px;
	border-bottom: 1px solid #999;
}

table.downloads th.version
{
	padding: 10px 10px 2px 3px;
	text-align: left;
}

table.downloads th.type
{
	color: #666;
	font-weight: normal;
	padding: 10px 10px 2px 0px;
	text-align: left;
}

table.downloads th.size
{
	color: #666;
	font-weight: normal;
	text-align: right;
	padding: 10px 3px 2px 0px;
}

table.downloads tr.download
{
	background-color: #fafafa;
}

table.downloads td.file
{
	padding: 2px 10px 2px 8px;
}

table.downloads td.type
{
	padding: 2px 8px 2px 0px;
}

table.downloads td.size
{
	text-align: right;
	padding: 2px 3px 2px 0px;
}

pre.litblock, pre.prog, pre.tty
{
	margin: 6px 25px;
	border: 1px solid #eee;
	background-color: #fafafa;
	padding: 1px 5px;
}

div.example-title
{
	font-size: 9px;
	margin-top: -6px;
	margin-bottom: 6px;
	margin-right: 25px;
	color: #666;
	text-align: right;
	padding-top: 0px;
	padding-right: 2px;
}

div.class>h1,
div.class>h2,
div.class>h3,
div.class>h4,
div.class>h5,
div.class>h6,
div.function>h1,
div.function>h2,
div.function>h3,
div.function>h4,
div.function>h5,
div.function>h6,
div.method>h1,
div.method>h2,
div.method>h3,
div.method>h4,
div.method>h5,
div.method>h6,
div.property>h6,
div.property>h1,
div.property>h2,
div.property>h3,
div.property>h4,
div.property>h5
{
	font-family: "Monaco", "Courier New", monospace;
	margin-bottom: 0px;
	padding: 0px 0px 2px 25px;
	text-indent: -25px;
	border-bottom: 1px solid #ddd;
}

div.method>div.content,
div.function>div.content,
div.property>div.content,
div.class>div.content
{
	margin-left: 25px;
}

h1 code, h2 code, h3 code, h4 code, h5 code, h6 code
{
	letter-spacing: -1px;
}

div.class.nodoc,
div.method.private,
div.method.nodoc,
div.function.nodoc,
div.property.nodoc
{
	display: none;
}

code, pre
{
	font-family: "Monaco", "Courier New", monospace;
}

code
{
	padding: 0px 1px;
}

pre
{
	overflow-x: auto;
}

pre code
{
	border: 0px;
	background-color: transparent;
	padding: 0px;
}
pre code.input
{
	color: #060;
}

span.application
{
}

