 /*
 * Copyright (c) 2005 j2js.com,
 *
 * All Rights Reserved. This work is distributed under the j2js Software License [1]
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.
 *
 * [1] http://www.j2js.com/license.txt
 */
 
body {
	font-family: sans-serif;
}

#LayoutTable {
	border-collapse:collapse;
}

.indent {
	margin-left:30px;
	margin-left-top:30px;
}
            
.toc {
	text-align:left;
	vertical-align:top;
	background-color:#EAEAEA;
	width: 150px;
	//white-space:nowrap;
}
	
.toc ul {
	margin: 0px 0px 0px 20px; padding: 0px;	
}

.TocItem {
	font-size:small;
}
	
.parentTocItem {
	font-size:small;
	list-style-image: url('up_arrow.gif');
}
	
.selectedTocItem {
	font-weight: bold;
	list-style-image: url('current.gif');
}
	
.TocFolder {
	font-size:small;
	list-style-image: url('open.png');
}
	
.selectedTocFolder {
	font-weight: bold;
	list-style-image: url('current.gif');
}
	
.content {
	padding: 16px;
	vertical-align:top;
}
	
.home {
	float:left;
}
	
.header {
	background-color:#EAEAEA;
	font-size:x-large;
	text-align:center;
}

.path {
	background-color:#EAEAEA;
	font-size:small;
	padding-left:1em;
}
	
.notice {
	background-color:#EAEAEA;
	font-size:small;
	text-align:right;
}

pre {
	border:1px solid grey; 
	background-color:#E0E0E0; 
	padding:4px; margin:0px;
}
	
.extractPath {
	font-size:small;
	background-color:#EEEEEE;
}
	
table {
	border:1px solid grey;
}

th {
	background-color:#CCCCCC;
}
  
dt {
	font-family: cursive;
}
  
em {
  	font-weight: bold;
}

caption {
	font-weight: bold;
}
  
.label {
	position:absolute;margin-left:-25px;
}

.inlineLabel {
	vertical-align:middle;
}

.javaString {
	color:blue;
}
.javaKey {
	color:#660066; font-weight:bold;
}

.javaComment { 
	color:#006666;
}
.javaMultiComment {
	color:blue;
}
