/* paging nav.  nextPrevious, pageNavigation*/

	#plain_paging DIV.pageNavigation
		{
			border: none;
			padding: 0;	
		}
		
	DIV.pageNavigation
		{
			border-top: dashed 1px #ccc;
			border-bottom: dashed 1px #ccc;
			padding-bottom: .5em;
			margin-top: 1.5em;
			margin-bottom: 1.5em;
		}

	DIV.pageNavigation P.nextPrevious
		{
			color: #666;
			background: #fff;
			font-weight: bold;
			font-size: 11px;
			font-family: Verdana, Helvetica, sans-serif;
		}
		
	P.nextPrevious A, 
	P.nextPrevious A:link, 
	P.nextPrevious A:visited
		{
			color: #369;
			background: #fff;
			font-weight: bold;
			font-size: 11px;
			font-family: Verdana, Helvetica, sans-serif;
			text-decoration: none;		
		}	
		
	P.nextPrevious A:hover
		{
			color: #f93;
			background: #fff;
			font-weight: bold;
			font-size: 11px;
			font-family: Verdana, Helvetica, sans-serif;
			text-decoration: underline;		
		}	
		
	TABLE.pagingNavLinks
		{
			color: #666;
			background: #fff;
		}	
		
	TABLE.pagingNavLinks TD
		{
			border: solid 1px #ccc;
			padding: 5px;
		}	
		
	TABLE.pagingNavLinks TD.spacercell
		{
			border: solid 1px #fff;
		}		
		
	TABLE.pagingNavLinks TR.on TD.pageLinks	
		{
			color: #666;
			background: #f9f9f9;
		}
	
		
	P.pageLinks, TD.pageLinks	
		{
			color: #666;
			font-weight: bold;
			font-size: 8pt;	
			font-family: Verdana, Helvetica, sans-serif;	
		}
				
	P.pageLinks A, 
	P.pageLinks A:link, 
	P.pageLinks A:visited, 
	TD.pageLinks A, 
	TD.pageLinks A:link, 
	TD.pageLinks A:visited
		{
			color: #369;
			font-weight: normal;
			font-size: 8pt;	
			font-family: Verdana, Helvetica, sans-serif;	
			text-decoration: none;		
		}	
		
	P.pageLinks A:hover, 
	TD.pageLinks A:hover
		{
			color: #000;
			font-weight: normal;
			font-size: 8pt;	
			font-family: Verdana, Helvetica, sans-serif;
			text-decoration: underline;		
		}