
.toolLine {
  background-color: #777;
  color: #FFF;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  border-bottom:solid 1px #888;
  display: block;
  overflow:visible;
}

.toolLine .strip {
	width:100%;
	display:block;
	line-height:30px;
	background:transparent;
}

.toolLine .strip .title {
	font-size:18px;
	display:inline;
	background:transparent;
	color:#DDD;

}

.toolLine .strip .status {
	font-size:18px;
	display:inline;

	background:transparent;
	color:#FFF;
	margin-left:25px;

}

.toolLine .strip .actions {
	font-size:18px;
	display:inline;
	background:transparent;
	color:#FFF;
	margin-left:25px;
	float:right;
	line-height:30px;
}

.toolLine .strip .actions a {
	background:transparent;
	text-decoration:none;
	font-size:20px;
	color:#EEE;
	margin-left:25px;
	line-height:30px;
}

.toolLine_content {
  text-align:center;
  padding: 0 18px;
  display: block;
  overflow: auto;
  background-color: #f1f1f1;
}