@CHARSET "UTF-8";

/*-------------------------------------------------------|
| head.jsp      | http://www.lib.szu.edu.cn/nkos/ilod/css/   |
|--------------------------------------------------------|
| Copyright © 2015-2018 Huajun Huang huanghj@szu.edu.cn  |
|-------------------------------------------------------*/

.head_body {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #D9DFAA;
}

.head_table {
	align: center;
	width: 80%;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
	background: url(../image/scene.jpg);
}

.STYLE1 {color: #666666}

.a_p1{
	font-family: "华文彩云" "宋体"; 
	font-size:	33px;
	font-style: normal;
	font-weight:bold;
	font-variant:normal;
	color: #993333;
	text-decoration: none;
	text-align: justify;
	vertical-align: middle;
}

@import url("css.css");

/*-------------------------------------------------------|
| left.jsp      | http://www.lib.szu.edu.cn/nkos/ilod/css/   |
|--------------------------------------------------------|
| Copyright © 2015-2018 Huajun Huang huanghj@szu.edu.cn  |
|-------------------------------------------------------*/

.left_body {
	background-color: #D9DFAA;
	text-align: center;
	link: #D9DFAA;
	vlink: #D9DFAA;
}

/*-------------------------------------------------------|
| login.jsp     | http://www.lib.szu.edu.cn/nkos/ilod/css/   |
|--------------------------------------------------------|
| Copyright © 2015-2018 Huajun Huang huanghj@szu.edu.cn  |
|-------------------------------------------------------*/

.login_body {
	width: 90%;
	height: 76%;
	background-color: #D9DFAA;
	text-align: center;
	margin: 0px auto;
	position: absolute;
}

.login_table {
	/*
	width: 90%;
	height: 76%;
	background-color: #D9DFAA;
	text-align: center;
	margin: 0px auto;
	position: absolute;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	
	line-height: 1;
	
	padding: 4px;
    border: 1px solid #aaaaaa;
	*/
}

/*-------------------------------------------------------|
| userInfo.jsp  | http://www.lib.szu.edu.cn/nkos/ilod/css/   |
|--------------------------------------------------------|
| Copyright © 2015-2018 Huajun Huang huanghj@szu.edu.cn  |
|-------------------------------------------------------*/

.userInfo_body {
	background-color: #D9DFAA;
}

/*-------------------------------------------------------|
| foot.jsp      | http://www.lib.szu.edu.cn/nkos/ilod/css/   |
|--------------------------------------------------------|
| Copyright © 2015-2018 Huajun Huang huanghj@szu.edu.cn  |
|-------------------------------------------------------*/

@import url("css.css");
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.STYLE1 {color: #666666}


div#navsecond li {
	font-weight: bold;
}

div#navsecond {
	float: left;
	margin: 0 0 0 6px;
	padding: 0;
	border: 0;
	width: 180px;
	background: transparent;
	margin-left: 12px;
}

div#navsecond li.currentLink a:link,div#navsecond li.currentLink a:visited
	{
	text-decoration: none;
	color: #ff0000;
	background: transparent;
}

div#navsecond li.currentLink a:hover {
	text-decoration: underline;
	color: #ff0000;
	background: transparent;
}

div#navsecond a:link,div#navsecond a:visited {
	text-decoration: none;
	color: #000;
	background: transparent;
}

div#navsecond a:hover {
	text-decoration: underline;
	color: #000;
	background: transparent;
}

div#navsecond a:active {
	text-decoration: underline;
	color: #000;
	background: transparent;
}