#left table {
	border-collapse: collapse;
	width: 471px;
	margin-top: 12px;
}
#left td, #left th {
	padding: 0.5em;
	border: 1px solid #CCC;
}
#left th {
	white-space:nowrap;
	text-align:left;
}
#left td.checkbox {
	padding: 0px;
	text-align: center;
}
#left thead {
	background-color: #E6E6EE;
	color: #112173;
}
#left tr.rowodd {
	background-color: #FFF;
}
#left tr.roweven {
	background-color: #F2F2F2;
}
#left .sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
#left .sortasc {
	background-color: #9196BC;
	background-image: url(up.gif);
	color: #FFF;
}
#left .sortdesc {
	background-color: #9196BC;
	background-image: url(down.gif);
	color: #FFF;
}
#left .nosort {
	cursor: default;
}
#left th.resize-handle-active {
	cursor: e-resize;
}
div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}

