/* display tag stuff */

.displayTable th { color:blue; background:#ECF1EF; font-size:8pt; font-family: sans-serif; font-weight:bold; padding: 0px 3px; }
.displayTable td { color:black; font-size:8pt; font-family: sans-serif; font-weight:normal; padding: 2px 4px !important;}
.displayTable tr.even td { background:#fff; }
.displayTable tr.odd  td { background:#FBF5E6;}


.displayTable th.sorted a,th.sortable a {
	background-repeat: no-repeat;
	background-position: right;
	padding: 4px 4px !important;
	text-align:left;
	display: block;
}

.displayTable th.sortable a {
	background-image: url(/products/img/arrow_off.png);
}

.displayTable th.order1 a {
	background-image: url(/products/img/arrow_up.png);
}

.displayTable th.order2 a {
	background-image: url(/products/img/arrow_down.png);
}

.displayTable pre {
	_width: 150px; /* only for IE*/
overflow-x: auto;
padding-bottom: 20px;
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.displayTable td {
_overflow-x: auto;
_white-space: pre-wrap;       /* css-3 */
_word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

table.displayTable {
	_width: 95%;
	_margin-left:-3px;
	_margin-right:-3px;
	border-collapse:collapse;
}
