h1.tree{
	color: #663366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
}
.hidden{
	position: absolute;
	left: -9000px;
}
.flow{
	font-size: 90%;
	width: 555px;
	color: #333;
	table-layout: fixed;
}
.flow h2{
	font-size: 110%;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
}
.flow ul{
	padding: 0 0 5px 0;
	margin: 0;
}
.flow .links{
	text-align: right;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.flow .links li{
	display: inline;
	margin-right: 5px;
	background: none;
	padding: 0;
}
.links li a:link, .links li a:visited{
	color: #fff;
	text-decoration: none;
	background: url(/images/info.gif) no-repeat top left;
	padding: 2px 12px 5px 17px;
	display: inline-block;
}
.links li.hints a:link, .links li.hints a:visited{
	background: url(/images/hints.gif) no-repeat top left;
	padding-right: 13px;
	display: inline-block;
}
.links li a:hover, .links li a:focus{
	text-decoration: underline;
}

.flow td.purp, .flow td.down, .flow td.red{
	padding: 10px;
}
.flow td.down.nopad{
	padding-top: 0;
}
.flow p, .flow li{
	background: url(/images/arrow.gif) no-repeat left 5px;
	padding-left: 10px;
}
.flow li{
	list-style: none;
	padding: 0 0 0 10px;
	margin: 3px 0
}
.flow td{
}
td.purp, td.grey{
	border: 1px solid #9B599B;
}
td.red{
	border: 1px solid #F52B51;
}
td.grey{
	background: #EAEAEA;
	font-size: 110%;
	font-weight: bold;
	padding: 10px;
}
td.grey p{
	padding: 0 10px;
	background: none;
}
td.down, td.line, td.lineMid{
	min-height: 30px;
	height: 100%;
	background: url(/images/arrow-down.gif) no-repeat 28px bottom;
	margin: 0;
}
td.line{
	background: url(/images/arrow-down.gif) no-repeat  25px top;
	margin: 5px 0 0 0;
	height: 10px;
}
td.lineMid{
	background: url(/images/line-right.gif) no-repeat 31px top;
	height: 30px;
}
td.lineArrow{
	background: url(/images/line-arrow.gif) no-repeat 31px center;
}
td.down p{
	float: left;
	background: none;
	padding: 0 0 0 30px;
	margin-top: 5px;
}
td.plain p{
	background: none;
	padding: 0 0 0 20px;
	margin: 5px 0;
}
p.plain{
	background: none;
}
td.arrowLines{
	background: url(/images/arrow-right-lines.gif) no-repeat top left;
	vertical-align: top;
	padding: 10px 0;
}
td.right{
	background: url(/images/arrow-right.gif) no-repeat center right;
	vertical-align: top;
}
td.right p{
	background: none;
}
td.corner{
	background: url(/images/corner.gif) no-repeat right 15px;
	vertical-align: top;
}
td.corner p{
	background: none;
}
td.lineRight{
	background: url(/images/line-right.gif) no-repeat right top;
}
td.cornerArrow{
	background: url(/images/corner-arrow.gif) no-repeat 31px bottom;
}
td.longArrow{
	background: url(/images/long-arrow.gif) no-repeat bottom right;
	height: 35px;
}
td.ends p{
	text-align: center;
	width: 100%;
	margin: 5px 0;
	padding: 0;
	background: url(/images/ends.gif) repeat-x 15px;
}
td.ends p span{
	background: #fff;
	padding: 0 3px;
}
td.center{
	text-align: center;
}
/* ------------- hover hints & more info------------ */

.flow .rel{
	position: relative;
	z-index: 10;
}
.rel .pop{
	position: absolute;
	left: 0;
	top: -100px;
	border: 1px solid #9B599B;
	background: #F2E6F2;
	padding: 10px;
	z-index: 9999;
}
.close{
	position: absolute;
	right: 2px;
	top: 2px;
}
.close img{
	border: none;
}
