
/* Page layout/boxes */

.phpdoc_info-box {}
.phpdoc_info-box-title { margin: 1em 0em 0em 0em; padding: .phpdoc_25em; font-weight: normal; font-size: 14pt; border: 1px solid #336699; background-color: #EEEEEE }
.phpdoc_info-box-body { border: 1px solid #999999; padding: .phpdoc_5em; }
.phpdoc_nav-bar { font-size: 8pt; white-space: nowrap; text-align: right; padding: .phpdoc_2em; margin: 0em 0em 1em 0em; }

.phpdoc_oddrow { background-color: #F4F4F4; border: 1px solid #AAAAAA; padding: .phpdoc_5em; margin-bottom: 1em}
.phpdoc_evenrow { border: 1px solid #AAAAAA; padding: .phpdoc_5em; margin-bottom: 1em}

.phpdoc_page-body { max-width: 800px; margin: auto; }
.phpdoc_menu-body { background: #EEEEEE url(bg_left.phpdoc_css) repeat }
.phpdoc_tree dl { margin: 0px }
.phpdoc_tree a { text-decoration: none }
.phpdoc_tree a:hover, .phpdoc_tree a:active, .phpdoc_tree a:focus { text-decoration: underline }

/* Index formatting classes */

.phpdoc_index-item-body { margin-top: .phpdoc_5em; margin-bottom: .phpdoc_5em}
.phpdoc_index-item-description { margin-top: .phpdoc_25em }
.phpdoc_index-item-details { font-weight: normal; font-style: italic; font-size: 8pt }
.phpdoc_index-letter-section { background-color: #EEEEEE; border: 1px dotted #999999; padding: .phpdoc_5em; margin-bottom: 1em}
.phpdoc_index-letter-title { font-size: 12pt; font-weight: bold }
.phpdoc_index-letter-menu { text-align: center; margin: 1em }
.phpdoc_index-letter { font-size: 12pt }

/* Docbook classes */

.phpdoc_description {}
.phpdoc_short-description { font-weight: bold; color: #666666; }
.phpdoc_tags {	padding-left: 0em; margin-left: 3em; color: #666666; list-style-type: square; }
.phpdoc_parameters {	padding-left: 0em; margin-left: 3em; font-style: italic; list-style-type: square; }
.phpdoc_redefinitions { font-size: 8pt; padding-left: 0em; margin-left: 2em; }
.phpdoc_package {  }
.phpdoc_package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black }
.phpdoc_package-details { font-size: 85%; }
.phpdoc_sub-package { font-weight: bold; font-size: 120% }
.phpdoc_tutorial { border-width: thin; border-color: #0066ff }
.phpdoc_tutorial-nav-box { width: 100%; border: 1px solid #AAAAAA; background: #EEEEEE url(bg_left.phpdoc_png) repeat; }
.phpdoc_nav-button-disabled { color: #AAAAAA; }
.phpdoc_nav-button:active, 
.phpdoc_nav-button:focus, 
.phpdoc_nav-button:hover { background-color: #CCCCCC; outline: 1px solid #999999; text-decoration: none }
.phpdoc_folder-title { font-style: italic }

/* Generic formatting */

.phpdoc_field { font-weight: bold; }
.phpdoc_detail { font-size: 8pt; }
.phpdoc_notes { font-style: italic; font-size: 8pt; }
.phpdoc_separator { background-color: #999999; height: 2px; }
.phpdoc_warning {  color: #CC0000; }
.phpdoc_disabled { font-style: italic; color: #999999; }

/* Code elements */

.phpdoc_line-number {  }

.phpdoc_class-table { width: 100%; }
.phpdoc_class-table-header { border-bottom: 1px dotted #666666; text-align: left; background-color: DDDDFF }
.phpdoc_class-name { color: #000000; font-weight: bold; }

.phpdoc_method-summary { padding-left: 1em; font-size: 8pt }
.phpdoc_method-header {  }
.phpdoc_method-definition { margin-bottom: .phpdoc_3em }
.phpdoc_method-title { font-weight: bold }
.phpdoc_method-name { font-weight: bold; }
.phpdoc_method-signature { font-size: 85%; color: #666666; margin: .phpdoc_5em 0em }
.phpdoc_method-result { font-style: italic; }

.phpdoc_var-summary { padding-left: 1em; font-size: 8pt; }
.phpdoc_var-header {  }
.phpdoc_var-title { margin-bottom: .phpdoc_3em }
.phpdoc_var-type { font-style: italic; border: 1px dashed #336699 }
.phpdoc_var-name { font-weight: bold; }
.phpdoc_var-default { border: 1px dashed #336699 }
.phpdoc_var-description { font-weight: normal; color: #000000; }

.phpdoc_include-title {  }
.phpdoc_include-type { font-style: italic; }
.phpdoc_include-name { font-weight: bold; }

.phpdoc_const-title {  }
.phpdoc_const-name { font-weight: bold; }

/* Syntax highlighting */

.phpdoc_src-code {  border: 1px solid #336699; padding: 1em;
             font-family: 'Courier New', Courier, monospace; font-weight: normal; }
.phpdoc_src-line {  font-family: 'Courier New', Courier, monospace; font-weight: normal; }

.phpdoc_src-comm { color: green; }
.phpdoc_src-id {  }
.phpdoc_src-inc { color: #0000FF; }
.phpdoc_src-key { color: #0000FF; }
.phpdoc_src-num { color: #CC0000; }
.phpdoc_src-str { color: #66cccc; }
.phpdoc_src-sym { font-weight: bold; }
.phpdoc_src-var { }

.phpdoc_src-php { font-weight: bold; }

.phpdoc_src-doc { color: #009999 }
.phpdoc_src-doc-close-template { color: #0000FF }
.phpdoc_src-doc-coretag { color: #0099FF; font-weight: bold }
.phpdoc_src-doc-inlinetag { color: #0099FF }
.phpdoc_src-doc-internal { color: #6699cc }
.phpdoc_src-doc-tag { color: #0080CC }
.phpdoc_src-doc-template { color: #0000FF }
.phpdoc_src-doc-type { font-style: italic }
.phpdoc_src-doc-var { font-style: italic }

.phpdoc_tute-tag { color: #009999 }
.phpdoc_tute-attribute-name { color: #0000FF }
.phpdoc_tute-attribute-value { color: #0099FF }
.phpdoc_tute-entity { font-weight: bold; }
.phpdoc_tute-comment { font-style: italic }
.phpdoc_tute-inline-tag { color: #636311; font-weight: bold }

/* tutorial */

.phpdoc_authors {  }
.phpdoc_author { font-style: italic; font-weight: bold }
.phpdoc_author-blurb { margin: .phpdoc_5em 0em .phpdoc_5em 2em; font-size: 85%; font-weight: normal; font-style: normal }
.phpdoc_example { border: 1px solid #336699; background-color: #F4F4F4; padding: .phpdoc_5em; }
.phpdoc_listing { border: 1px solid #336699; background-color: #F4F4F4; padding: .phpdoc_5em; white-space: nowrap; }
.phpdoc_release-info { font-size: 85%; font-style: italic; margin: 1em 0em }
.phpdoc_ref-title-box {  }
.phpdoc_ref-title {  }
.phpdoc_ref-purpose { font-style: italic; color: #666666 }
.phpdoc_ref-synopsis {  }
.phpdoc_title { font-weight: bold; border-bottom: 1px solid #336699; padding: 2px }
.phpdoc_cmd-synopsis { margin: 1em 0em }
.phpdoc_cmd-title { font-weight: bold }
.phpdoc_phpdoc_toc { margin-left: 2em; padding-left: 0em }


/* => wiki h1 */
#phpdoccontainer h2
{
	color: #00338f;
	font-size:200%;
 	margin-bottom: 10px;
}

/* => wiki h2 */
.phpdoc_info-box-title
{
	color: #182E7A;
	background-color:#FFFFFF;
	border:none;
 	margin-top:15px;
 	font-size:150%;
 	margin-bottom:15px;
}

/* => wiki h3 */
#phpdoccontainer h4
{
    color:#000;
 	margin-top:15px;
 	font-size:120%;//Different to wiki
 	margin-bottom:15px;
 	margin-left:0px; // Different to wiki
}

.phpdoc_nav-bar
{
display:none;
}

.phpdoc_separator
{
display:none;
}
.phpdoc_evenrow, .phpdoc_oddrow
{
border:none;
border-bottom:1px dotted #666666;
background-color:#fff;
padding-bottom:10px;
margin-bottom:20px;
}


.phpdoc_info-box-body
{
border:none;
}

.phpdoc_method-header
{
margin-bottom:10px;
}
.phpdoc_method-title
{
color:#000;
font-size:140%;
//background-color:#fff;
//border-bottom:1px dotted #666666;
}
.phpdoc_method-signature
{
background-color:#EEEEEE;
border:1px dashed #777777;
color:#000;
font-size:120%;
overflow:auto;
padding:0.5em;
font-family:monospace;
font-style:normal;
margin-bottom:15px;

}


.phpdoc_short-description
{
font-size:120%;
color:#444;

padding:2px;
padding-right:10px;
}

.phpdoc_tags, .phpdoc_parameters
{
font-style:normal;
margin-left:5px;
}

.phpdoc_method-name
{
color:green;
}
.phpdoc_var-name
{
color:#0000FF;
}
.phpdoc_var-type
{
color:#990099;
border:none;
}

.phpdoc_var-default
{
color:#990099;
border:none;
}

.phpdoc_var-description
{
color:#444;
}

.phpdoc_notes
{
font-style:normal;
}

.phpdoc_method-result
{
//display:block;
// float:left;
//width:150px;
//text-align:right;
//margin-right:10px;
}

#phpdoccontainer table, #phpdoccontainer th, #phpdoccontainer tr,  #phpdoccontainer td
{
border:1px solid #777777;
}