.tlpb-error {
	color: red;
	display: inline;
}
/* Item */
.tlpb-item {
	display: inline;
}
.tlpb-item-status {
	display: inline;
}
.tlpb-item-text {
	display: inline;
}
/* Progress bar */
.tlpb-wrapper {
	margin: 0 5px 0 5px;
}
.tlpb-label {
	text-align: center;
}
.tlpb-label-left {
	float: left;
}
.tlpb-title {}
.tlpb-label-right {
	float: right;
}
.tlpb-box {}
.tlpb-bar {
	border:1px solid #888;
}
.tlpb-completed {
	valign: bottom;
	background-repeat: repeat;
}
.tlpb-text {
	text-align: center;
}
/* Values Table */
.tlpb-values-table {}
table.tlpb-values-table caption {
	font-size: 120%;
}
table.tlpb-values-table th {
	text-align: left;
}
table.tlpb-values-table tr {
	text-align: center;
	vertical-align: top;
}
table.tlpb-values-table td {
	padding: 2px;
}
table.tlpb-values-table td.tlpb-group {
	vertical-align: middle;
}
table.tlpb-values-table td.tlpb-name {
}
table.tlpb-values-table td.tlpb-status {
	color: black;
}
table.tlpb-values-table td.tlpb-assigned {
}
table.tlpb-values-table td.tlpb-id {
}
table.tlpb-values-table td.tlpb-desc {
	text-align: left;
}
table.tlpb-values-table td pre {
	font-size: 110%;
	overflow-x: auto;
	width: 400px;
}
.tlpb-completed {
	background-color: green;
}
.tlpb-inprogress {
	background-color: yellow;
}
.tlpb-unassigned {
	background-color: red;
}
.tlpb-pending {
	background-color: blue;
}
.tlpb-onhold {
	background-color: gray;
}
.tlpb-unknown {
	background-color: orange;
}
/* Count Box */
.tlpb-count-wrapper {
	display: block;
	margin: 2px;
}
.tlpb-count-box {
	border: 1;
	margin: 1px;
	padding: 0 5px 0 5px;
	text-align: center;
	color: black !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.tlpb-count-title { }
.tlpb-count-title a {
	color: black !important;
}
.tlpb-count-current {
	display: inline;
}
.tlpb-count-max {
	display: inline;
}
.tlpb-count-text {}
