#header{
	display:none;
	margin:0;
	padding:0;
	height:0;
}
#side{
	display:none;
}
#content{
	display:block;
	margin:0;
	padding:0;
	float:none;
}
#footer{
	display:none;
}
#catch{
	display:none;
}



/*
======= report page =======
*/

body.report #print-title{
	display:block;
}
body.report #print-noimage{
	display:none;
}

body.report #report_table1{
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	background: #ffffff;	
}
body.report #report_table1 th {
	padding: 5px 10px;
	border: 1px solid #C0C0C0;
	color: #2c9d37;
	font-weight: normal;
	text-align: right;
	background:#EAEAEA;
}

body.report #report_table1 td {
	padding: 5px 10px;
	border: 1px solid #C0C0C0;
}

body.report #report_table2{
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	background: #ffffff;	
}
body.report #report_table2 th {
	padding: 5px 10px;
	border: 1px solid #C0C0C0;
	color: #2c9d37;
	font-weight:bold;
	text-align: center;
	background:#EAEAEA;
}
body.report #report_table2 th a{
	color: #2c9d37;
	font-weight:bold;
	text-decoration:none;
}

body.report #report_table2 th img{
display:none;
}

body.report #report_table2 td {
	padding: 5px 10px;
	border: 1px solid #C0C0C0;
	text-align:right;
}

body.report input.type1{
		display:none;
}
body.report form h2 a{
	display:none;
}

