table.display {
	 border: 1px solid #666;
	 width: 95%;
	 margin: 20px 0 20px 0 !important;
	 font-size:11px;
}
table.display th {
	text-align:left;
}

th.display, td.display {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}
	
thead.display, tr.display {
	background-color: #eee;
}
	
th.display a, th.display a:visited {
		color: black;
}

td.display a:hover {
		text-decoration: underline;
		color: black;
}

th.sorted a,th.sortable a {
		background-position: right;
		display: block;
		width: 100%;
}
	

th.sorted {
		background-color: #BCCEEA;
}

th.sortable a {
		background-image: url(../../images/arrow_off.png);
		background-repeat:no-repeat
}
	
th.order1 a {
		background-image: url(../../images/arrow_down.png);
		background-repeat:no-repeat
}
	
th.order2 a {
		background-image: url(../../images/arrow_up.png);
		background-repeat:no-repeat
}
	
tr.odd {
		background-color: #fff
}
	
tr.tableRowEven,tr.even {
		background-color: #c8d7e3
}
