/* CSS     : table.css
   Purpose : Seems to be for the lst (decore of links to filter by those that begin with a, b, c and etc.)
                     and for the rpt which used tables to list the products
 */

#filter input.buttonSearch{float:none;}

.abc                     {
        font-family: verdana;
        font-size:90%}

.abcdiv {
    padding-top: 10px;
}

/* Custom Navigation buttons for lst Pages */
#table_nav_bar div button{
height:30px;
}
#left_buttons{
	float:left;
	padding:5px 0px;
	width:33%;

}
#right_buttons{
	float:left;
	padding:5px 0px;
	width:34%;
}

#right_buttons button{float:right;margin-left: 5px;}

#current_page_display{
	width:33%;
	float:left;
		text-align: center;
		line-height: 40px;
}

#table_nav_bar div button{width:100px;}

