/* 45822112EE_0400 */
/* --------------------- */



* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
}

a:link {
	color: #029;
	text-decoration: none;
}
a:visited {
	color: #7a1f9f;
	text-decoration: none;
}
a:hover,
a:focus,
a:link:hover,
a:link:focus,
a:visited:hover,
a:visited:focus {
	color: #f00;
	text-decoration: underline;
}


#body {
	/*overflow: hidden;*/
}

#contents {
	margin: 0;
	padding: 0;
	background: #fff;
}


#booksList {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
	/*position: absolute;
	z-index: 5;*/
}
#booksList .list {
	margin: 0 auto;
	padding: 15px;
}
#booksList .list button {
	margin: 5px 5px;
	font-weight: bold;
}
#booksList .list button span {
	padding: 7px 10px;
	width: 355px;
}


#book {
	width: 100%;
	display: none;
	background: #fff;
	/*position: absolute;
	z-index: 2;*/
}

#operation {
	padding: 3px 0 0;
	text-align: left;
	background: #ccc;
	position: fixed;
	z-index: 3;
	min-width:420px;
	overflow-x:hidden;
}
#operation button {
	margin: 0 5px 0 0;
}
#operation button:first-child {
	margin-left: 15px;
}

#operation p.select_read {
	margin: 3px 0 0;
	padding: 3px 18px;
	background: #fff;
	text-align: left;
	border-bottom: 1px solid #eee;
}


#section {
	padding: 10px 20px;
	/*position: absolute;
	overflow: auto;*/
}
#section > div {
	padding: 0 0 0 15px;
}
#section .treeview {
	padding: 0 0 0 25px;
}
#section .treeview ul {
	margin: 0 0 0 15px;
}
#section .treeview li span {
	vertical-align: middle;
}
#section .treeview li .hitarea {
	margin: 0px 2px 0 0;
	position: static;
	vertical-align: middle;
}
ul.treeview .collapsable ul {
	display: block;
}
ul.treeview .expandable ul {
	display: none;
}
#section input {
	margin: 0px 2px 0 0;/*0 2px 0 -15px;*/
	vertical-align: middle;
}
#section label {
	vertical-align: middle;
	/*padding: 0 0 2px 0;
	display: inline-block;*/
}



#printContainer {
	border: 0px none;
	/*display: none;
	position: absolute;
	z-index: 1;*/
	margin: 0 0 0 -10px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}




@media print {
	#contents {
		display: none !important;
	}
	#printContainer {
		display: block;
		overflow: visible;
	}
	.pageBreak {
		page-break-before: always;
	}
}



#simpleSearch p,
#printContainer.err p,
#CT_err p {
	font-size: 12px !important;
}




