td{
	padding: 4px;
}
.color-concept{
	color: #0099FF;
}
.all-border{
	border:1px solid #bbb;
	text-align: center;
}
.header-caption{
	background: #eee;
	border: 1px solid #bbb;
	font-weight: bold;
	padding:4px;
}
.category-tabble{
	width: 100px;
	border: 1px solid #bbb;
	padding: 4px;
}
.header-category{
	color: red;
	border: 1px solid #bbb;
}
.head-total{
	font-weight: bold;
	text-align: center;
	background: #F35958;
	color: #fff;
	border: 1px solid #bbb;
}
.red-text{
	color: red;
}
.header-grey{
	background: #eee;
}
.black-color{
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.text-left{
	text-align: left;
}
.text-justify{
	text-align: justify;
}
.text-center{
	text-align: center;
}
.header-caption-one{
	background: #ccddff;
	border: 1px solid #bbb;
	font-weight: bold;
	padding:5px;
}
.header-caption-two{
	background: #ddd;
	border: 1px solid #bbb;
	font-weight: bold;
	padding:5px;
	text-align: left; 
}
.table-one{
	border: 5;
	background: #fff;
	text-align: left;
	padding: 5px;
}
.cursor-pointer{
	cursor: pointer;
}
