table.displayTag {
	border:1px solid silver;
	width:100%;
	margin:20px 0 20px 0 !important;
	border-right:1px solid silver;
}

table.displayTag thead{
	font-family:Verdana;
	font-size:8pt;
	background-color:#66E0FF;
	valign=bottom;
}

table.displayTag tr.odd {
	background-color: #fff
}

table.displayTag tr.even {
	background-color:#eee
}

table.displayTag td.center{
	text-align:center
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 99%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 99%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}

td.alignLeft{
	text-align:left;
}

table.displayTag td.jobTitle{
	width: 33%;
	text-align:left;
}

table.displayTag td.comName{
	width: 33%;
	text-align:left;
}

table.displayTag td.workingExp{
	width: 10%;
	text-align:center;
}

table.displayTag td.location{
	width: 12%;
	text-align:center;
}

table.displayTag td.postDate{
	width: 12%;
	text-align:center;
}

table.displayTag td.right{
	text-align:right
}

table.displayTag th.sortable a {
	background-image: url(../images/arrow_off.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
}

table.displayTag th.order2 a {
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
}

table.displayTag th.order1 a {
	background-image: url(../images/arrow_up.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
}
a.noUnderline{	text-decoration:none; }