html,body {
	height: 100%;
	margin: 0 0 0 0;
}

#toolbar {
	white-space: nowrap;
	width: 100%;
	padding: 0 0 0 0;
	height: 25px;
	background-color: #f6f6f6;
	text-align: left;
}

#middle {
	overflow: auto;
}

#header,#footer,#pageToolbar {
	overflow: auto;
	min-height: 20px;
	max-heigt: none;
}

.home {
	background-color: #F6F6F6;
}

.home img {
	margin: 0 auto;
	display: block;
}

.dir {
	border-left: #C8B9AE solid 1px;
	border-top: #C8B9AE solid 1px;
	border-collapse: collapse;
	empty-cells: show;
	margin: 0 auto;
}

.dir th {
	border-right: #C8B9AE solid 1px;
	border-bottom: #C8B9AE solid 1px;
	background-color: #E4ECF7;
	padding: 10px 10px 6px;
	height: 15px;
	font-size: 12px;
	word-break : keep-all;
	white-space: nowrap;
}

.dir td.odd {
	border-right: #C8B9AE solid 1px;
	border-bottom: #C8B9AE solid 1px;
	background-color: #f2f2f2;
	padding: 10px 10px 6px;
	vertical-align: top;
	height: 15px;
	font-size: 11px;
	word-break: keep-all;
	white-space: nowrap;
}

.dir td.even {
	border-right: #C8B9AE solid 1px;
	border-bottom: #C8B9AE solid 1px;
	background-color: #ffffff;
	padding: 10px 10px 6px;
	vertical-align: top;
	height: 15px;
	font-size: 11px;
	word-break: keep-all;
	white-space: nowrap;
}

.dir td.subtotal {
	border-right: #C8B9AE solid 1px;
	border-bottom: #C8B9AE solid 1px;
	background-color: #E4ECF7;
	padding: 10px 10px 6px;
	vertical-align: top;
	height: 15px;
	font-size: 11px;
	word-break: keep-all;
	white-space: nowrap;
}

.dir td.total {
	border-right: #C8B9AE solid 1px;
	border-bottom: #C8B9AE solid 1px;
	background-color: #BDCEE6;
	padding: 10px 10px 6px;
	vertical-align: top;
	height: 15px;
	font-size: 11px;
	word-break: keep-all;
	white-space: nowrap;
}

.nowrap {
	white-space: nowrap;
	width: 160px;
	font-family: 微软雅黑;
	padding-left: 8px;
	font-size: 12px;
}

#treediv {
	position: absolute;
	width: 0px;
	height: 0px;
	display: none;
	z-index: 9999;
}

#treediv table {
	background-color: white;
	border: 1px solid #bbbbbb;
	width: 240px;
}

#tree {
	height: 240px;
	overflow: auto;
	background-color: white;
}

#treediv td label {
	cursor: pointer;
}

@media print {
	.pageBreak {
		page-break-after: always;
	}
	.noPrint {
		display: none;
	}
}

#print-content {
	width: 98%;
	margin: 10px auto;
}

#popupcontent {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	border: 1px solid #333;
	padding: 5px;
}

/* .head{
background:url("images/head.jpg");
} */