/*!
	(c) David Grudl, Ondřej Nešpor, Jaroslav Hanslík, Martin Cohen, Jörn Zaefferer
*/

body {
	font: 13px/1.5 Verdana, "Geneva CE", lucida, sans-serif;
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #333333;
}

h1, h2, h3, h4, caption {
	font-family: Trebuchet MS, "Geneva CE", lucida, sans-serif;
	color: #053368;
}

h1 {
	color: #1e5eb6;
	font-size: 230%;
	font-weight: normal;
	margin: .3em 0;
}

h2 {
	color: #1e5eb6;
	font-size: 150%;
	font-weight: normal;
	margin: -.3em 0 .3em 0;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 2px;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

caption {
	border: 1px solid #cccccc;
	background: #ecede5;
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px 5px;
	text-align: left;
	margin-bottom: 0;
}

p {
	margin: .7em 0 1em;
	padding: 0;
}

hr {
	margin: 2em 0 1em;
	border: none;
	border-top: 1px solid #cccccc;
	height: 0;
}

a {
	color: #006aeb;
	padding: 3px 1px;
	text-decoration: none;
}
h1 a {
	color: #1e5eb6;
}

a:hover, a:active, a:focus, a:hover b, a:hover var {
	background-color: #006aeb;
	text-decoration: none;
	color: #ffffff !important;
}

code, var, pre {
	font-family: monospace;
}

var {
	font-weight: bold;
	font-style: normal;
	color: #ca8a04;
}

pre {
	margin: 0;
}

code a b {
	color: #000000;
}

/**
 * Splitter
 */
.vsplitbar {
	width: 5px;
	background: #1e5eb6 url('resize.png') left center no-repeat;
}

.vsplitbar.active {
	opacity: .5;
}



/**
 * Left side
 */
#leftWrapper {
	overflow: auto;
	background: #ffffff;
	width: 270px;
	height: 100%;
	position: fixed;
}

#left {
	padding: 10px;
}

#left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#left ul ul {
	padding-left: 10px;
}

#left li {
	white-space: nowrap;
	position: relative;
}

#left .active > a, #left > span {
	color: #333333;
	background: none;
	font-weight: bold;
}

#left .active > a:hover, #left .active > a:active, #left .active > a:focus {
	background-color: #006aeb;
}

#left #entities span {
	position: absolute;
	top: 4px;
	right: 0;
	cursor: pointer;
	display: block;
	width: 12px;
	height: 12px;
	background: url('collapsed.gif') #ffffff 0 0 no-repeat;
}
#left #entities span:hover {
	background-position: -12px 0;
}
#left #entities span.collapsed {
	background-position: 0 -12px;
}
#left #entities span.collapsed:hover {
	background-position: -12px -12px;
}

#left ul.collapsed {
	display: none;
}

/**
 *	Right side
 */
#rightWrapper {
	overflow: auto;
	margin-left: 270px;
}

#right {
	max-width: 1000px;
}



/**
 *	Navigation
 */
#search {
	float: right;
	margin: 3px 8px;
}

#search input.text {
	padding: 3px 5px;
	width: 250px;
}

#navigation {
	margin: 0 3px 3px 3px;
	padding: 3px 8px;
	background-color: #f6f6f4;
	height: 26px;
}

#navigation ul {
	list-style: none;
	margin: 0 8px 4px 0;
	padding: 0;
	overflow: hidden;
	float: left;
}

#navigation ul + ul {
	border-left: 1px solid #000000;
	padding-left: 8px;
}

#navigation ul li {
	float: left;
	margin: 2px;
	padding: 0 3px;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	color: #808080;
}

#navigation ul li.active {
	background-color: #053368;
	color: #ffffff;
	font-weight: bold;
}

#navigation ul li a {
	color: #000000;
	font-weight: bold;
	padding: 0;
}
#navigation ul li span {
	float: left;
	padding: 0 3px;
}
#navigation ul li a:hover span, #navigation ul li a:active span, #navigation ul li a:focus span {
	background-color: #006aeb;
}

/**
 * Content
 */
.nowrap {
	white-space: nowrap;
}

#content {
	clear: both;
	padding: 5px 10px;
	margin: 0;
}

.description {
	background: #ecede5;
	padding: 1px 8px;
	margin: 1.2em 0;
}

.description pre, .detailed pre {
	padding: .6em;
	background: #fcfcf7;
}
.description pre {
	margin: .5em 0;
}
.detailed pre {
	border: .5em solid #ecede5;
}

dl.tree {
	margin: 1.2em 0;
}

dl.tree dd {
	margin: 0;
	padding: 0;
}

.info {
	margin: 1.2em 0;
}


.summary {
	border: 1px solid #cccccc;
	border-collapse:collapse;
	font-size: 1em;
	width: 100%;
	margin: 1.2em 0 2.4em;
}

.summary caption {
	border-width: 1px 1px 0;
}

.summary caption.switchable {
	background: #ecede5 url(sort.gif) no-repeat center right;
	cursor: pointer;
}

.summary td {
	border: 1px solid #ccc;
	margin: 0;
	padding: 3px 10px;
	font-size: 1em;
	vertical-align: top;
}

.summary dl {
	margin: 0;
}

.summary dd {
	margin: 0 0 0 25px;
}

.short p, .detailed p {
	margin: .4em 0;
}

tr:hover td {
	background: #f6f6f4;
}

.detailed {
	display: none;
}

.detailed h4 {
	margin-top: 5px;
}

.deprecated {
	opacity: .5;
}
.right {
	text-align: right;
}

.position {
	position: relative;
	padding-right: 1em;
}

.anchor {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
	font-size: 85%;
	margin: 0;
	color: #006aeb !important;
}

.smallList {
	margin: 0 0 5px 25px;
}



#footer {
	border-top: 1px solid #e9eeef;
	clear: both;
	color: #a7a7a7;
	font-size: 8pt;
	text-align: center;
	padding: 20px 0 0;
	margin: 3em 0 0;
	height: 90px;
	background: #ffffff url('footer.gif') no-repeat center top;
}

.classtree ul {
	list-style: none;
	background: url('tree-vertical.gif') left repeat-y;
	padding: 0;
	margin-left: 20px;
}

.classtree li {
	margin: 0;
	padding: 0;
}

.classtree div {
	padding-left: 30px;
	background: left center no-repeat;
}

.classtree div.notlast {
	background-image: url('tree-hasnext.gif');
}

.classtree div.last {
	background-image: url('tree-last.png');
}

.classtree li.last {
	background: url('tree-cleaner.gif') left repeat-y;
}


/**
 * Source code
 */
.php-keyword1 { color: #e71818; font-weight: bold }
.php-keyword2 { font-weight: bold }
.php-var { color: #d59401; font-weight: bold }
.php-num { color: #cd0673 }
.php-quote { color: green }
.php-vquote { color: #0F0; font-weight: bold }
.php-comment { color: #929292 }

.xlang { color: red; font-weight: bold }
.l { color: silver; background-color: #ffffff }



/**
 * Autocomplete
 */
.ac_results {
	padding: 0;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: 12px Trebuchet MS, "Geneva CE", lucida, sans-serif;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
}
.ac_results li strong {
	color: #000000;
}

.ac_odd {
	background-color: #eeeeee;
}

.ac_over {
	background-color: #006aeb;
	color: #ffffff;
}
.ac_results li.ac_over strong {
	color: #ffffff;
}
