/* Sample stylesheet for PHPXRef */

BODY, P, DIV, TD {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

BODY {
    background-color: #f0f5ff;
}

H2, H3 { font-size: 14px; }

A:link { text-decoration: none; color: #22f; }
A:visited { text-decoration: none; color: #22f; }
A:hover { text-decoration: underline; }

/* Function information shown on the page detail page */
.funcinfo { background-color: #fff; border: 1px dotted #000;} 
.funcinfo-title { font-size: 16px; }
/* .funcinfo-body TD {border-bottom: 1px solid #000;} */

/* Class information shown on the page detail page (holds funcinfo blocks) */
.details-classinfo {
    background-color: #fff;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.details-classtitle A { color: #fff; }
.details-classtitle {
    background-color: #000;
    color: #fff;
    font-size: 12px;
}

/* Non-class function block shown on the page detail page */
.details-funclist {
}

/* Summary info at the top of the details page */
.details-summary {
    background-color: #fff;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.details-summary H2 {
    background-color: #000;
    color: #fff;
    margin-top: 0px;
}
.details-summary H2 A { color: #fff; }
.details-summary H2 A:visited { color: #fff; }

.pagetitle { background-color: #bbf; }
.pagetitle H2 {
    font-size: 16px;
    font-style: italic;
}

.navlinks { font-size: 10px; } /* top navigation links */
.filelist { 
    background-color: #fff; 
    border-left: 1px solid #000; 
    border-bottom: 1px solid #000;
} /* file list */
.filelist-title { background-color: #000; color: #fff; margin-top: 0px; }
.filelist-filename {font-family: monospace; }


.searchbox { border: 1px solid #000; padding: 0px; margin: 0px; }
/* .searchbox-title { background-color: #000; color: #fff; font-weight: bold; font-size: xx-small; text-align: center;} */
.searchbox-title { background-color: #bbf; color: #000; font-weight: bold; font-size: xx-small; text-align: center;}
A.searchbox-body { color: #fff; text-decoration: underline; }
A:visited.searchbox-body { color: #fff; text-decoration: underline; }
.searchbox-body { background-color: #335; font-size: xx-small; text-align: right;}
.searchbox-body INPUT { border: 0px; border-bottom: 1px solid #000; background-color: #446; color: #fff;}

/* source listing */
.listing { 
    /*font-family: Monospace;
    font-size: 12px; */
    background-color: #fff;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}
/* .listing H3 { background-color: #000; color: #fff; xfont-weight: bold; margin-top: 0px; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;} */
.listing H2 { background-color: #000; color: #fff; margin-top: 0px;}
.listing H2 A { color: #fff; }
.listing H2 A:visited { color: #fff; }
A.var  { color: #822; } /* variable */
A:visited.var  { color: #822; } /* variable */
A:visited.class { color: #228; }
A.function { color: #161;}
A:visited.function { color: #161;}
.keyword { font-weight: bold;} /* function/new/class/ */
A.filename { color: #882;} /* referenced by require/include/etc */
A:visited.filename { color: #882;} /* referenced by require/include/etc */
.comment { color: #444444; font-style: italic; }
.linenum { color: #555555; }

/* Styles used in the nav frame */
.dirtitle { text-align: center; }
.dirsubtitle { text-align: center; }
UL.dirlist { padding-left: 10px; margin-left: 0px; }
.dirlist LI { padding-left: 0px; margin-left: 0px; list-style-type: disc; }

/* Style for tree item text */
.t0i {  
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
/* Style for tree item image */
.t0im { 
    border: 0px;
    width: 19px;
    height: 16px;
}

/* function popups */
.funcpopup {
    border: 1px solid #000;
    visibility: hidden; 
    width: 250px;
    background-color: #ccc;
    position: absolute;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.popup-title {
    background-color: #444;
    color: #fff;
    font-weight: bold;
    margin: 0px;
    padding: 2px;
}
.popup-desc { font-weight: bold; } 
.funcpopup P { margin: 0; }

.inset {
	margin-left: 40px;
}

