
a.icnfirst { background-image: url(../images/icon_beginning-set.gif); width: 21px; height: 21px;}
a.icnback { background-image: url(../images/icon_back-set.gif); width: 21px; height: 21px;}
a.icnnext { background-image: url(../images/icon_next-set.gif); width: 21px; height: 21px;}
a.icnlast { background-image: url(../images/icon_end-set.gif); width: 21px; height: 21px;}

div.tableresults select, div.tableresults input {
	border: 0px solid #999;
	font-size: .9em;
 	padding: 2px;
}

div.tableresults {
	background-color: #FFFFFF;
	font: 62.5%/1.5em Arial, Helvetica, sans-serif; 
	padding: 0px;
	font-size: 11px;
	width: 100%;
}

div.tableresults div.scrollresults table {
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc;
	empty-cells: show;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-style: solid;	
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;		
}

div.tableresults div.noresults table {
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc;
	empty-cells: show;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-style: solid;	
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;		
}

div.tableresults div.scrollresults th {
	background-color: #C7C7C7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 2px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
}

div.tableresults div.noresults td  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 2px;
	text-align: center;
	white-space: nowrap;
}

div.tableresults div.scrollresults td  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 2px;
	text-align: center;
	white-space: nowrap;
}
/*
div.tableresults div.scrollresults {
	overflow: hidden;
}
*/
div.tableresults div.scrollresults tr.highband {
	background-color: #F2F2F2;
}

div.tableresults div.scrollresults tr.lowband {
	background-color: #FFFFFF;
}

div.tableresults div.noresults tr.highband {
	background-color: #F2F2F2;
}

div.tableresults div.noresults tr.lowband {
	background-color: #FFFFFF;
}

div.tableresults div.scrollresults img.rowaction {
	background-image: url(../images/add_data.gif); width: 16px; height: 16px;
}

div.tableresults div.scrollresults img#Zoom {
	background-image: url(../images/zoom_to.gif); width: 16px; height: 16px;
}

div.tableresults div.scrollresults img#HighLight {
	background-image: url(../images/feature_selection.gif); width: 16px; height: 16px;
}

div.tableresults div.scrollresults img#Clear {
	background-image: url(../images/clear_selection.gif); width: 16px; height: 16px;
}

div.tableresults div.scrollresults img#View {
	background-image: url(../images/icon_default_action.gif); width: 16px; height: 16px;
}

div.tableresults div.scrollresults tr td.columnvalue {
}

div.tableresults div.scrollresults tr td.nullcolumnvalue {
}

