@charset "utf-8";

html { overflow-y: scroll; }
html, body { color: #666666; margin: 0px; height: 100%; }
body, td, input, select, textarea { font: 9pt/22px Arial, Tahoma, "宋体"; }
ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p { margin: 0px; padding: 0px; }
table { border-collapse:collapse; border:0; }
td { padding: 5px; vertical-align: top; }
td.header, tr.header td { font-weight: bold; color: #000000; }
p { text-align: justify; text-justify:inter-ideograph; text-indent: 2em; margin-bottom: 0.75em; line-height: 1.75em; }
li { list-style: none; }
em { font-style: normal; color: #CCCCCC; }
strong { color: #000000; }
input, select, textarea { color: #000000; }
.textarea { padding: 0px 2px; border-top: 1px solid #5f6061; border-right: 1px solid #c2c4c7; border-bottom: 1px solid #c2c4c7; border-left: 1px solid #5f6061; background: #FFFFFF; }
.select { border-top: 1px solid #5f6061; border-right: 1px solid #c2c4c7; border-bottom: 1px solid #c2c4c7; border-left: 1px solid #5f6061; background-color: #FFFFFF; padding: 1px; }
.button { cursor: pointer; overflow: visible; height: 22px; line-height: 22px;  +line-height: 20px;
_line-height: 17px; padding: 0px 10px; color: #FFFFFF; background: #146097; border:0; vertical-align: middle; }
.button:hover { background: #13AEBF; color: #FFFFFF; }
.input { border-top: 1px solid #5f6061; border-right: 1px solid #c2c4c7; border-bottom: 1px solid #c2c4c7; border-left: 1px solid #5f6061; padding: 0px 2px; height: 20px; line-height: 20px; background: #FFFFFF; background-color: #FFFFFF; vertical-align: middle; }
.file { border: 1px solid #D6D6D6; height: 24px; padding: 0px 2px; }
img { border: 0px none #FFFFFF; background-color: #FFFFFF; }
hr { border-bottom: 1px solid #f5f5f5; border-top-style: none; border-right-style: none; border-left-style: none; height: 1px; }
a { color: #1F376D; text-decoration: none; }
a:hover, a:hover strong { color: #E35000; }
.noperm { width: 500px; margin: auto; }
.main { height: 100%; width: 100%; }
.main td { vertical-align: middle; }

.title { background: url(ui/perm_frame.png) no-repeat 0px 0px; padding: 10px 25px 0px; height: 40px; line-height: 40px; font-weight: bold; color: #534a36; }
.bottom { background: url(ui/perm_frame.png) no-repeat 0px -50px; height: 40px; padding: 0px; }
.middle { background: url(ui/perm_frame.png) repeat-y -500px 0px; padding: 20px 30px 0px; }
.list { background: #f8f8f8; border: 1px solid #dbdbdb; padding: 10px; color: #000; word-spacing: 1em; margin-top: 10px; }
.list span { display: inline-block; }

.btns { text-align: right; margin-top: 30px; }
.btns a { line-height: 40px; background: url(ui/perm_btn.png); height: 40px; width: 120px; padding-right: 2px; padding-bottom: 2px; display: inline-block; text-align: center; margin-left: 10px; color: #666; font-weight: bold; }
.btns a:hover { background-position: 0px -42px; color: #000; }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>您无权查看本信息</title>
<link href="/_system/style/perm.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/_system/javascript/cms.js"></script>
</head>
<body>
<table class="main">
	<tr>
		<td><table class="noperm">
				<tr>
					<td class="title">您访问的页面发生异常</td>
				</tr>
				<tr>
					<td class="middle">很抱歉，<span id="tipLogin">您访问的页面发生了异常，请联系管理员.</span>
						
						<div class="btns"><a id="btnBack" href="javascript:;" onclick="window.history.back();">返回上一页</a><a id="btnClose" href="javascript:;" onclick="window.close();">关闭本页</a></div></td>
				</tr>
				<tr>
					<td class="bottom">&nbsp;</td>
				</tr>
			</table></td>
	</tr>
</table>
<script type="text/javascript">
if(document.referrer && window.history.length){
	$("btnBack").show()
}else{
	$("btnBack").hide()
}

if(!Cookie.get("UserId")){
	$("btnLogin").show()
	$("tipLogin").show()
}else{
	$("btnLogin").hide()
	$("tipLogin").hide()
}

function relogin(){
	var login="{login}"
	var url=window.location.href
	window.location.replace(login+"?ReturnUrl="+url.toURL())
}
</script>
</body>
</html>
