table.xdt_mainTable{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;	
	width:100%;
	text-align: left;
	border-collapse: collapse;
}
th.xdt_head{	
	padding: 8px;	
	font-weight:bold;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
th.xdt_head_startcol{
	background: #b9c9fe url('left.png') left -1px no-repeat;
}
th.xdt_head_endcol{
	background: #b9c9fe url('right.png') right -1px no-repeat;
}

td.xdt_cell {
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
tr.xdt_row:hover td{
	color: #339;
	background: #d0dafd;
}
td.xdt_foot{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	font-weight:bold;
	background: #e8edff;
}
td.xdt_foot_startcol{
	background: #e8edff url('botleft.png') left bottom no-repeat;
}
td.xdt_foot_endcol{
	background: #e8edff url('botright.png') right bottom no-repeat;
}