html {
	font-family: Helvetica,Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	line-height: 1.4em;
}
a img {border:0;}
h1 {
	border-bottom: 1px solid #78A1DF;
	margin-bottom: 0;
	padding-bottom: .8em;
}
h1,h2,h3,h4,h5,h6 {
	color: #326FCA;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
	margin-bottom: .4em;
}
.copyright-notice {
	font-style: italic;
	font-size: .9em;
	border-top: 1px solid #78A1DF;
	clear: both;
}
#a,#b {
	float: left;
	min-height: 30em;
	padding-top: .8em;
}
#a {
	border-right: 1px solid #78A1DF;
	width: 65%;
}
#b {
	margin-left: 15%;
}
#a h2,#b h3 {
	margin-top: 0;
}
a:link {
	color: #113A79;
	text-decoration: underline;
}
a:visited {
	color: #7486AF;
}
a:hover,a:focus {
	color: #035EE6;
}
.browse,.class-nav {
	margin-left: 0;
	padding-left: 0;
}
li.package {
	background: url(package_icon.jpg) left center no-repeat;
	padding-left: 20px;
	list-style: none;
}
li.class {
	background: url(php_icon.gif) left center no-repeat;
	padding-left: 20px;
	list-style: none;
}
.error {
	color: #BD0429;
	font-style: italic;
}
h3.classname,#class-content h4 {
	font-size: 1.5em;
	font-family: monospace;
	color: #702806;
}
h3.classname span.package {
	font-size: .7em;
}
#class-content h4 {
	font-size: 1.3em;
}
.class-nav {
	border-bottom: 1px solid #78A1DF;
	margin-bottom: 2em;
	padding-bottom: 0;
}
.class-nav:after {
	clear: both;
	content: '.';
	height:0;
	visibility: hidden;
	display: block;
}
.class-nav li {
	float: left;
	list-style: none;
	min-width: 10em;
}
.class-nav li a {
	padding: .8em 2em 0;
	border: 1px solid #BDCCFF;
	border-width: 1px 1px 0;
	min-width: 10em;
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
	background-color: #FFF;
}
.class-nav li a:hover,.class-nav li a.current {
	top: 1px;
}
.method,.property {
	border: 1px solid #78A1DF;
	padding: 1em;
}
.method var,.property var {
	color: #035EE6;
	font-style: normal;
}
.method .body,.property .body {
	font-size: 1.1em;
}
.method .visibility, .property .visibility {
	color: #113A79;
}
.method .description,.property .description {
	margin-left: 1.3em;
}
.method dd, .property dd {
	font-weight: normal;
}
dd {
	font-weight: bold;
}
pre {
	border: 1px solid #ccc;
	margin: 3px;
	padding: 2px;
}
p code {
	color: purple;
}