/* CSS Document */
/* rounded edge with filled colour background */
.flowchart_round {
	color:#000000;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0px;
	margin-left: 40px;
	width: 200px;
	line-height: 14px;
	background-color: #E4E4E4;
}
.rtop, .rbottom{
display:block;
background:#fff;
}
.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #E4E4E4;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 2px
}

/* rounded edges only */

.t {
	/*width: 20em;*/
	background-image: url(../media/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.b {
	background-image: url(../media/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
.l {
	background-image: url(../media/dot.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
.r {
	background-image: url(../media/dot.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
.bl {
	background-image: url(../media/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.br {
	background-image: url(../media/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tl {
	background-image: url(../media/tl.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tr {
	padding:10px;
	background-image: url(../media/tr.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
} 
.flowchart_round_clear {
	color:#000000;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0px;
	margin-left: 40px;
	width: 200px;
	line-height: 14px;
}
