.vmlFont8  { dynamic_fontSize: 8pt; font-size:8pt; }
.vmlFont10 { dynamic_fontSize: 10pt; font-size:10pt; }
.vmlFont12 { dynamic_fontSize: 12pt; font-size:12pt; }
.vmlFont14 { dynamic_fontSize: 14pt; font-size:14pt; }

.start_symbol,.entrance_symbol,.end_symbol,.paral_symbol,.actorsoperation,.scriptelem
{ font-family:Webdings; color:#2E3C2C; }
.and_symbol,.or_symbol,.fieldoperation
{ font-family:Wingdings; color:#2E3C2C; }

.cancellation
{ font-family:'Times New Roman'; font-weight:bolder; color:black; }

v\:* {behavior:url(#default#VML);}

.prop_htc_input {
	width:100%;
	font-family:"Tahoma";
	border:none;
	cursor:default;
	background-color:transparent;
}

.prop_htc_textarea {
	height:100%;
	padding:3 5 3 5;
	overflow:auto;
}

.prop_htc_text {
}

.task_table {
	background-color:#ADDFFF;
	border:1px outset #BDEBFF;
	text-align:left;
	font-family:"Tahoma";
	margin-right:5px;
}

.task_td_label_icon{
	background-color:#426DD6;
	padding-left:2px;
	color:white;
	width:1%;
	border:none;
	font-family:Webdings;
	color:#A5D79C;	
}

.task_td_label{
	background-color:#426DD6;
	padding-left:2px;
	width:100%;
	color:white;
	border:none;
}

.task_td_role_icon{
	background-color:#5A8EFF;
	padding-left:2px;
	width:1%;
	border:none;
	font-family:Webdings;	
	color:#FBD557;
}

.task_td_role{
	background-color:#5A8EFF;
	padding-left:2px;
	width:100%;
	color:white;
	border:none;
}

.task_td_field{
	border:none;
	padding:0 0 0 4;
}
.subprocess_table {
	background-color:#CBDEBD;
	border:1px outset #DBE9AE;
	text-align:left;
	font-family:"Tahoma";
	margin-right:5px;
}

.subprocess_td_label_icon{
	background-color:#A18382;
	padding-left:2px;
	color:white;
	width:1%;
	border:none;
	font-family:Webdings;
	color:#E5D7D1;
}

.subprocess_td_label{
	background-color:#A18382;
	padding-left:2px;
	width:100%;
	color:white;
	border:none;
}

.overlappedprocess_table {
	background-color:#BDDED5;
	border:1px outset #AFE9C0;
	text-align:left;
	font-family:"Tahoma";
	margin-right:5px;
}

.overlappedprocess_td_label_icon{
	background-color:#7891A1;
	padding-left:2px;
	color:white;
	width:1%;
	border:none;
	font-family:Webdings;
	color:#E5D7D1;
}

.overlappedprocess_td_label{
	background-color:#7891A1;
	padding-left:2px;
	width:100%;
	color:white;
	border:none;
}

.action_table {
	background-color:#B9EFB0;
	border:1px outset #DDFCBB;
	text-align:left;
	font-family:"Tahoma";
	margin-right:5px;
}

.action_td_label_icon{
	background-color:#A4D49C;
	padding-left:2px;
	color:white;
	width:1%;
	border:none;
	font-family:Webdings;
	color:black;
}

.action_td_label{
	background-color:#A4D49C;
	padding-left:2px;
	width:100%;
	color:black;
	border:none;
}

.action_td_field{
	border:none;
	padding:0 0 0 4;
}

.subprocessexit_div {
	width:100%;
	height:100%;
	font-family:"Tahoma";
	background-color:#CBDEBD;
	color:black;
	border:1px outset #DDFCBB;
}

.subprocessexit_table {
	width:100%;
	height:100%;
}

.subprocessexit_td_icon {
  width:1%;
	font-family:Webdings;
}

.overlappedprocessexit_div {
	width:100%;
	height:100%;
	font-family:"Tahoma";
	background-color:#BDDED5;
	color:black;
	border:1px outset #DDFCBB;
}

.overlappedprocessexit_table {
	width:100%;
	height:100%;
}

.overlappedprocessexit_td_icon {
  width:1%;
	font-family:Webdings;
}

.test_div {
	width:100%;
	height:100%;
	
	font-family:"Tahoma";
	background-color:#B4D1AF;
	color:white;
	border:1px outset #BEFFC1;
}

.test_table {
  	width:100%;
  	height:100%;
  	text-align: center;
}

.test_td_true,.test_td_false {
	width:50%;
	background-color:#C1DFBB;
	border-top:   1px solid #92AE8C;
	border-left:  1px solid #92AE8C;
	border-right: 1px solid #D9F8D3;
	border-bottom:1px solid #D9F8D3;
}

.test_td_false {
	font-family:Webdings;
	color:#FF0000;
}

.test_td_true {
	font-family:Wingdings;
	color:#00C000;
}

