/* CSS Document */
table.dataNav_1{
}
table.dataNav_1 td{
	text-align:center;
}
table.dataNav_1 td.pages,
table.dataNav_1 td.first,
table.dataNav_1 td.last{
	display:none;
}
table.dataNav_1 td .fade{
	display:block;
	text-indent:-5000px;
}
table.dataNav_1 td.previous,
table.dataNav_1 td.next{
	width:24px;
	height:24px;
}
table.dataNav_1 td.previous a,
table.dataNav_1 td.next a{
	display:block;
	height:24px;
	width:24px;
	text-indent:-5000px;
	overflow:hidden;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/waterbuoy/buttons/nextPrevious.png);
}
table.dataNav_1 td.previous a:hover,
table.dataNav_1 td.previous a:focus,
table.dataNav_1 td.previous a:active{
	background-position:0 -25px;
}
table.dataNav_1 td.next a{
	float:right;
	background-position:-25px -0;
}
table.dataNav_1 td.next a:hover,
table.dataNav_1 td.next a:focus,
table.dataNav_1 td.next a:active{
	background-position:-25px -25px;
}
table.dataNav_1 td.page{
	width:24px;
}

.navCell_2 a{
	color:#FF6600;
}

