.file, .directory
{
	list-style-type: none;
}

.directory
{
	margin-bottom:2px;
	margin-left:-1em;
}

.directory > a
{
	background-color:#F9F9F9;
	padding-left: .5em;
}

.file > a, .directory > a
{
	display:block;
}

.file > a
{
	color:#0C33CF;
}

.access
{
	color: purple;
}

.static
{
	color: green;
}

.return
{
	color: blue;
}

.method_description
{
	color: gray;
	display: none;
}

.constant_description, .api_method_description
{
	color: gray;
}

.method
{
	margin:.5em;
	padding:.3em;
	padding-left:1em;
	border-left:1px solid #ddd;
}

.method_name
{
	font-weight: bold;
}

#searchform fieldset
{
	text-align:center;
	width:75%;
}

#dirlisting
{
	overflow:auto;
}

#dirlisting h4
{
	margin-bottom:.75em; /*half of std 1.25em*/
}

#showall
{
	display:none;
}

h4.name
{
	font-weight:bold;
}

.method .func_sig
{
	font-size:1.2em;
}

