/* General page styles ---------------------------------------------------- */
body, html
	{
	margin: 5px;
	padding: 0px;
	color: black;
	background-color: white;
	}

body
	{
	font-family: verdana, arial, helvetica, sans-serif;
	}

code, pre, tt
	{
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console",  Monaco, "Courier New", Courier, monospace;
	}

span.parameter
	{
	font-style: italic;
	font-family: monospace;
	}

a, a:visited, a:hover
	{
	color: #000099;
	background-color: transparent;
	}

h1, h2
	{
	font-weight: bold;
	color: #000066;
	background-color: transparent;
	margin-top: 0;
	padding-top: 0;
	border-bottom: dashed 1px #ffffff;
	}
h1
	{
	font-size: 130%;
	}
h2
	{
	font-size: 110%;
	}

div.section {
	border: solid 2px #cccccc;
	border-collapse: collapse;
	margin: 1em;
	padding: 1em;
	background-color: #eeeeff;
}
div.dl {
	padding: 15px;
	border: 1px solid #ddd;
	margin-bottom: 5px;
}
div.dd {
	margin-left: 30px;
	margin-bottom: 5px;
	padding: 5px;
	border: groove 2px #ffffff;
	background-color: #f5f5ff;
}
span.term {
	font-size: 1.2em;
}

div.methodsynopsis {
	text-indent: 30px;
	background-color: #fff;
	padding: 0.5em;
	border: 1px solid black;
}


/* {{{ phpdoc examples */
div.example{
	background-color: #fff;
	border: 1px solid #000;
	text-align: left;
	color: #000;
	margin-top: 20px;
}

div.example p {
	margin: 0px;
	padding: 0.2em;
	text-indent: 1em;
	border-bottom: 1px dotted #000;
}

div.example-contents p{
	background-color: #ccc;
	text-indent: 0;
	border-bottom: 1px outset #000;
}

div.phpcode {
	background-color: #e1e1e1;
	margin: 10px;
	border: 1px outset #000;
	padding: 2px;
	overflow-x: auto;
}

pre.output {
	background-color: #e1e1e1;
	margin: 10px;
	padding: 2px;
	overflow-x: auto;
}

div.updated
	{
	background-color: #e0e0e0;
	color: inherit;
	padding: 4px;
	margin-bottom: 10px;
	font-size: 75%;
	text-align: right;
	}

div.footer
	{
	font-size: 75%;
	color: inherit;
	background-color: #cccccc;
	width: 100%;
	text-align: center;
	}
