#status_commands_box {
  float:left;
  width:100%;
  margin-top:0px;
  margin-bottom:0px;
  /*
  border-top:1px solid #aaaaaa;
  border-bottom:1px solid #cccccc;
  */
  padding-top:0px;
  padding-bottom:8px;

  font-weight: bold;
}

#status_commands_box a:hover{
  text-decoration:none;
  color: #899232;
}

.status_command_item{
  float:left;
  width:12%;
}

.process_step_box_,
.process_step_box_black,
.process_step_box_green,
.process_step_box_yellow,
.process_step_box_blue,
.process_step_box_orange,
.process_step_box_red,
.process_step_box_purple
{
  float:left;
  width:8%;
  margin-left: 2%;
  border:1px solid #888888;
  text-align: center;
  padding: 3px 0px 3px 0px;
  color:#888888;
  font-weight: normal;
  margin-top:-2px;
  background-color: #e1e0e0;
  cursor: default;
}

.process_step_box_blue{
    background: #7094db url(../images/head_blue.png) repeat-x center ; /* background color */
    border-color: #3366cc;     /* border color */
    color: #FFF;           /* text color */
}

.process_step_box_orange{
    background: #f6bc50 url(../images/head_orange.png) repeat-x center ; /* background color */
    border-color: #f29f05;     /* border color */
    color: #FFF;           /* text color */
}

.process_step_box_black{
    background: #656562 url(../images/head_black.png) repeat-x center ; /* background color */
    border-color: #24231f;     /* border color */
    color: #FFF;           /* text color */
}

.process_step_box_red{
    background: #d85252 url(../images/head_red.png) repeat-x center ; /* background color */
    border-color: #c80909;     /* border color */
    color: #FFF;           /* text color */
}

.process_step_box_green{
    background: #89c290 url(../images/head_green.png) repeat-x center ; /* background color */
    border-color: #599b61;     /* border color */
    color: #FFF;           /* text color */
    /*background: #89c290 url(../images/la_green.png) no-repeat 100% 0px;*/
}

.process_step_box_yellow{
    background: #f2ed67 url(../images/head_yellow.png) repeat-x center ; /* background color */
    border-color: #fae000;     /* border color */
    color: #333333;           /* text color */
}

.process_step_box_purple{
    background: #eaafdb url(../images/head_purple.png) repeat-x center ; /* background color */
    border-color: #d449ba;     /* border color */
    color: #FFF;           /* text color */
}



#decision_action_div {
  float:left;
  width:100%;
  margin-top:-1px;
  margin-left: -1px;
  background-color:#FFF;
  display: none;
  margin-bottom: 20px;
}