body {
	background-color: #D8D8D8;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 0;
	margin: 0;
}

a { position: relative; }
  
a:link, a:visited {
	text-decoration: none;
	color: #209020;
} 

#content a.external, #sidebar a.external {
   background: url(external.png) center right no-repeat;
   padding-right: 13px;
}

a:hover {
	text-decoration: underline;
}

#page {
	color: #3F3F3F;
	width: 80em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-left:    1px solid #CCC;
	border-right:   1px solid #CCC;
	border-bottom:  1px solid #CCC;
}

#header, #vis {
	padding: 0; margin: 0;
  height: 12em !important;
  max-height: 12em !important;
	width: 80em;
	position: relative;
}

#header {
	background: #205020 url("gradient.png") no-repeat top;
}

#logo {
  width: 20em;
	height: 12em;
	display: block;
	background: transparent url("logo.png");
}

#content {
	background-color: #ffffff;
	text-align: left; 
	padding: 1em .7em 1em .8em;
	margin-left: 21em;
	width: 57em;
       border-left: 1px dotted #209020;
}



#content p, #content pre, #content td {
  	font-size: 1.0em;
}

#content ul, #content ol {
  	font-size: 11px;
}


#content table.quickref{
  width: 57em;
}

#content table.quickref td {
	font-size: 1.0em;  
}

#content table, #sidebar table {
  border: 0;
  border-spacing: 0;
}

#content table td, #content table th {
  padding: 0.2em;
}

#sidebar table td, #sidebar table th {
  padding: 0.2em 0.1em;
}

#content table td.headnorm, #sidebar table td.headnorm {
  background: #FFFFFF;
  border-top: 1px solid #209020;
  border-bottom: 1px solid #209020;
}

#content table td.footnorm, #sidebar table td.footnorm {
  background: #FFFFFF;
  border-top: 1px solid #209020;}

#content table.zebra-table tr.row1, #sidebar table.zebra-table tr.row1 {
  background: #E9E9E9;
}

#content table.line-table tr td, #sidebar table.line-table tr td {
  border-bottom: 1px dotted #406040;
}

#content table.line-table tr th, #sidebar table.line-table tr th {
  background: #DDEED0;
  border-bottom: 1px solid #209020;
}

#content table.line-table tr.noline td, #sidebar table.line-table tr.noline td {
  border-bottom: 0px solid #000000;
}

#content table tr.width1 td {
  width: 40.5em;
}

#content table tr.bottomline td, #sidebar table tr.bottomline td {
  border-bottom: 1px solid #209020;
}

#content table tr.shaded_bottomline td, #sidebar table tr.shaded_bottomline td {
  border-bottom: 1px solid #209020;
  background: #DDEED0;
}

#content table tr.bottomdashed td, #sidebar table tr.bottomdashed td {
  border-bottom: 1px dashed #209020;
}

#content table tr td.result, #sidebar table tr td.result {
  border-bottom: 1px solid #209020;
  padding: 0 0.5em 0 1.0em;
  font-weight: bold;
  font-size: 1.2em;
  vertical-align:middle;
  text-align:right;
}

#content table tr.topline td, #sidebar table tr.topline td {
  border-top: 1px solid #209020;
}

#content table tr.doubleline td, #sidebar table tr.doubleline td {
  border-top: 1px solid #209020;
  border-bottom: 1px solid #209020;
}

#content table tr.shaded td, #sidebar table tr.shaded td{
  background: #DDEED0;
}

#content table th, #sidebar table th {
  background: #DDEED0;
  color: #000;
}

#content table tr td.adbar {
  padding: 0 0.8em 0 0.8em;
  vertical-align:top;
  text-align: right;
  min-width: 14.0em;
  /*background: #DDEED0;*/
}

#content textarea {
  width:57em; height:30em;
  font-family: monospace;
}

#content h1 {font-size: 1.7em;}
#content h2 {font-size: 1.4em;}
#content h3 {font-size: 1.2em;}

#head1, #head2 {
	padding: 0.2em 0.7em 0.2em 0.7em;
	margin: -0.2em 0 0 0;
	background: #DDEED0;
	color: #000;
       width: 55.5em;
}

#head1a, #head2a {
	padding: 0.2em 0.7em 0.2em 0.7em;
	margin: -0.2em 0 0 0;
	background: #DDEED0;
	color: #000;
       width: 40.5em;
}

#head1, #head1a {
  font-weight: bold; 
}

#head2, #head2a {
	margin: 0 0 0 0;
       text-align: right;
}

#size1a {
  font-size: 1.1em;
  width: 37.1em;
}

#size1 {
  font-size: 1.1em;
  width: 50.9em;
}

#content ul {
  margin-left:0;
  padding-left:2em;
}

div#content { 
	min-height: 35em;
}

#sidebar {
       float: left;
	width: 19em;
	margin: 0;
	padding: 1em 1em 1em 1em;
}

#sidebar p, #sidebar li, #sidebar ol{
	font-size: 1.0em;
}


#sidebar ul {
       list-style:none;
	margin: 0;
       padding: 0.2em 0 0;
	bottom: 0;
	}

#sidebar ul li, #sidebar ul li a, #sidebar ul li a:hover {
	font-size: 1.0em;
	padding: 0.15em 0.4em 0.15em;
	margin: 0.0 0 0 0;
}

#sidebar ul li a {
       color: #209020;
	}

#sidebar ul li a:hover {
/*	background: #DDEED0;
	color: #209020;
	text-decoration: none;*/
	}

#sidebar ul li .here2 a, #sidebar ul li .here2 a:hover {
	/*color: #fff; */
       /*background: #209020;*/
       font-weight: bold; 
	}

#sidebar ul li .here2 a:hover {
	text-decoration: none;
}

#suptitle p, #suptitle ul {
	font-size: 1.0em;
	padding: 0.4em 0;
}

#suptitle p {
	float: left;
	padding-left: 1em;
}

#suptitle ul {
	text-align: right;
	padding-right: 1em;
}

#suptitle ul li {
	display: inline;
	margin-left: 1em;
}

#menu ul {
  position: absolute;
  width: 59.1em;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 20.9em;
	}

#menu ul li {
  position:relative;  
	display: inline;
	margin: 0 0.5em 0 0;
	font-size: 1.0em;
}

#menu ul,
#menu ul li a {
	padding: 0.7em 0.7em 0.7em;
	margin: 0 0.5em;
	}

#menu ul li a {
  position: relative;  
	font-size: 1em;
	color: #fff;
	margin: 0;
	}

#menu ul li a:hover {
	background: #406040;
	text-decoration: none;
	}

#menu ul li .here a, #menu ul li .here a:hover {
	color: #134A86;  
	background: #fff;
	}

#content table tr.switch{
  background: #DDEED0;
  color: #000;
}

#content table tr.switch td.select {
  background: #fff;
}

#content table tr.switch td.select a{
  text-decoration: none;
  color: #000;
}

#content table tr.switch td.select:hover {
  background: #F0FFE0;
}

#content table tr.switch td.select:hover a{
  text-decoration: none;
  color: #000;
}







#footer {
 	clear: both;
       font-size: 1.0em;
       color: #205020;  
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	text-align: center;
}

#footer a {
  margin: 1em;
}

#footer a:link, #footer a:visited {
	color: #777;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.clear {
  clear: both;
}205020;  
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	text-align: center;
}

#footer a {
  margin: 1em;
}

#footer a:link, #footer a:visited {
	color: #777;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.clear {
  clear: both;
}
