.hld-table{
	width:100%;
	font-size:12px;
}

.hld-table tbody tr:hover > td:not(.hld-bar-container){background:#C8DDEA !important;cursor:pointer;}

.hld-table td{padding-right:10px;}
.hld-status-1{background:#FD6 !important;}
.hld-status-2{background:#8CE !important;}

.hld-table thead td{border-bottom:1px solid #aaa;}
.hld-table tbody tr:nth-child(2n+1){background:#f0f0f0;}
.hld-table tbody tr:nth-child(2n+1) td.hld-bar-container{background:#fafafa;}

tfoot td {border-top:1px solid #eee;}
thead td {border-bottom:1px solid #eee;}

.hld-table td:nth-child(n+5):nth-child(-n+6){text-align:right}
.hld-table td:nth-child(4){text-align:center}

.hld-bar-container{
	position:relative;
	width:300px;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
}
.hld-ref-bar{
	position:absolute;
	top:0px;
	left:50%;
	width:1px;
	height:100%;
	background:#555;
}
.hld-grp-bar{
	position:absolute;
	top:0px;
	left:50%;
	width:10px;
	height:10px;
	border-radius:5px;
	background:#8CE;
	border:1px solid #49c;
	box-shadow: 2px 3px 3px #bbb;
}

.hld-bar-share-container{
	position:relative;
	width:200px;
	text-align:left;
}
.hld-bar-share{
	top:2px;
	left:0;
	position:absolute;
	height:15px;
	border-left:1px solid #F80;
	background:#FB9;
	margin-left:99%;
}
.hld-bar-share-label{
	top:2px;
	left:0;
	width:40px;
	text-align:right;
	position:absolute;
	font-size:10px;
	color:#999;
}

.hld-ref-bar-move-l{
	position:absolute;
	top:6px;
	height:5px;
	left:50%;
	width:5px;
	background:#FFFAF0;
	border:1px solid #CBA;
	border-right:none;
	padding:0;
	margin:0;
}
.hld-ref-bar-move-r{
	position:absolute;
	top:6px;
	height:5px;
	left:50%;
	width:5px;
	background:#FFFAF0;
	border:1px solid #CBA;
	border-left:none;
	padding:0;
	margin:0 0 0 1px;
}
.hld-grp-bar-move-l{
	position:absolute;
	top:10px;
	height:5px;
	left:50%;
	width:5px;
	background:#F0FAFF;
	border:1px solid #ABC;
	border-right:none;
	padding:0;
	margin:0;
}
.hld-grp-bar-move-r{
	position:absolute;
	top:10px;
	height:5px;
	left:50%;
	width:5px;
	background:#F0FAFF;
	border:1px solid #ABC;
	border-left:none;
	padding:0;
	margin:0 0 0 1px;
}
.hld-mark{
	position:absolute;
	top:0px;
	left:55%;
	height:100%;
	border-left:1px dashed #ccc;
}
.hld-mark.n10{left:40%}
.hld-mark.n5{left:25%}
.hld-mark.p5{left:75%}
.hld-mark.p10{left:60%}

.hld-bar-status2{background:#FD6;}
.hld-bar-status1{background:#8CE;}