.DisplayTable {
	border: 1px solid;
	font-family: Arial;
	font-size: 12px;
}
.DisplayTable td 
{
	padding: 2px;
}
thead tr {
  background-color: #0080c0;
  color: #fff;
  text-align: left;
  height: 20px;
}
thead {
	padding: 5px;
}
th.sorted {
    background-color: orange;
}
.DisplayTable td a {
	color: blue;
}
.DisplayTable a:hover {
	text-decoration: underline;
	color: blue;
}
.DisplayTable td a:visited 
{
	color: blue;
}
span a {
	color: blue;
}
span a:hover {
	text-decoration: underline;
	color: blue;
}
span a:visited {
	color: blue;
}
th.sorted a, th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	display: block;
}
th.sortable a {
	background-image: url(img/arrow_off.png);
 	color: #FFFFFF;
 	text-align: center;
 	padding-bottom: 2px;
 	padding-top: 2px;
}
th.order1 a {
	background-image: url(img/arrow_down.png);
}
th.order2 a {
	background-image: url(img/arrow_up.png);
}
tr.odd {
  background-color: #fff
}
tr.tableRowEven, tr.even {
  background-color: #def
}

.columnHeader {
 background-color: #3CB371;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #FFFFFF;
 text-align: center;
 padding-bottom: 2px;
 padding-top: 2px;
}

