@CHARSET "UTF-8";

/**
 *	整个div样式
 **/
.esdchartdiv{
	font-family: 'Microsoft YaHei', Arial;
	line-height: 20px;
	font-weight: 400;
	color: #3b3b3b;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/**
 * div中table表格基本样式
 **/
.esdchartdiv table{
	margin: 0 0 40px 0;
	width: 100%;
	background-color:#FCFCFC;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	display: table;
	display: block;
	font-size: 14px;
}

.esdchartdiv table td{
	padding-left:10px;
}
/**
 * thead表头样式
 **/
.esdchartdiv table thead{
	background-color: #2980b9;
	font-weight: 900;
	color: #ffffff;
}
/**
 * tbody数据显示主体样式
 **/
.esdchartdiv table tbody{
	font-size:12px;
}

.esdchartdiv table tbody tr{
}

/**
 * 数据显示行 隔行换色的背景色
 **/
.esdchartdiv .gray{
	background-color: #F7F7F7;
}
.esdchartdiv table tbody tr td{
}

/**
 * 数据显示行 a链接样式
 **/
.esdchartdiv table tbody tr td a{
	text-decoration:none;
	color:rgb(60, 68, 211);
	line-height: 24px;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	overflow: hidden;
	width:90px;
}
.esdchartdiv table tbody tr td a:hover{
	color:blue;
}
.cjtime{
	width:5em;
}