.highlight {
	background-color: #FFFF80;
}

div.root {
}

div.header {
	font-size: 45px;
	margin-bottom: 32px;
}

h1 {
	font-weight: normal;
}

h1 code {
	font-weight: bold;
	font-size: 32px;
}

code {
	font-size: 16px;
}

body {
	font-size: 14px;
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
}

dt {
    padding-left: 60px;
    text-indent: -60px;
}

dt i, dt a {
    text-indent: 0px;
}

dd {
	margin-left: 40px;
}

div.footer {
	background-color: #EEEEEE;
	margin-top: 32px;
	padding: 8px;
}

div.header img {
	vertical-align: -15px;
}

a:visited,
a:link {
	text-decoration: none; 
	color: #008FB8;
	font-weight: bold;
}

a:hover {
	color: #07606E;
}

p {
	margin-top: 16px;
	margin-bottom: 16px;
}

dd {
	margin-bottom: 32px;
}

h2 {
	margin-top: 32px;
}

div.parameters {
	margin-top: 16px;
}

div.parameters table {
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 16px;
}

div.javadoc {
	margin-top: 16px;
	margin-left: 80px;
	margin-right: 15px;
}

div.section {
	margin-left: 0px;
	margin-right: 00px;
}

code.primitive {
	font-weight: bold;
}

code.self {
	font-style: italic;
	font-weight: bold;
}

span.external {
	
}

code.hidden {
	font-style: italic;
	color: #DDDDDD;
}

code.modifier {
	color: #AAAAAA;
}

code.method-name {
	font-weight: bold;
}

code.option-name {
	font-weight: bold;
}

code.field-name {
	font-weight: bold;
}

div.annotation {
	font-family: monospace;
	color: #AAAAAA;
}

div.annotation a {
	color: #AAAAAA;
}

span.error {
	color: red;
}

a.link {
	color: white;	
	font-style: normal;
}

dt:hover a.link,
h1:hover a.link
{
	color: #AAAAAA;
}

td {
	vertical-align: top;
}

li.collapsed ul {
	display: none;
}

i.collapse,
i.expand {
	cursor: pointer;
	color: #888888;
}

span.package-node:hover > i.collapse,
span.package-node:hover > i.expand {
}

li.collapsed > span.package-node > i.collapse {
	display: none;
}

li.expanded > span.package-node > i.expand {
	display: none;
}

span.search-hit {
	font-weight: bold;
}

div.search-result {
	font-family: monospace;
}

div#search-cursor {
	background-color: #AAAAAA;
}

span.further-reading.collapsed .when-expanded {
	display: none;
}
span.further-reading.expanded .when-collapsed {
	display: none;
}

span.further-reading button {
	border-radius: 8px;
}

div.toolbar > div {
	float: right;
}

#search-display {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	position: absolute;
	right: 33px;
	background-color: #EEEEEE;
	max-height: 80%;
	min-width: 100px;
	max-width: 90%;
	overflow: auto;
}

div.search  > input {
	/* Prevent search text flowing under the icon. */
	padding-right: 25px;
}

div.search > i {
	position: relative;
	left: -25px;
	color: #AAAAAA;
}

div.message {
	font-size: 14pt;
	font-weight: bold;
	color: #008FB8;
	
	text-align: center;
	
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
}