/* Table Classes */


TABLE.pager
{
	padding-bottom: 2px;
}

TABLE.pager TD.link {
	font-weight:bold;
	padding-left: 3px;
	padding-right: 3px;
}

TABLE.pager TD.last {
	padding-left: 15px;
}
TABLE.pager TD.first{
	padding-right: 15px;
}

TABLE.pager SPAN.current {
	color: black;
}

TABLE.pager SPAN.inactive {
	display:none;
}

TABLE.pager SPAN.separator {
	font-weight:bold;
	color: black;
}


