@CHARSET "UTF-8";

/*-------------------------------------------------------|
| nkosmain.jsp  | http://www.lib.szu.edu.cn/nkos/ilod/css/   |
|--------------------------------------------------------|
| Copyright © 2015-2018 Huajun Huang huanghj@szu.edu.cn  |
|-------------------------------------------------------*/

.treemain_body {
	margin: 10 10 10 10;
}

/*-------------------------------------------------------|
| top.jsp       | http://www.lib.szu.edu.cn/nkos/ilod/css/   |
|--------------------------------------------------------|
| Copyright © 2015-2018 Huajun Huang huanghj@szu.edu.cn  |
|-------------------------------------------------------*/

.top_table {
	width: 100%;/*85% -> 100%*/
	height:8%;/*20171201*/
	margin: 0px auto;
	align: center;
	text-align: center;
	background-color: #f2f2f2;
	/*background-image: url(../image/topb.gif);第二行有下划线*/
}

.logo_td{
	/*rowspan="2" background="image/iso5127.png" style="background-repeat: no-repeat; bgcolor: #0000;" height="45"*/
	background: url(../image/logo_CLSS.png);
	background-repeat: no-repeat; 
	background-color: #f2f2f2;
	height: 40px;/*20px*/
}

.cuetext {
	text-align: center;
}

.welcome {
	height: 20px;/*20->20px*/
	text-align: right;
	vertical-align: bottom;
	color: #026412;
	font-size: 16px;
	font-weight: bold;
}

a:link {
 text-decoration: none;
}
a:visited {
 text-decoration: none;
}
a:hover {
 text-decoration: none;
}
a:active {
 text-decoration: none;
}

/*-------------------------------------------------------|
| bottom.jsp    | http://www.lib.szu.edu.cn/nkos/ilod/css/   |
|--------------------------------------------------------|
| Copyright © 2015-2018 Huajun Huang huanghj@szu.edu.cn  |
|-------------------------------------------------------*/

.bottom_table {
	height:8%;/*20171201*/
	margin: 0 auto;/*居中*/
	width: 90%;/*85% -> 100%*/
	align: center;
	text-align: center;
 	position: absolute; /*bottom_table is the same width as top_table*/
 	bottom: 4px;  /*bottom_table is at the bottom with no space*/
 	/*left: 5%; right: 5%;*/
}

.bottom_td {
	text-align: center;
	width: 100%;
	height: 40px;/*35->35px*/
	background-color: #f2f2f2;
	border-top: #b1b0ae 1px solid;
	font-family:Times New Roman;
	font-size:12px;
	color:#000000;
}
  
/*-------------------------------------------------------|
| homepage.jsp  | http://www.lib.szu.edu.cn/nkos/ilod/css/   |
|--------------------------------------------------------|
| Copyright © 2015-2018 Huajun Huang huanghj@szu.edu.cn  |
|-------------------------------------------------------*/

.hp_body {
	margin: 5% 0 5% 0 auto;
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	background: #F2F2F2; /*add background color*/
}
