
tbody.td, th{
padding: 2px 4px 2px 4px !important;
vertical-align: top;
border-width: 1px;
border-style: solid;
display: block;
text-align:center; 
text-decoration: none;
font: 13px tahoma;
color: #F00000;
background-color: #E6E6FA;
border-top: 2px solid #FFFFFF;
border-bottom: 2px solid #FFFFFF;
border-left: 2px solid #FFFFFF;
border-right: 2px solid #FFFFFF;
}

thead tr {
	background-color: #fc0;
}

th.sorted {
	background-color: #E6E6FA;
}

th a,th a:visited {
	color: red;
}

th a:hover {
  background-color: #CDCDBB;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

th.sortable a {
	background-image: url(<%=request.getContextPath()%>/eBioVallee/images/arrow_off.png);
}

th.order1 a {
	background-image: url(<%=request.getContextPath()%>/eBioVallee/images/arrow_down.png);
}

th.order2 a {
	background-image: url(<%=request.getContextPath()%>/eBioVallee/images/arrow_up.png);
}

tr.odd {
	background-color: #fff
}

tr.tableRowEven,tr.even {
	background-color: #FFFFBB
}

div.exportlinks {
	background-color: #E6E6FA;
	border: 1px dotted #999;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(images/ico_file_excel.png);
}

span.csv {
	background-image: url(images/ico_file_csv.png);
}

span.xml {
	background-image: url(images/ico_file_xml.png);
}

span.pdf {
	background-image: url(images/ico_file_pdf.png);
}

span.rtf {
	background-image: url(imgages/ico_file_rtf.png);
}

span.pagebanner {
	background-color: #E6E6FA;
	border: 1px dotted #999;
	padding: 0px;
	width: 100%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #E6E6FA;
	border: 1px dotted #999;
	padding: 0px;
	width: 100%;
	display: block;
	border-top: none;
}