body {color:#000;background-color:#FFF; font-family:Trebuchet MS, Verdana, sans-serif;}

input {font:normal 1.1em Trebuchet MS;}

/*tooltip*/

div.tooltip {
	width:800px;
	color:#fff;
	background-color:#000;
	margin: 0;
	padding:6px;
	border:1px solid #888;
	font-size:12px;
	font-family:Verdana;
	line-height:130%;
}


table {
	width:800px;
	text-align:left;
	font-family:sans-serif;
	white-space:nowrap;
	border-collapse: collapse;
}

td, th {
	padding: 0.5em;
	border: 1px solid #CCC;
}

thead, tfoot {
	background-color: #DDD;
}

tr.rowodd {
	background-color: #FFF;
}

tr.roweven {
	background-color: #F2F2F2;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(down.gif);
}
.nosort {
	cursor: default;
}

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;
}