.container {
	background: #FFF;
	width: 100%;
	border-radius:5px;
	font-size: 10px;
}
.contWindowBox{
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
}

.windowBox { 
	opacity:0.8; 
	filter:alpha(opacity=80); 
	width:10em; 
	position:relative; 
	font-family:helvetica;
	font-size:1em; 
	display: block;
}

.windowHeader {
	margin:0.2em; 
	padding:0.1em; 
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	display: block;
	font-weight: bold;
	font-family:helvetica;
	font-size:1em; 
}

.paramBox {
	background-color: #97E897; 
	display: block; 
	color: black;
	border:1px solid black; 
	margin:0.2em;
	padding:0.1em;
	font-family:courier; 
}
.paramHeader {
	font-weight: bold;
	display: inline;
}

._jsPlumb_connector { z-index:4; }

._jsPlumb_endpoint { z-index:5; }

.invisible { 
	display: none; 
}

.processActivo {
	background-color: #558822;
	 border-radius: 7px 7px 7px 7px;
}
.processFuturo {
	background-color: #CCCCCD;
	border-radius: 7px 7px 7px 7px;
}
.processPasado {
	background-color: #225588;
	 border-radius: 7px 7px 7px 7px;
}
.processPendiente {
	background-color: #FF0F00;
	 border-radius: 7px 7px 7px 7px;
}
.subProcess {
	background-color: yellow;
	 border-radius: 7px 7px 7px 7px;
}
.styleHeader {
	color: white;
}
.styleHeaderSpecial {
	color: black;
}
.visibleActivity { 
	display: none; 
}
.visibleRole { 
	display: block; 
}
.visibleExecutor { 
	display: block; 
}
.visibleState { 
	display: none; 
}
.visibleAutomatic { 
	display: none; 
}
.visibleSubprocess { 
	display: none; 
}
.visibleStartDate { 
	display: none; 
}
.visibleEndDate { 
	display: none; 
}
.visibleId { 
	display: none; 
}
.visibleX { 
	display: none; 
}
.visibleY { 
	display: none; 
}

.headertask{
	background: none repeat scroll 0 0 #E8F0F3;
    border-radius: 7px 7px 7px 7px;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	padding: 4px 6px 4px 7px;
    width: 150px;
    min-height: 30px;
    color: #333;
    font-weight: bold;
    font-size: 1em;
}

.containertask{
	background-color: #FFFFFF !important;
    border-bottom: 1px solid silver;
    border-radius: 0 0 7px 7px;
    border-right: 1px solid silver;
    padding: 2px 6px 2px 7px;
    display: none;
}

.headertask.processActivo{
	border-left: 15px solid #558822;	
	background-color: #CBDEB8 !important;
}

.containertask.processActivo{
	border-left: 15px solid #558822;
}

.headertask.processFuturo{
	border-left: 15px solid #CCCCCD;
	background-color: whitesmoke !important;	
}

.containertask.processFuturo{
	border-left: 15px solid #CCCCCD;	
}

.headertask.processPasado{
	border-left: 15px solid #225588;	
	background-color: #c0d0e1 !important;
}

.containertask.processPasado{
	border-left: 15px solid #225588;	
}

.headertask.processPendiente{
	border-left: 15px solid #FF0F00;
	background-color: #FFA8A1 !important;
}

.containertask.processPendiente{
	border-left: 15px solid #FF0F00;	
}

.headertask.subProcess{
	border-left: 15px solid yellow;	
	background-color: #fffea7 !important;
}

.containertask.subProcess{
	border-left: 15px solid yellow;	
}

.boxtask{
    color: #333;
    display: block;
    font-family: courier;
    margin: 0.2em;
    padding: 1.1em;
    background-color: #EEE;
}

.boxtask.empty{
	padding: 0 !important;
}

.graphLegend {
}

.textGraphLegend {
	float:left;
	margin:1px 8px 1px 2px
}

.colorGraphLegend {
	width: 30px;
	height: 15px;
	border: 1px;
	float:left;
	margin-left: 1%;
}