/*--------------- Layout simple-----------------------*/
.simple-layout-bound{
	background:url(../images/bg/bg.jpg);
	padding:10px 0px;
}
.simple-layout-content{
	width:1000px;
	margin:auto;
	padding:5px;
}
.simple-layout-banner{
	margin-bottom:5px;
}
.simple-layout-center{
	margin-bottom:5px;
}
.simple-layout-footer{}
/*--------------- Layout home-----------------------*/
.home-layout-bound{
	background:url(../images/bg/bg.jpg);
	padding:10px 0px;
}
.home-layout-content{
	width:1000px;
	margin:auto;
	background:#FFF;
	padding:5px;
}
.home-layout-banner{
	margin-bottom:5px;
}
.home-layout-center{
	margin-bottom:5px;
}
.home-layout-footer{}
/*--------Common----------*/
.table-title{
	font-weight:bold;
	background:#DFDFDF;
}
.report-bound{
	border:1px solid #CCC;
	margin-top:20px;
}
.report-title{
	font-weight:bold;
	text-transform:uppercase;
	font-size:24px;
	text-align:center;
	margin-bottom:5px;
	margin-top:20px;
}
.report-content{
	margin:20px 0px;
}
.report-date{
	text-align:center;
	margin-bottom:20px;	
}
.report-date span{
	font-weight:bold;
	font-style:italic;
}
.popup-edit{
	padding:15px;
	background:#d9ecfd
}
.currency{
	text-align:right;
	width:100px;
}