﻿#web-access-toolbar {
   	position: fixed;
    _position:relative;
    z-index: 10;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 30px;
    padding: 10px 0;
    text-align: left;
    overflow: hidden;
display:true;
}

#web-access-toolbar button {
    font-size: 14px;
	margin:0 5px;
}

.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 {
}

.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;
}

.line-x,.line-y{
	position: absolute;
	background-color:#C80000;
	overflow:hidden;
}

.line-x{
	z-index:1000;
	left:0;
	width:100%;
	height:5px;
}

.line-y{
	z-index:1001;
	top:0;
	width:5px;
	height:100%;
}
