﻿body {
	font: 12px '宋体';
	color: #000000;
	text-align: center;
	margin: 0;
	overflow: hidden;
}

td{
	font: 12px '宋体';
}

td.red {
	color: red;
}

tr.H td {
	height: 20px;
	line-height: 22px;
	text-align: center;
}

tr.E td,tr.O td {
	border: #D0D0D0 1px solid;
	padding-left: 3px;
	padding-right: 3px;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

tr.E {
	background-color: #EFEFEF;
	cursor: pointer;
}

tr.O {
	background-color: #FDFDFD;
	cursor: pointer;
}

tr.H {
	background-image: url(../images/navigater.jpg);
	border-left: #D0D0D0 1px solid;
	border-right: #D0D0D0 1px solid;
	/*background-color: #DCDCDE;  #D2DFF2 #D6E5F8  #C0C0C4 #BFE5D5， #D2DFF2 , dae39d*/
	text-align: center;
}

tr.H-NoBackground {
	background-color: #EFEFEF;
	border-left: #D0D0D0 1px solid;
	border-right: #D0D0D0 1px solid;
	text-align: center;
}
/*IE8 tr 的border不显示*/
tr.H-NoBackground td {
	/* border-top: #D0D0D0 1px solid; */
}

div.datalist {
	border: 0px #ccc dashed;
	overflow-y: scroll;
	overflow: auto;
	text-align: left;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #9EA5B8;
	scrollbar-highlight-color: #9EA5B8;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #9EA5B8;
	height: 94%;
	width: 100%;
}

div.datalist table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.table_fixed {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.table_fixed td {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

div.datalist_center {
	overflow: auto;
	height: auto;
	text-align: center;
	/*padding-bottom:10px;*/
}

div.pagination {
	text-align: left;
	height: 20px;
	line-height: 20px;
	width: 100%;
	color: #0000ff;
}

div.tablehead {
	overflow-x: hidden;
	overflow-y: hidden !important;
	overflow-y: scroll;
	text-align: left;
	scrollbar-face-color: #BFE5D5;
	scrollbar-shadow-color: #BFE5D5;
	scrollbar-highlight-color: #BFE5D5;
	scrollbar-3dlight-color: #BFE5D5;
	scrollbar-darkshadow-color: #BFE5D5;
	scrollbar-track-color: #BFE5D5;
	scrollbar-arrow-color: #BFE5D5;
}

div.tablehead table {
	border-collapse: collapse;
	table-layout: fixed;
}

div.tablehead table td input {
	border: 0px;
	width: 100%;
	padding-right: 1px;
}

div.pagination input {
	height: 16px;
	text-align: center;
	border: 1px solid #B3B5B4;
}

/** 当前选定行底色 */
.my_selected_row {
	background-color: #C9E0F6 !important;
}

/* .my_footer_bg {
	background-color: #6EB277;
} */

.pageNav {
	height: 6%;
}

td.index {
	white-space: nowrap;
	width: 32px;
}

td.operate_twowords {
	white-space: nowrap;
	width: 60px;
}

td.operate_threewords {
	white-space: nowrap;
	width: 70px;
}

td.operate_fourwords {
	white-space: nowrap;
	width: 80px;
}

td.operate_sixwords {
	white-space: nowrap;
	width: 90px;
}

td.operate_eightwords {
	white-space: nowrap;
	width: 130px;
}

td.operate_ninewords {
	white-space: nowrap;
	width: 150px;
}

td.operate_tenwords {
	white-space: nowrap;
	width: 185px;
}

td.operate_twelvewords {
	white-space: nowrap;
	width: 210px;
}

td.operate_fourteenwords {
	white-space: nowrap;
	width: 240px;
}

td.H_right {
	border-right: 1px solid #D0D0D0
}

/************************** Report*************************/
.titleOfReport {
	width: 95%;
	height: 20px;
	font-size: 18px;
	text-align: center;
}

.report_broadwise {
	clear: left;
	width: 245mm;
	font-size: 12px;
	margin: 0 auto;
	border: 1px solid black;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

.report_broadwise td {
	white-space: nowrap;
	/*text-align: left;*/
	border: 1px solid black;
	font-size: 9pt;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 5mm;
}

.report_broadwise thead td {
	text-align: center;
}

.report_broadwise tbody td {
	padding-left: 5px;
}

.report_broadwise .index {
	text-align: center;
}

.report_print_time {
	margin-right: 220px;
	margin-top: 5px;
	text-align: right;
}
/*************************** Report End *******************/
.align_center {
	text-align: center;
}

.chart {
	width: 100%;
	text-align: center;
}

span.disabled {
	color: gray;
}

tr.disabled {
	color: gray;
}

tr.internal_data {
	color: red;
}