﻿<style>
body{
	width:100%;
	backgroud:#ffffff;
        margin:0;
}
#ruler {
       position:absolute;
       display: none;
       white-space: nowrap;
       z-index: -100;
   }
	#canvas{
		left:2px;
		top:2px;

		margin: 2px;
		padding: 2px;
		backgroud: #ffffff;
		border: thin inset #ffffff;
        }
	#glasspane{
		position: absolute;
		left:50px;
		top:50px;
		padding: 10px;
		backgroud: #ffffff;
		border: thin inset #aaaaaa;
		box-shadow:rgba(0,0,0,0.5) 5px 5px 10px;
		display: none;
        }
	#glasspane a:hover{
		color:yellow;
	}
	#glasspane a{
		color:blue;
	}
	#controls{
		margin:20px 20px 20px 20px;
	}
	#selectDiv{
		position: absolute;
                backgroud: #aabbcc;
                border:3px solid orange;
		cursor:crosshair;
		display: none;
                z-index:10;
        }
        img  {    outline-width:0px;    vertical-align:middle;  }

        table tr th, table tr td {
            border:1px solid #000000;
            border-spacing:0;
            /*vertical-align:middle;*/
        }
        table {
            width: 200px;
            min-height: 25px;
            line-height: 6px;
            text-align: left;
            border-collapse: collapse;
            padding:2px;
            table-layout: fixed;
        }
        table td
		{
                       /* white-space:nowrap;*/
                        word-wrap:break-word;
                        word-break: keep-all;
                        overflow:hidden;
                        text-overflow:clip;
                }
                .FixHeadTable thead
                {
                    display:table;/*元素生成的框类型：块级表格来显示（类似 <table>），表格前后带有换行符*/
                    /*width:100%;整体宽度*/
                    /*table-layout:fixed;设置表格布局：列宽由表格宽度和列宽度设定*/
                }
.FixHeadTable tbody {
                display:block;/*元素生成的框类型：块级表格来显示（类似 <table>），表格前后带有换行符*/
                /*width:100%;整体宽度*/
                /*table-layout:fixed;设置表格布局：列宽由表格宽度和列宽度设定*/
	}

p{
	margin:0 0 20px 0;
}
p,li{
	line-height:20px;
}

header#header1{
	width:100%;
        height:20px;
        text-align:center;
        padding:0;
        margin:0px 0px 0px 0px;
}

header#header1 nav ul,#footer1 nav ul{
        list-style:none;
        margin:0;
        padding:0;

}

*{padding:0; margin:0}

#header1 nav ul li,footer#footer1 nav ul li{
        padding:0;
        margin:0 20px 0 0;
        display:inline;
}
footer#footer1{
        clear:both;
        width:100%;
        display:block;
        text-align:center;
}
#butClose:hover{
	width: 25px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/rightbuttonhover.png);
	float: right;
}

.jeinput{
 width: 150px;
}
.loader {
    display: none;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.DialogDivTitleClose{
	width: 25px;
	height: 20px;
	line-height: 17px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/rightbutton.png);
	float: right;
}
#butClose:hover{
	width: 25px;
	height: 20px;
	line-height: 17px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/rightbuttonhover.png);
	float: right;
}
#butClose2:hover{
	width: 25px;
	height: 20px;
	line-height: 17px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/rightbuttonhover.png);
	float: right;
}
</style>
