
/* This css is used for many lists, not just targets */

table.browsetargets { background-color:#99f; width: 100%; margin: 20px 0 20px 0;
                       }
table.browsetargets th, td { padding: 2px 4px 2px 4px; text-align: left; vertical-align: top; }
table.browsetargets thead tr { background-color: #99f; }
table.browsetargets th.sorted { background-color: #99f; }
table.browsetargets th a, th a:visited, th a:active { color:#006 ; }
table.browsetargets th a:hover {  text-decoration: underline; color: black; }
table.browsetargets th.sorted a, th.sortable a { 
	background-position: left;
	display: block;
	width: 100%;
	padding-left: 10px;
}
table.browsetargets th.sortable a {
 	background-image: url(/pims/images/arrow_off.png);
	background-repeat: no-repeat;
}
table.browsetargets th.order1 a {
	background-image: url(/pims/images/arrow_down.png);
	background-repeat: no-repeat;
}
table.browsetargets th.order2 a {
	background-image: url(/pims/images/arrow_up.png);
	background-repeat: no-repeat;
}

table.browsetargets tr.odd {
  background-color: #fff
}
table.browsetargets tr.tableRowEven, tr.even {
  background-color: #ccf
}

div.exportlinks a { text-decoration: none; color:#006; font-weight:bold }
div.exportlinks a:hover { background-color:#ccf }

span.export {
	padding: 0 4px 1px 20px;
	color:#006;
	display:inline; 
	cursor: pointer;
}
span.excel {
	background-image: url(/pims/images/ico_file_excel.png);
	background-repeat: no-repeat;
}
span.csv {
	background-image: url(/pims/images/ico_file_csv.png);
	background-repeat: no-repeat;
}
span.xml {
	background-image: url(/pims/images/ico_file_xml.png);
	background-repeat: no-repeat;
}
span.pdf {
	background-image: url(/pims/images/ico_file_pdf.png);
	background-repeat: no-repeat;
}

