﻿    .tbl {
	font-family: "Lucida Sans Unicode", "宋体";
	font-size: 9px;
	text-align: center;
	background-color: #D99795;
}
    .tblhead {
	background-color: #D7E4BC;
	font-weight: bold;
	font-size:13px;
}
    .colhead {
	background-color: #FDE9D9;
	font-size: 15px;
	font-weight: bold;
}
    .tblCell {
	background-color: #FFFFFF;
	text-align: center;
	font-size:12px;
}
    .tblCellQy {
	background-color: #EAF1DD;
}
tr
{
	height:18px;
}
td{
    white-space:nowrap;
}
#zoomBox 
{
	background-color:#0000ff;
	color:#ffffff;
	text-align:center;
	padding-top:10px;
	font-size:20px;
	font-weight:bold;
	position:absolute;
	min-width:50px;	
	width:auto !important;	
	width:50px;	
	height:40px;
	cursor:pointer;
	font-family: Lucida Sans Unicode;
	border:1px solid #930303;
}
#pyListBox
{
	background-color:#FEEBD0;
	text-align:center;
	font-size:20px;
	position:absolute;
	width:150px;
	border:1px solid #930303;
	border-bottom:2px solid #930303;
}
#pyListBox div
{
	width:100%;
	border:1px solid #930303;
	border-bottom:0px;
	height:30px;
}
#pyListBox img
{
	cursor:pointer;
	margin-left:10px;
	padding-left:5px;
	padding-right:5px;
}
#pyListBox #pyHead
{
	height:25px;
	text-align:right;
}
#pyListBox #pyHead img
{
	margin-top:5px;
	margin-right:5px;
}
span.py
{
	font-family: Lucida Sans Unicode;
}
span.srcPy
{
	display:none;
}

