﻿.total
{
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	line-height: 18px;
}
/************************************************
 *
 ************************************************/
/***标签显示背景***/
.report_label_bg
{
	background-color: #EDF6FD;
	height: 22px;
}
/***字段显示背景***/
.report_field_bg
{
	background-color: #FFFFFF;
	font-size: 12px;
}
.report_field_alter_bg
{
	background-color: #f7f7f7;
	font-size: 12px;
}

.report_labeltext
{
	border: solid 1px #2589D4;
	font-size: 12px;
	cursor: hand;
}
.report_main_font
{
	font-size: 12px;
	font-weight: normal;
	color: #0D91DB;
	line-height: 14px;
	background-color: #89B9D0;
}

