#triggerContainer {
	position : absolute;
	margin : 0px;
	padding : 0px;
	top : 0px;
	left : 0px;
	width : 806px;
	padding-top:21px;
	height:37px;
	z-index:3;
}
#triggerOverlay {
	position : absolute;
	margin : 0px;
	padding : 0px;
	top : 0px;
	left : 0px;
	width : 806px;
	height:58px;
	z-index:4;
	margin-bottom:-1px;
}
div.workflowDetails{
	border:1px solid #666666;
	padding:0px;
	width:776px;
	z-index:2;
	position:relative;
	visibility:hidden;
}
div.workflowDetails table{
	width:776px;
}
#workflowImage{
	margin-bottom:-1px;
	z-index:1;
	position:relative;
}
div.overviewPanel {
	position : relative;
	float : left;
}
div.overviewPanel div.content {
	font-weight : bold;
	color : #000;
	padding-left : 7px;
}

div.overviewPanel div.detailsTrigger {
	padding-left : 7px;
	padding-top : 4px;
	text-align : left;
}
div.clear {
	position : relative;
	clear : both;
}

a:link.detailsMoreLink, 
a:active.detailsMoreLink, 
a:visited.detailsMoreLink {
	color : #000;
	background-image : url(/images/blt_darrow_red.gif);
	background-position : 0px 6px;
	background-repeat : no-repeat;
	padding-left : 10px;
	font-weight : normal;
	text-decoration : none;
	outline:0;
}
a:hover.detailsMoreLink {
	text-decoration : underline;
}

a:link.detailsHideLink, 
a:active.detailsHideLink, 
a:visited.detailsHideLink {
	color : #000;
	background-image : url(/images/blt_uarrow_red.gif);
	background-position : 0px 6px;
	background-repeat : no-repeat;
	padding-left : 10px;
	font-weight : normal;
	text-decoration : none;
	outline:0;
}
a:hover.detailsHideLink {
	text-decoration : underline;
}

div.workflow2StepsWidthStart{
	width : 417px;
}
div.workflow3StepsWidthStart{
	width : 286px;
}
div.workflow3StepsWidth{
	width : 259px;
}
div.workflow4StepsWidthStart{
	width : 221px;
}
div.workflow4StepsWidth{
	width : 194px;
}
div.workflow5StepsWidthStart{
	width : 183px;
}
div.workflow5StepsWidth{
	width : 156px;
}
div.workflow6StepsWidthStart{
	width : 157px;
}
div.workflow6StepsWidth{
	width : 130px;
}