/*
 * @author Viet Sky
 * CListView.css
 */
.CListViewHeader, .CListViewHeaderEnd{
	padding-top: 2px;
	height: 25px;
	border: solid 1px #777777;
	background-color: #f3f3f3;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.CListViewHeader{
	border-right: none;
}
.CListView{
	overflow: auto;
	border: solid 1px #777777;
	border-top: none;
}
.CListViewItemNormal, .CListViewItemCenter, .CListViewItemRight{
	border: solid 1px #cccccc;
	border-left: none;
	border-top: none;
	background-color: transparent;
	padding: 0px;
	padding-left: 5px;
	text-align: justify;
}
.CListViewItemCenter{
	text-align: center;
}
.CListViewItemRight{
	padding-right: 5px;
	text-align: right;
}
.CListViewRow0, .CListViewRow1{
	cursor: hand;
}
.CListViewRow0{
	background-color: #ffffff;
}
.CListViewRow1{
	background-color: #fafafa;
}
.CListViewRow0:hover, .CListViewRow1:hover{
	background-color: #ffffdd;
}
/*----- list view components -----*/
#lvhSTT{
	width: 40px;
}
#lvhThuChi{
	width: 160px;
}
#lvhGhiChu{
	width: 330px;
}
#lvhQuanTri{
	width: 70px;
}
/*++++++++++++++++++++*/
#lviSTT{
	width: 34px;
}
#lviThuChi{
	width: 154px;
}
#lviGhiChu{
	width: 324px;
}
#lviQuanTri{
	width: 45px;
	text-align: center;
}
#lviQuanTri img
{
	cursor: pointer;
}
#divHideThuChi,#divHideThu,#divHideChi,#divBaoCao,#divCapNhatTaiSan{
	position:absolute;
	left: 8px;
	border: 1px solid black;
	background: white;
	text-align: center;
	color: red;
	display: none;
}