.gworkflowpanel {
	border: 1px solid inherit;
	padding: 1px;
	/*min-height: 15px;*/
	}	
	
.gworkflowpanel span.edit {
	display: block;
	padding: 10px;
	/*width: 100%;*/
	border: 1px solid #666688; 
	background: #eeeeff;
	font-weight: bold;
	}
	
/* copy from EPIS */
.gworkflowpanel a:link    {color: #b00000; text-decoration: none;}
.gworkflowpanel a:visited {color: #b00000; text-decoration: none;}
.gworkflowpanel a:active  {color: #000000; text-decoration: underline;}
.gworkflowpanel a:hover   {color: #ff0000; text-decoration: underline;}

.small {
	font-family: Tahoma;
	font-size: 9px;
	color: #a0a0a0;
	}
				
a.hlink {
  font-weight: normal; 
  font-size: 11px; 
  color: #b00000; 
  text-decoration: none; 
  padding: 2px; 
  margin: 1px;
  line-height: 20px;
}

a.hlink:link {
}
a.hlink:visited {
}
a.hlink:active  {
}
a.hlink:hover   {
  text-decoration: none; 
	color: #ffffff; 
  background: #b00000; 
  padding: 1px; 
  border: 1px solid #909090; 
  margin: 1px;
}

.gworkflowpanel .simple_panel  {

}

/* unset style set by gtabcontrol */
.gworkflowpanel .simple_panel ul, .gworkflowpanel .simple_panel li {
	position: unset;
	float: none;
	width: unset;
	margin: 0px;
	list-style: none;
	padding: 0px;
	background-color: unset;
	overflow: unset;
}

.gworkflowpanel .simple_panel ul {
	display: inline-block;
}

.gworkflowpanel .simple_panel li.title {
	padding: 3px 3px 3px 3px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #cccccc;
	font-size: 14pt;
	margin-bottom: 10px;
}

.gworkflowpanel .simple_panel ul li.task {
	height: 100%;
	margin-left: 20px;
	margin-bottom: 10px;
}

.gworkflowpanel .simple_panel ul li.task:hover {
	position: relative;
	top: -1px;
	margin-bottom: 8px;
	margin-left: 19px;
	border: 1px dotted #cccccc;
}

.gworkflowpanel .simple_panel ul li.task span.up2px {
	position: relative;
	top: -2px;
}

.gworkflowpanel .simple_panel ul li.task .performer {
	font-size: 80%;
	opacity: 0.9;
}

.gworkflowpanel .simple_panel ul li.task .small {
	margin-left: 45px;
}

.gworkflowpanel .simple_panel span.hint {
	display: none;
}

.gworkflowpanel .taskLink {
	display: inline-block;
	background: none;
	padding: 0px;
	margin: 0px;
}

.gworkflowpanel .taskLink:hover {
  display: inline-block;
  background: none;
  padding: 0px;
  margin: 0px;
}