.pagelinks{
	width:100%;
	ALIGN: center;
	TEXT-ALIGN: center;
	valign:middle;
}
.listTable{
	width:100%;border:1;cellpadding:1
}
.listTableTrEven{
	background-color :#EDF3DF;
	onmouseover: expression(onmouseover=function (){this.style.borderColor ='blue';this.style.color='red';this.style.backgroundColor ='#FFCC99'});
    	onmouseout: expression(onmouseout=function (){this.style.borderColor='';this.style.color='';this.style.backgroundColor =''});
}
.listTableTrOdd{
	background-color :white;
	onmouseover: expression(onmouseover=function (){this.style.borderColor ='blue';this.style.color='red';this.style.backgroundColor ='#FFCC99'});
    	onmouseout: expression(onmouseout=function (){this.style.borderColor='';this.style.color='';this.style.backgroundColor =''});
}
.listTableClick{
	background-color :#ff4500;
	color:#FFFF88;
	onmouseover: expression(onmouseover=function (){this.style.borderColor ='blue';this.style.color='red';this.style.backgroundColor ='#ff4500'});
    onmouseout: expression(onmouseout=function (){this.style.borderColor='';this.style.color='';this.style.backgroundColor =''});
    cursor:hand;	
}
.listTableTd{
	border: 1px solid #FFFFFF; cellspacing:1; height:30px;
	whitespace: nowrap;
}
.listTableTd1{
	border: 1px solid #FFFFFF; cellspacing:1; height:30px;TEXT-ALIGN:center;
	whitespace: nowrap;
}
.listTableSortableTitle{
	background-image: url(../image/arrow_off.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #ECEAEA;
}
.listTableSortedAsc{
	background-image: url(../image/arrow_up.png);
	background-repeat: no-repeat;
	background-position: right;
}
.listTableSortedDesc{
	background-image: url(../image/arrow_down.png);
	background-repeat: no-repeat;
	background-position: right;
}
th.titleThV a,th.sortable a {
	background-position: right;
	display: block;
}
.sortable {
	BORDER-RIGHT: #ffffff 1px solid; PADDING-RIGHT: 6px; BORDER-TOP: #ffffff 1px solid; PADDING-LEFT: 6px; FONT-WEIGHT: bold; PADDING-BOTTOM: 3px; BORDER-LEFT: #ffffff 1px solid; COLOR: #333333; PADDING-TOP: 3px; BORDER-BOTTOM: #ffffff 1px solid; BACKGROUND-COLOR: #e6f2ff; TEXT-ALIGN: center;
}

.listTable th{
	background-color: #ECEAEA;
}

.table{
	width:100%;border:1;cellpadding:1
}

.tableTrEven{
}
.tableTrOdd{
}
.tableClick{
}


