
.ebdp-pc4promote-datatable-oddtr{
   background-color:#ECECEC;
}
.ebdp-pc4promote-datatable-eventr{
   background-color:#FFFFFF;
}

.ebdp-pc4promote-datatable-mouseovertr{
    background-color:#fff9f2;
}

.ebdp-pc4promote-datatable-tablewrapper {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	position:relative;
	_position:static;
	table-layout: fixed;

}



.ebdp-pc4promote-datatable-tablewrapper thead tr th {
/* 	height: 29px; */
	background-color: rgb(233, 226, 226);
	padding:0;
	border-right: 1px solid rgb(213, 204, 204);
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	text-align:center;
	font-family: microsoft yahei;
	border: solid 1px rgb(209, 205, 205);
	cursor: default;
}
.ebdp-pc4promote-datatable-tablewrapper thead tr th[sortable=true]{
	cursor: pointer;
}

.ebdp-pc4promote-datatable-tablewrapper thead tr th span:last-child{
	display:inline-block;
	vertical-align:middle;
	width: 13px;
	height: 18px;
	margin-left:5px;
	font-weight: normal;
	letter-spacing: -10px;
	text-indent: 4px;
}
.ebdp-pc4promote-datatable-tablewrapper thead tr th span:first-child{
	display:inline-block;
	vertical-align:middle;
}

.ebdp-pc4promote-datatable-td {
	border: solid 1px rgb(209, 205, 205);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: hidden;
    white-space: nowrap;
}
.ebdp-pc4promote-datatable-nowrap{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}

.ebdp-pc4promote-datatable-tip{
	white-space: normal;
	word-break:break-all;
}

.ebdp-pc4promote-datatable-tablewrapper-type1{
	
}
.ebdp-pc4promote-datatable-tablewrapper-type1 thead tr {
	border-bottom:2px solid #d5d5d5;
}
.ebdp-pc4promote-datatable-tablewrapper-type1 thead tr th{
	height:40px;
	font-size:12px;
	background-color:#fff;
	border:none;
	color: #888889;
}

.ebdp-pc4promote-datatable-tablewrapper-type1 td{
	border-width:1px 0 1px 0;
	height: 60px;
	padding: 0px 5px;
	border-color:#d5d5d5;
}

.ebdp-pc4promote-datatable-flag-asc {
	background-image: url(../../base/images/asc.png);
}

.ebdp-pc4promote-datatable-flag-desc {
	background-image: url(../../base/images/desc.png);
}

.ebdp-pc4promote-datatable-flag-normal {
	background-image: url(../../base/images/normal.png);
}

.ebdp-pc4promote-datatable-checkbox{
	position:absolute;
	right:0px;
	top:0px;
	height:19px;
	line-height:19px;
	font-size:12px;
	background-color:#ccc;	
	color:white;
	padding:0 5px;
}
.ebdp-pc4promote-datatable-checkbox input{
	background-color:white;
	width:14px;
	height:14px;
	margin:2px;
	float:left;
	padding:0px;
}
.ebdp-pc4promote-datatable-td-relative{
	position:relative; 
}
.ebdp-pc4promote-datatable-td-noBottom{
	/* *border-bottom-width:1px!important;  */
	 *border-bottom-width:0px!important;
}
.ebdp-pc4promote-datatable-td-noTop{
	*border-top-width:0px!important; 
}
.ebdp-pc4promote-datatable-td-top{
	*border-top-width:1px!important;
	 *border-bottom-width:0px!important;
}
.ebdp-pc4promote-datatable-td-bottom{
	*border-bottom-width:1px!important;
}
