
html, body {
margin: 0;
padding: 0;
text-align: center;
font-family: sans-serif;
color: #333;
}

#container {
text-align: left;
margin: 0 auto;
width: 39em;
border: 1px solid #ccc;
border-top: 0;
}

#docs {
padding: 0 1em 1em 1em;
background: url("../images/content-background.png") white repeat-x top left;
}

h1 {
text-align: center;
margin: 0;
color: #aba;
font-size: 2.5em;
text-shadow: white 1px 1px 4px;
padding-top: .5em;
/* color: #65a042; */
/* border: 1px solid blue; */
}

.method, .property {
margin-left: 2em;
}
.property-label, .inherits-label {
color: #aaa;
margin-left: .5em;
}
.inherits-label a.reference {
color: #8a8;
}
.inherits-label a.reference:hover {
color: #797;
}

#modules {
padding: .3em 0;
border-top: .3em solid #ccc;
cursor: default;
border-bottom: 1px solid #c4d7b9;
background: #c7e2b6 url("../images/navigation-background.png") repeat-x;
/* border: 1px solid blue; */
}

#modules-label {
float: left;
padding-left: 1em;
font-size: .8em;
margin-top: .2em;
display: none;
color: #666;
/* border: 1px solid green; */
}
#modules-links {
text-align: right;
padding-right: .8em;
/* border: 1px solid pink; */
}
#modules-links .sep {
color: #ccc;
font-size: .7em;
position: relative;
bottom: .1em;
cursor: default;
/* padding:  */
}
#modules-links a {
padding: 1px 6px;
text-shadow: #bbb 2px 2px 3px;
color: #65a042;
text-decoration: none;
}
#modules-links a.here {
color: darkgreen;
}
#modules-links a:hover {
padding: 1px 6px;
color: darkgreen;
}

#options {
/* border-top: 1px solid #cdc; */
font-size: .8em;
background-color: #d7e8d6;
padding: .2em .5em .3em .8em;
position: relative;
}
#rounded-bottom-left, #rounded-bottom-right {
position: absolute;
bottom: 0;
}
#rounded-bottom-left {
left: 0;
}
#rounded-bottom-right {
right: 0;
}
#options input {
position: relative;
top: .1em;
/* border: 1px solid #ccc; */
/* padding: .2em 1em .2em .5em; */
}
#options label {
cursor: default;
color: #666;
padding: .2em 1em .2em .5em;
}
#options label:hover {
color: #444;
}

.clear {
clear: both;
}

a.reference {
color: #337825;
text-decoration: none;
}
a.reference:hover {
color: darkgreen;
text-shadow: #ddd 1px 1px 2px;
}

h3, h4 {
margin-bottom: 0.4em;
}

.doc {
margin-left: 0.05em;
color: #555;
}
.cls .doc {
margin-left: 1em;    
}
