﻿#web-access-toolbar {
    position: fixed;
    _position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    margin:0px auto;
	display:inline;
    width: 100%;
    height:29px;
    background-color: #FFF;
    padding:15px 0;
    text-align: center;
    overflow: hidden;
}

#web-access-toolbar a {
    font-size: 18px;
	font-family:"Microsoft Yahei",font-family:"微软雅黑";
	font-weight:bold;
	background-color:#d81900;
	border:solid 1px #bc0000;
	color:#fff;
	height:21px;
	margin:7px 4px;
	padding:9px 9px;
	display:inline;
}
#web-access-toolbar a img{
	border:none;
	margin-right:3px;
	display:inline;
	padding:2px 0 0 2px;
}
#btntoolbarpagezoomout{
   
}

.webacc-container{
	margin:0 auto;
	width:960px;
}

.text-mode,
.text-mode .text-mode,
.text-mode .text-mode .text-mode,
.text-mode .text-mode .text-mode ,text-mode,
.text-mode .text-mode .text-mode .text-mode .text-mode,
.text-mode .text-mode .text-mode .text-mode .text-mode .text-mode,
.text-mode .text-mode .text-mode .text-mode .text-mode .text-mode .text-mode{
    margin: 0 auto;
    background-image: none;
	background-color: #FFF;
	padding:0;
	text-align:left;
	text-indent:0;
	float:none;
	overflow: visible;
	color: 000;
    width: 958px;
    border: 1px solid #000;
}



.first-wrap {
    margin-top: 52px;
}

.highlight, .highlight .highlight, .highlight .highlight .highlight, .highlight .highlight .highlight .highlight, .highlight .highlight .highlight .highlight .highlight {
    background: none;
    background-color: #000;
    color: #FFF;
    border-color: #FFF;
    text-indent: 0;

}
.highlight a, .highlight .highlight a, .highlight .highlight .highlight a, .highlight .highlight .highlight .highlight a, .highlight .highlight .highlight .highlight .highlight a {
    color: #FFF;

}

.line-x,.line-y{
	position: absolute;
	background-color:#C80000;
	overflow:hidden;
}

.line-x{
	background:url(imagesbyc-x.png) repeat-x;
	z-index:1000;
	left:0;
	width:100%;
	height:100px;
}

.line-y{
	background:url(imagesbyc-y.png) repeat-y;
	z-index:1001;
	top:0;
	width:100px;
	height:100%;
}

.line-zyyX,.line-zyyY{
	position: absolute;
	overflow:hidden;
}

.line-zyyX{
	background:url(imagesyc-x.png) repeat-x;
	z-index:1000;
	left:0;
	width:100%;
	height:100px;
}

.line-zyyY{
	background:url(imagesyc-y.png) repeat-y;
	z-index:1001;
	top:0;
	width:100px;
	height:100%;
}
