body {
	padding: 0px;
	margin: 0px;
	background-color: #3e3c3f;
}
body a {
	color: #f26a27;
}



/* top header */
#top-header {
	background-color: #2E292A;
	border: none;
	padding: 0px;
	margin: 0px;
	/* this is a hack because safari appears to put extra space
	   below the header unless there is a visible border. */
	border: 1px solid #2e292a;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	padding: .5em;
	margin: 0px;
	color: white;
	background-color: black;
	padding: 0px;
	border-color: black;
	border-style: solid;
	border-width: 0px;
}
#top-header h1 {
	margin: 0px;
	padding: .2em;
}
#top-header h1 a {
	color: white;
    text-decoration: none
}
#top-header h1 a:hover {
    text-decoration: underline
}
#top-header h1 b {
	color: #ff7707;
}
#top-header h1 i {
	font-style: normal;
	font-weight: normal;
	display: inline;
	font-size: 30%;
}
#top-header h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 80%;
	text-align: right;
	margin: 0px;
	padding-bottom: 5px;
}
#top-header h3 a {
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	color: #f26a27;
	clear: both;
	color: #ff9f1d;
	padding: 2px;
}







/* ============= classes list ============== */

#classes-toc li h4 { 
	font-size: 9pt; font-weight: bold;
	background-color: #3e3c3f;
	}
#classes-toc li .content { 
	font-size: 8.25pt; font-weight: bold; 
	background-color: #e6e6e6;
}
#classes-toc { font-size: 75%; float: left; width: 200px; padding: 0px; margin: 0px; }
#classes-toc .header { padding: .5em; margin: 0px; font-weight: normal; color: white; background-color: #323232; font-style: normal; }
#classes-toc .header a {
	text-decoration: none;
	color: white;
}
#classes-toc .header a:hover {
	background-color: #424242;
}
#classes-toc .content { padding: 0px; font-size: 90%; color: black; list-style-type: none; margin: 0px; background: #e6e6e6; }
#classes-toc .content li {
	padding-left: 2em;
	padding-bottom: .3em;
	padding-right: .3em;
	padding-top: .3em;
}
#classes-toc .content a {
	text-decoration: none;
	color: black;
}
#classes-toc .content a:hover {
	text-decoration: underline;
}


#classes-toc .header {
	background-color: #3e3c3f;
}





/* ================== main content : general =============== */

/*#content, #nav {
}*/
#content, #nav {
	background-color: white;
	font-size: 10pt; /* not sure about this */
	color: black;
    
	border-width: 1px;
	border-color: white;
	border-style: solid;
    
	margin-left: 200px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 30px;
}
/*
#content { height: 100%; } 
disabled because it breaks when the content div is longer than the viewport*/

#content h3 {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 30px;
	font-weight: bold;
	font-size: 16.5pt;
	color: #f26a27;
	border: none;
	margin: 0px;
}


/* main class header */

#nav h1 i {
	font-style: normal;
	font-weight: normal;
}

#nav h1, #nav h1 i {
	font-weight: bold;
	font-size: 16.5pt;
}

#nav h2 {
	font-size: 10.5pt;
}

/* navigation tabs */

#tabs {
	padding: 0px;
	font-size: 10.5pt;
}
#tabs li {
	color: #bdbdbd;
	display: inline;
	font-style: normal;
	font-weight: normal;
}

#tabs li a {
	color: #a2a2a2;
}




/* package summary list */
#content .package-docs {
	border-collapse: collapse;
}
#content .package-docs td {
	vertical-align: top;
}
#content .package-docs .name {
	color: #3e3c3f;
	font-size: 10.5pt
}
#content .package-docs .description {
	color: black;
	font-size: 10.5pt;
}
#content .package-docs code {
	color: #3e3c3f;
	font-size: 90%;
}


/* overview */
.overview pre.example-code {
	border-color: #b2adb7;
	border-style: solid;
	border-width: 1px;
	background-color: #e6e6e6;
}
.overview img {
	padding: 10px;
	border-color: #b2adb7;
	border-style: solid;
	border-width: 1px;
	background-color: white;
}
.overview pre.example-code b {
	color: #f26a27;
}

.overview pre.example-code {
	padding: 1em;
}

.overview img {
	padding: 1em;
}




#content #toc h4 {
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	color: #3e3c3f;
}

/* fields summary */


.fields {
	font-size: 10.5pt
}
.fields th {
    text-align: left;
	color: #3e3c3f;
    font-weight: bold;
}
.fields td {
	vertical-align: top;	
	padding-right: .5em;
	padding-left: .5em;
	padding-top: 1em;
}
.fields td.type, .fields td.type i {
	font-style: normal;
	font-weight: normal;
}



/*


h1.classname * {
	font-style: normal;
	font-weight: normal;
}

h1.classname, h1.classname * {
	font-weight: bold;
}

h2, h2 a {
	padding: 0px;
	margin: 0px;
	font-size: 90%;
	color: #a2a2a2;
}

#tabs li {
	font-size: 90%;
	color: #bdbdbd;
	display: inline;
	font-style: normal;
	font-weight: normal;
}

#tabs li a {
	color: #a2a2a2;
}

#tabs {
	padding: 0px;
}

#content h3 {
	font-size: 150%;
	font-style: normal;
	font-weight: normal;
	color: #ff6a03;
}

dt.method, dt.method * {
	background-color: #bdbdbd;
	color: #363636;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
}

dd.method {
	font-size: 90%;
}

body {
	background-color: black;
}

#nav, #content {
	padding: 10px;
	margin-left: 200px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: white;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-color: black;
	border-style: solid;
}

#top-header {
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}
#top-header h3 {
	padding: 0px;
	margin: 0px;
}
#top-header h2 {
	display: none;
}
#top-header h1 {
	margin-bottom: 0px;
	margin-top: 0px;
}
#nav {
}
#nav h1 {
	margin-top: 0px;
}
#nav h2 {
	padding: 0px;
	margin: 0px;
}
#nav #tabs {
	padding: 0px;
	margin: 0px;
}
#content {
	padding-top: 0px;
	margin-top: 0px;
}
#content h3 {
	margin: 0px;
}
.example-code {
	margin: 0 auto 1.4em auto;
	display: table;
	background-color: #e4e4e4;
	padding: 1em;
	border-color: #807e88;
	border-style: solid;
	border-width: 1px;
}
.example-screenshot {
	margin: 0 auto 1.4em auto;
	display: table;
	background-color: #e3e3e3;
	padding: 5px;
	border-color: #888888;
	border-style: solid;
	border-width: 1px;
}
.example-code b {
	color: #ff5c13;
}
.string-literal, .number-literal {
	color: black;
}



#toc table {
}
#toc table {
	border-collapse: collapse;
	border-color: #59585b;
	border-style: solid;
	border-width: 1px;
	font-size: 80%;
}
#toc table tr {
	border-color: #6a6a6a;
	border-style: solid;
	border-width: 1px;
}
#toc table td, #toc table th {
	border-spacing: 2px 0px;
	padding-left: .5em;
	padding-bottom: .3em;
	padding-right: .5em;
	padding-top: .3em;
}
#toc table th {
	color: #353535;
}
#toc table td {
 vertical-align: top;
}
#toc table td p {
	margin: .2em;
}
#content h3 {
	padding: 1em;
}
#toc dl dd {
	padding: 1em;
}
dl.parameters, dl.returns {
	background-color: #e4e4e4;
	margin: 1em;
	float: none;
	border-style: solid;
	border-color: #2eb90e;
	border-width: 1px;
}
dl.parameters dt, dl.returns dt {
	font-weight: bold;
	font-size: 80%;
}
div.method h4 {
}

*/

.private, .profile-private { display: none; }
