/* Cascading Style Sheet for HTML export */
/* MODULE: DYNAMIC OUTLINE */

/* Dark Red style */

/* This stylesheet expects the following HTML structure
		  
  left column in page body
		  #pageBody .left
		  
		  td.outlineColumn
		     div.dynamicOutline
			     div.tree
				     div.mout
					  div.mover
*/


/* visual highlight the sidebar navigation */
.outlineColumn {
	vertical-align: top;	
	/*border: 1px solid #7F9DB9;*/
	background-color: #669999;
	/*######*/
	background-color: #c4c6c7;
	
	margin: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
;

}

.dynamicOutline {
}

/* tree is the same as dynamicOutline, just nested */
.tree {		/*#####*/
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:1.0em;
	font-stretch:extra-condensed;
	font-weight: bold;
	line-height: 0.1em;
	color:green;
}

.tree a:link {
	color: #2d559d;
	text-decoration: none;
	font-size: 1.0em;
}

.tree a:active {
	color: #2d559d;
	text-decoration: none;
	font-size: 1.0em;
}

.tree a:visited {
	color: #2d559d;
	text-decoration: none;
	font-size: 1.0em;
}

.tree a:hover {
   color: White;
	text-decoration: underline;
	font-size: 1.0em;
}

.tree .mout {
	text-decoration: none;
	width: 100%;
	padding: 10px;
	font-size: 1.0em;
}

.tree .mover {
	text-decoration: underline;
	width: 100%;
	padding: 10px;
	color: White;
	color: #2d559d;
	font-size: 1.0em;
}
