      .filtertable {
			font-size:9px;
			width:100%;
			cursor:default;
			wangbs:expression(this.cellSpacing=1);
			background: #9FD6FF;
			border-right: 1px solid #F7FAFF;
	    	border-left: 1px solid #F7FAFF;
		}
		.filtertable td,
		.filtertable th{
			font-weight:normal;
			background-color:#F7FAFF;
		    border-top-width: 1px;
        	border-right-width: 1px;
        	border-left-width: 1px;
        	border-bottom-width: 1px;
        	border-top-style: solid;
        	border-right-style: solid;
        	border-bottom-style: solid;
       	 	border-left-style: solid;
        	border-top-color: #FFFFFF;
        	border-right-color: #FFFFFF;
        	border-bottom-color: #FFFFFF;
        	border-left-color: #FFFFFF;
        	vertical-align :middle;
		}
		.filtertable thead td, .filtertable thead th {
			background-image:url(ft-head.gif);
			background-repeat:no-repeat;
			background-position:top right;
		}
		.filtertable thead td.selectedUp, .filtertable thead th.selectedUp {
			background-image:url(ft-headup.gif);
		}
		.filtertable thead td.selectedDown, .filtertable thead th.selectedDown {
			background-image:url(ft-headdown.gif);
		}
		.filtertable tbody tr.alt td{
			background: white;
		}
		.filtertable tbody tr.selected td{
			background: white;
		}
		.filtertable tbody tr:hover td{
			background: white;
		}
		.filtertable tbody tr.selected:hover td{
			background:white;
		}
		.filtertable tr {height:20px;}
		
