
body 
{
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	line-height: 1.4em;
}

a{
 color:#369;
}
a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	
#content {
  background-color: White;
  float: left;
  width: 79%;
 
}



.command
 {
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	color: #000000;
}

pre 
{
	font-family: "Courier New", Courier, mono;
	color: #444444;
	line-height: 1.2em;
	background-color: #F8F8F8;
}
ol 
{
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	line-height: 1.8em;
}
ul 
{
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	line-height: 1.8em;
}
address 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	color: #101070;
	background-color: #F8F8F8;
	line-height: 1.2em;
	font-size: 0.6em;
}


td.java, td.java-ln {vertical-align:top;}
tt.java, tt.java-ln, pre.java, pre.java-ln {line-height:1em; margin-bottom:0em;}
td.java-ln { text-align:right; }
tt.java-ln, pre.java-ln { color:#888888 }

/* Background       */ 
span.java0  
{ 
	font-size: 10pt;
	color:#ffffff; 
}

/* Line numbers       */
span.java1
{
 font-size: 10pt;
 color:#808080; 
}

/* Multi-line comments       */ 
span.java2  
{
 font-size: 10pt;
 color:#3f7f5f; 
}
/* Single-line comments       */ 
span.java3
{ 
	font-size: 10pt; 
	color:#3f7f5f; 
}
/* Keywords       */ 
span.java4  
{ 
	font-size: 10pt;
	color:#7f0055; 
	font-weight:bold;
}
/* Strings       */
span.java5  
{
 font-size: 10pt;
 color:#2a00ff; 
}
/* Character constants       */ 
span.java6
{ 
	font-size: 10pt;
	color:#990000; 
}
/* Numeric constants       */ 
span.java7  
{ 
	font-size: 10pt;
	color:#990000; 
}
/* Parenthesis       */ 
span.java8
{ 
	
	font-size: 10pt;
	color:#000000;
}
/* Primitive Types       */ 
span.java9
{
 font-size: 10pt;
 color:#7f0055;
 font-weight:bold;
}
/* Others       */ 
span.java10
{

 font-size: 10pt;
 color:#000000;
}
/* Javadoc keywords       */
 span.java11
{
 font-size: 10pt;
 color:#7f9fbf;
}

/* Javadoc HTML tags       */ 
span.java12
{
 font-size: 10pt;
 color:#7f7f9f;
}
/* Javadoc links       */ 
span.java13
{
 font-size: 10pt;
 color:#3f3fbf;
}
/* Javadoc others       */ 
span.java14
{
 font-size: 10pt;
 color:#3f5fbf;
}
/* Undefined       */ 
span.java15 
{
 font-size: 10pt;
 color:#ff6100;
}
/* Annotation       */ 
span.java16 
{ 
	font-size: 10pt;
	color:#646464; 
}

.java
{
  line-height: 1.4em;
  white-space: nowrap; 
/*  overflow: hidden;;*/

}

	a{
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}

	
/* Header styles */

	#header {
		background-color: White;
		clear:both;
		float:left;
		width:100%;
		line-height: 1.4em;
	}
	#header {
		border-bottom:1px solid #000;
	}

	#header p,
	#header h3,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}

	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#05050f;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}



/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		/* overflow:hidden;		 This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		/* overflow:hidden;		 This chops off any overhanging divs */
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		
		background:#f1f1f1;	;	/* #f4f4f4 left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}

	
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/* --> */
