table.display {
	 border: 1px solid #666;
	 width: 95%;
	 margin: 20px 5px 20px 5px !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:link, th.display a:visited {
	color: #5c81a7; text-decoration: none;
	font-family: verdana,arial,sans-serif;
}

td.display a:hover {
	color: #5c81a7; text-decoration: underline;
	font-family: verdana,arial,sans-serif;
}

th.sorted a,th.sortable a {
		background-position: right;
		display: block;
		width: 95%;
		/*padding-right:3px;*/
}
	

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
}