.gworkflowtask { 
	border: 1px solid inherit;
	padding: 1px;
	/*min-height: 15px;*/ 
	}	
	
.gworkflowtask span.edit {
	display: block;
	padding: 10px;
	/*width: 100%;*/
	border: 1px solid #d0d0d0; 
	background: #ffe0e0;
	font-size: 11pt; 
	font-weight: bold;
	}
	
/* copy from EPIS */
.gworkflowtask a:link    {color: #b00000; text-decoration: none;}
.gworkflowtask a:visited {color: #b00000; text-decoration: none;}
.gworkflowtask a:active  {color: #000000; text-decoration: underline;}
.gworkflowtask a:hover   {color: #ff0000; text-decoration: underline;}

.gworkflowtask .small {
	font-family: Tahoma;
	font-size: 9px;
	color: #a0a0a0;
	}
		
.gworkflowtask .subject_text{
	font-size: 10pt; 
	font-weight: normal; 
/* 	color:rgb(120, 120, 120); */
}	
.gworkflowtask a.hlink {
  font-weight: normal; 
  font-size: 11px; 
  color: #b00000; 
  text-decoration: none; 
  padding: 2px; 
  margin: 1px;
  line-height: 20px;
}

.gworkflowtask a.hlink:link {
}

.gworkflowtask a.hlink:visited {
}

.gworkflowtask a.hlink:active  {
}

.gworkflowtask a.hlink:hover   {
  text-decoration: none; 
	color: #ffffff; 
  background: #b00000; 
  padding: 1px; 
  border: 1px solid #909090; 
  margin: 1px;
}

div.popdialog_wrapper {
	display: none;
  position: absolute; 
  top: 0px; 
  left: 0px;
}

div.popdialog {
  border: 1px solid gray;
  background-color: #ffffff;
  position: absolute; 
  left: 0px; 
  top: 0px; 
  z-index: 282; 
  padding: 1px;               
}

div.popdialog_title {
	padding: 5px;
  text-align: center;
  background-color: #5B749F;
  color: #ffffff;
  font-weight: bold;
}

.ebtn {
	 width: 150px;
}

#task_collapser a, #task_collapser a:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
	color: #002AFF;
}
#task_collapser a:hover {
    text-decoration: underline;
}