table.results {
	border: 0px solid #666;
	margin: 20px 0 20px 0;
	width: 100%;
	white-space: nowrap;
}
table.results td, table.results th{
	font:         menu;
	text-align: left;
	white-space: nowrap;
}
table.results th{
	background:   buttonface;
	border-width: 0px;
	border-style: solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	cursor:       hand;
	white-space: nowrap;
}
table.results idcol {
	background: buttonface;
}
table.results tr.even{
	background-color: #F7F7F7;
	white-space: nowrap;
}
table.results tr.odd{
	background-color: white;
	white-space: nowrap;
}
table.results tbody {
	/*height: 100px;*/
	/*overflow: auto;*/
}
table.results {
	/*height: 120px;*/
	/*overflow: auto;*/
}
table.results tbody tr{
	height: 10px;
	white-space: nowrap;
}
span.pagebanner {
	background-color: #eee;
	padding: 2px 4px 2px 4px;
	width: 100%;
	display:block;
	text-align:right;
}
span.pagelinks {
	background-color: #eee;
	padding: 2px 4px 2px 4px;
	width: 100%;
	display:block;
	text-align:right;
}
th.sortable a {
	background-image: url(../interface-images/arrow_off.png);
	background-repeat:no-repeat;
}
th.order1 a {
	background-image: url(../interface-images/arrow_down.png);
	background-repeat:no-repeat;
}
th.order2 a {
	background-image: url(../interface-images/arrow_up.png);
	background-repeat:no-repeat;
}
th.sorted a, th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

table.simple thead tr {
  background-color: #F8F8F8;
}
table.simple tr.even {
  background-color: #F8F8F8;
}
table.simple tr.odd {
  background-color: #F8F8F8;
}
table.simple {
	/*border: 1px solid #ccc;*/
	border-collapse: collapse;
}
table.simple td,table.simple th{
	/*border: 1px solid #ccc;*/
}
table.nocol tbody td,table.nocol tbody th{
	border-left: none;
	border-right: none;
}

.className {

}