@charset "utf-8";

#newspapertitle {
	background-image: url(../Images/newspapertitle.jpg);
}

#pagetitle {
	background-image: url(../Images/pagetitle.jpg);
	margin-left: 437px;
}

#pagepic {
	width: 520px;
	height: 810px;
	float: left;
	overflow: hidden;
	background-color: #FFFFFF;
	border-right: 1px solid #999999;
}
#pagepic img {
	width: 100%;
	height: 770px;
}

#jumppage {
	background-color: #DEE3DE;
	width: 100%;
	height: 22px;
	margin-top: 4px;
	text-align: center;
	word-spacing: 4px;
	padding: 7px 0;
}
#jumppage form {
	display: inline;
	margin: 0 15px;
}

#pagecontent {
	width: 385px;
	height: 810px;
	float: right;
	background-color: #F2F2F2;
}

#position, #pageguide {
	border-left: 1px solid #f5f5f5;
	border-bottom: 1px solid #999999;
}

#position {
	width: 384px;
	height: 27px;
	line-height: 27px;
}

#pageguide {
	width: 366px;
	line-height: 22px;
	padding: 6px 9px;
	text-align: justify;
	text-justify: inter-ideograph;
	background-color: #eaeeed;
}
#pageguide p {
	margin: 0;
	padding: 0;
}
#pageguide p span {
	color:#FF0000;
}

#pagearticlelist {
	width: 366px;
	padding: 10px 9px;
}

#pagearticlelist ul li {
	margin-bottom: 10px;
	padding: 4px 2px;
	border: 1px;
	border-style: solid;
	border-color: #f2f2f2;
}

#pagearticlelist ul li h1 {
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 6px 0;
	padding: 0 0 0 14px;
	text-decoration: underline;
	background-image: url(../Images/circle.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#pagearticlelist ul li h1 a {
	text-decoration: underline;
}

#pagearticlelist ul li h2 {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 14px;
}

#poplayer {
	position: absolute;
	z-index: 1000;
	overflow: visible;
	background-color: #FFEEDD;
	color: #FF3300;
	border: 1px #FF9900 solid;
	font-weight:bold;
	font-size: 20px;
	padding: 2px 4px;
	visibility: hidden;
	filter: Alpha(Opacity=80);
	moz-opacity: 0.8;
	opacity: 0.8;
	word-spacing: break-all;
}

#focusrect {
	display: none;
	border: 3px dotted #FF0000;
	cursor: pointer;
	z-index: 100;
	top: 338px;
	left: 228px;
	width: 0px;
	height: 0px;
	position: absolute;
	background-image:url(images/blank.gif);
}
