.nwp_titlemanagement_tools {
	border:1px solid #aaa;
	padding:1em;
}

.nwp_titlemanagement_tools .label  {
	display:inline-block;
}

.nwp_titlemanagement_tools a {
	cursor: pointer;
	padding: 4px 17px;
	margin-bottom: 1em;
	margin-right: 1em;
	color: #5a5a5a;
	text-align: center;
	font-weight: normal;
	font-size: 1.077em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	border: 1px solid #e4e4e4;
	border-bottom: 1px solid #b4b4b4;
	border-left-color: #d2d2d2;
	border-right-color: #d2d2d2;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color:#ddd;
}

.nwp_titlemanagement_queue {
	width:50%;
	float:left;
}

.nwp_titlemanagement_queue .wrapper {
	margin-right:1em;
}

.nwp_titlemanagement_log {
	width:50%;
	float:left;

}

.nwp_titlemanagement_queue .wrapper .table-wrap{
	max-height:800px;
	overflow-y:scroll;
}

.nwp_titlemanagement_log .wrapper .table-wrap{
	max-height:800px;
	overflow-y:scroll;
}

.nwp_titlemanagement_log table {
	background-color:#eee;
	min-height:100px;

}