table.depl {
	width: 100%;
	border-color: #000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	padding: 0 0 0 0;
	border-collapse: collapse;
	color: black;
	font-family: Arial, Verdana, sans-serif;
}

table.depl thead tr th {
	border-color: #000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 2px;
}

table.depl tr td {
	text-align: left;
	border-color: #000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-size: 10px;
}

table.depl tr.even {
	background-color: #fff;
}

table.depl tr.selectedRow {
	background-color: #fff;
}
	
table.depl th.sorted {
	background-color: black;
	
}

table.depl th a,th a:visited {
	color: black;
	text-decoration: none;
}

table.depl th a:hover {
	text-decoration: underline;
}

table.depl th.sortable a {
	background-position: right;
	width: 100%;
}

table.depl th.sorted a {
	font-weight: bold;
	color: #fff;
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
}

table.depl th.sortable a {
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	background-image: url(../images/displaytag/arrow_off.png);
}

table.depl th.order1 a {
	background-image: url(../images/displaytag/arrow_down.png);
}

table.depl th.order2 a {
	background-image: url(../images/displaytag/arrow_up.png);
}

span.pagebanner {
    text-align: left;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 99%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
    text-align: left;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 99%;
	display: block;
	border-top: none;
	margin-bottom: 20px;
}

span.onepagelink {
    background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 0px 4px;
	width: 99%;
	display: block;
	border-top: none;
	height: 0px;
	margin-bottom: 20px;
}