.eXtremeTable {
  width:100%;line-height:25px;float:left;margin-bottom:10px;
}

.eXtremeTable .tableRegion {
	width:100%;margin:0 auto;margin-top:4px;margin-bottom:4px;
	border-bottom:1px #0b7daf solid;font-family:"微软雅黑";
}

.eXtremeTable .tableRegion tbody{
	background-color:  #ffffff; font-family:"Microsoft Yahei" verdana 14px;
}

.eXtremeTable .tableRegion  td{
  height:20px;
}

.eXtremeTable .tableHeader ,.eXtremeTable .tableHeaderSort {
	color:#333;font-weight:bold;border-bottom:none;border-bottom:1px #bbb solid;background:#f1f1f1;
	border-top:1px #e3e3e3 solid; padding: 8px 4px; text-align:left;font-size:13px;
}








.eXtremeTable .odd,.eXtremeTable .even {
	height: 23px;
	padding-left:3px;
	background:  #FFFFFF;
	padding:6px 8px;text-align:left;border-bottom:1px dashed #7be3f5; 
}

.eXtremeTable .tableBody a{
	color: #4384ba;
}

.eXtremeTable .tableBody a:visited{
	text-decoration: none;

	color: #4384ba;
}
.eXtremeTable .tableBody a:hover{
	text-decoration:underline;

	color: #ff6600;
}

.eXtremeTable .odd td, .eXtremeTable .even td ,  .eXtremeTable .highlight td{
	padding:8px 4px;text-align:left;border-bottom:1px #ccc dashed;color:#333;
}

.eXtremeTable .tdactive td{
	padding:8px 4px;text-align:left;border-bottom:1px #ccc dashed;background-color: #d0dbe7;
}



.eXtremeTable .tableRegion .pageBar {
	width: 98%;  
	margin-top:  1px;
}

.eXtremeTable .tableRegion .pageBar .pageBarInfo {
	text-align:left;
}

.eXtremeTable .tableRegion .pageBar .pageBarGo input {
	width:35px;
}

.eXtremeTable .tableRegion .pageBar td{
  padding:4px 0.5px;
}

.eXtremeTable .tableRegion .pageBar .btnTable_page {
	color: #666666;
	cursor: pointer;
}

.eXtremeTable .tableRegion .pageBar .btnLeft{
	width: 0px;
}
.eXtremeTable .tableRegion .pageBar .btnRight{
	width: 0px;
}




.eXtremeTable .highlight {
  	height: 23px;
	background-color: #d0dbe7;
}
