﻿body 
{
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px; 
	margin-left: 0px;
	FONT-SIZE: 12px; 
	COLOR: #444444; 
	BACKGROUND-COLOR: #ffffff;
}

td {  font-size: 9pt;}

/*统一链接及颜色*/
a:link {  font-family: "宋体"; font-size: 9pt; color: #000000; text-decoration: underline}
a:visited {  font-family: "宋体"; font-size: 9pt; color: #000000; text-decoration: underline}
a:active {  font-family: "宋体"; font-size: 9pt; color: #000000; text-decoration: underline}
a:hover {  font-family: "宋体"; font-size: 9pt; color: #CC0000; text-decoration: underline}


body {
     scrollbar-face-color:#F3F3F3; /*面子*/
     scrollbar-arrow-color:#C0C0C0; /*箭头*/
     scrollbar-3dlight-color:#C0C0C0; /*最外左*/
     scrollbar-highlight-color:#FFFFFF; /*左二*/
     scrollbar-shadow-color:#FFFFFF; /*右二*/
     scrollbar-darkshadow-color:#C0C0C0; /*右一*/
     scrollbar-track-color:#F3F3F3; /*滑道*/
 }
 /*滚动条整体*/
 ::-webkit-scrollbar{
     width:14px; /*滚动条宽度*/
 }
 /*滚动条按钮*/
 ::-webkit-scrollbar-button {

 }
 ::-webkit-scrollbar-track{
     background-color:#F3F3F3;  /*滑道全部*/
 }
 ::-webkit-scrollbar-track-piece{
     background-color:#F3F3F3;  /*滑道*/
     -webkit-border-radius:4px; /*滑道圆角宽度*/
 }
 ::-webkit-scrollbar-thumb{
     background-color:#F3F3F3; /*滑动条表面*/
     border:solid 1px #C0C0C0; /*滑动条边框*/
     border-radius:4px;  /*滑动条圆角宽度*/
 }
 /*横竖滚动条交角*/
 ::-webkit-scrollbar-corner {
     background-color: #F3F3F3;
 }
 /*横竖滚动条交角图案*/
 ::-webkit-resizer {
     /*background-image: url(/public/img/resizer-inactive.png);*/
    background-repeat: no-repeat;
    background-position: bottom right;
}
/*鼠标滑过滑动条*/
 ::-webkit-scrollbar-thumb:hover{
     background-color:#F3F3E0;
 }
 
 
.white
{
    background-color:#ced6e3;
}
.white tr td{
	height:27px;
}
/*当浏览器支持css3时，使用css直接修改颜色*/
.white tr:nth-child(even)
{
    background-color:rgb(243,248,243);
}
.white tr:nth-child(odd)
{
    background-color:#ffffff;
}
.trEven{
	background-color:rgb(243,248,243);
}
.trOdd{
	background-color:#ffffff;
}
.whitehead td
{
    background-color:#e1fafe !important;
}
.whiteSelected{
	background-color:#c9e8fb !important;
}
.richbox
{
    width:100%;
    height:500px;
}