﻿.workflow_steps 
{ 
	background:#d9d9d9;
	font-family:Arial;
	height:30px;
	font-size:12px;
	color:#ffffff;
	margin:0px;
	padding:0px;
	cursor:default;
}

.workflow_steps_transparent 
{ 
	background:transparent;
	height:30px;
	font-size:16px;
	color:#ffffff;
	margin:0px;
	padding:0px;
	cursor:default;
}

.wf_left 
{
	background:#d9d9d9;
	font-family:Arial;
	height:30px;
}

.wf_center 
{
	background:#d9d9d9;
	font-family:Arial;
	font-size:16px;
	color:#ffffff;
	height:30px;
	text-align:center;
}

.wf_right 
{
	background:#d9d9d9;
	font-family:Arial;
	height:30px;
}

.wf_left_highlight 
{
	background:gray;
	font-family:Arial;
	height:30px;
}

.wf_center_highlight 
{
	background:gray;
	font-family:Arial;
	font-size:16px;
	color:#ffffff;
	height:30px;
	text-align:center;
}

.wf_right_highlight 
{
	background:gray;
	font-family:Arial;
	height:30px;
}

.wf_arrow_transparent
{
   width: 0px;
   height: 0px;
   border-top:15px solid transparent;
   border-right:0px;
   border-bottom:15px solid transparent;
   border-left:15px solid transparent;
   float: left;
}

.wf_arrow
{
   width: 0px;
   height: 0px;
   border-top:15px solid transparent;
   border-right:0px;
   border-bottom:15px solid transparent;
   border-left:15px solid gray;
   float: left;
}

.wf_right_rect_highlight
{
    width: 0px;
    height: 0px;
    border-top:15px solid gray;
    border-right:0px;
    border-bottom:15px solid gray;
    border-left:15px solid gray;
    float: left;
}

.wf_arrow_image
{
    margin-left: -14px; /* Assuming Image is 14px */
    float: left;
}

#wf_last_item
{
    width:16px;
    height:30px;
}

.wf_last_item_not_highlighted
{
    background:#d9d9d9;
}

.wf_last_item_highlighted
{
    background:gray;
}

.top-left{
         border-top-left-radius:0px;
         float:left;
}

.top-right{
         border-top-right-radius:50px;

         float:right;
}

.bottom-left{
         border-bottom-left-radius:0px;
         float:left;
}

.bottom-right{
         border-bottom-right-radius:50px;
         float:right;
}

.wf_current_step{
    background:#d9d9d9;
	font-family:Arial;
	font-size:16px;
	color:gray;
	height:30px;
	text-align:center;
}