div.cssFloatMenu {
margin: 0;
/*position: fixed; FF only*/
top: 0;
left: auto;
width: 160px;
right: 10px;
background-color: #34383B; 
}

  small, .small, #ja-footer{
	font-size: 92%;
}
#ja-footerwrap {
	clear: both;
	padding: 0;
	margin: 0;
}

#ja-footer {
	background: #34383B;
	border-top: 3px solid #C01122;
	padding: 15px 10px;
	color: #CCCCCC;
	width:98%;
}

#ja-footer a {
	color: #FFFFFF;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #FFFFFF;
}

#ja-footer small {
	font-size: 100%;
}

#ja-footer ul {
	float: right;
	padding: 0;
	margin: 0;
}

#ja-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: url(../_icons/arrow-2.png) no-repeat left center;
}

#ja-footer li a {
	display: inline;
	padding: 0 10px;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 12px;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}
#ja-mainnavwrap {
	left: 0;
	bottom: 0;
	width: 100%;
	background:#FFFFFF url(../_icons/header-bg.gif) center;
}

#ja-mainnav {
	padding: 0;
	position: relative;
	z-index: 9999;
}

#ja-mainnav a{
	outline: none;
	line-height: normal;
}

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 solid #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;
    padding: 4px;
}
.details-classtitle A { color: #fff; }
.details-classtitle {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    margin: 0px;
}

/* 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;
    padding: 4px;
}
.details-summary P { margin: 0px; }
.details-heading {
    background-color: #000;
    color: #fff;
    margin: 0px;
}
.details-heading A { color: #fff; }
.details-heading A:visited { color: #fff; }

/* .pagetitle { background-color: #8298BA; } */
/* .pagetitle { background-color: #D4ED9C; } */
/* .pagetitle { background-color: #759096; } */
.pagetitle { background-color: #858FA9; }
.pagetitle H3 {
    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-link {text-align:center; color:#FFFFFF;font-weight:bolder}
.searchbox { padding: 0px; margin: 0px; color: #000; font-weight: normal; visibility: hidden;}
.searchbox-title { background-color: #C01122; color: #000; font-weight: bold;text-align: center;}
.searchbox-title a,.searchbox-title a:visited,.searchbox-link  a,.searchbox-link  a:visited{color:#FFFFFF; }
.searchbox-body a,.searchbox-body a:visited{ color: #fff; text-decoration: underline;}
A:visited.searchbox-body { color: #fff; text-decoration: underline; }
.searchbox-body {text-align:left; padding:5px} 
.searchbox-body input {background:#333333 none repeat scroll 0 0;border:2px solid #3F4347;color:#CCCCCC;padding:1px 0 1px 5px;width:99%}
input.searchbox-button {font-size:11px;
margin-left:5px;
background:#333333 url(../_icons/but-bg.gif) repeat-x scroll left center;
border:1px solid #333333;
color:#FFFFFF;
font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
font-weight:bold;
padding:1px 8px;}

/* source listing */
.listing { 
    /*font-family: Monospace;
    font-size: 12px; */
    background-color: #fff;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    padding: 4px;
    overflow: visible;
}
.listing P { margin: 0px; }
/* .listing H3 { background-color: #000; color: #fff; xfont-weight: bold; margin-top: 0px; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;} */
.listing-heading { background-color: #000; color: #fff; margin: 0px;}
.listing-heading A { color: #fff; }
.listing-heading 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;}
A.phpfunction { color: #11a; }
A:visited.phpfunction { color: #11a; }
.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 */
A.constant { color: #883; }
A:visited.constant { color: #883; }
.comment { color: #073E7F; font-style: italic; }
.linenum { color: #288F08; }

/* Styles used in the nav frame */
.dirtitle { text-align: center; }
.dirsubtitle { text-align: center; margin: 0px;}
UL.dirlist { padding-left: 10px; margin-left: 0px; }
.dirlist LI { padding-left: 0px; margin-left: 0px; list-style-type: disc; }

#slist { 
    background-color: #fff;
    margin: 1px;
    padding: 3px; 
    border: 1px black solid;
    width: 100%;
}

/* 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; }

.searchpopup {
    border: 1px solid #000;
    visibility: hidden; 
    width: 180px;
    background-color: #ccc;
    position: absolute;
    right: 10px;
    top: 40px;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.searchpopup-title {
    background-color: #444;
    color: #fff;
    font-weight: bold;
    margin: 0px;
    padding: 2px;
    text-align: center;
}
.searchpopup-body {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-left: 4px;
}
.searchpopup-close {
    font-size: xx-small;
    text-align: right;
    margin: 0px;
}
.searchpopup-close A {
    color: #000;
}

.inset {
	margin-left: 40px;
}
