.highlightedTable {
	color: #000000;
}

.highlightedTable th, .highlightedTable td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

.highlightedTable thead tr {
	background-color: #8BCE00;
	color: #FFFFFF;
	text-align: left;
}

th.sortableColumn a {
	font-weight: bold;
	background-image: url(/images/sort_off.gif);
	background-repeat: no-repeat;
}


th.sortedColumn {
	background-color: #8BCE00;
}

th a,th a:visited {
	color: #FFFFFF;
}

th a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

td a, td a:hover {
	text-decoration: none;
	color: inherit;
}

th.sortedColumn a, th.sortableColumn a {
	background-position: right;
	display: block;
	width: 100%;
}

th.sortedAscending a {
	background-image: url(/images/sort_down.gif);
	background-repeat: no-repeat;
}

th.sortedDescending a {
	background-image: url(/images/sort_up.gif);
	background-repeat: no-repeat;
}

tr.oddRow {
	background-color: #d3d3d3;
}

tr.evenRow {
	background-color: #ffffff;
}

tr.mouseover {
	background: #d6eabd;
	color: #000000;
	cursor: pointer;
	cursor: hand;
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 79%;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

.displyTag_pagebanner {
	padding: 2px 4px 2px 4px;
	margin-top: 5px;
	float: left;
	font-weight: bold;
}

.displyTag_pagelinks {
	padding: 2px 4px 2px 4px;
	margin-top: 5px;
	text-align: right;
}

.displyTag_pagelinks a {
	text-decoration: none;
}

.displyTag_pagelinks a img {
	vertical-align: bottom;	
}

