/* PAGE BAR STYLE 
------------------------------------------------------------ */

	/* style for the entire page bar
	------------------------------------------------------------------------------- */
	#page_view_bar											
	{
		margin:				0 0 10px;
		width:				100%;
		float:				left;
		border-bottom:		solid 1px #364a1d;
	}
	
	/* style for the div containing "Viewing X of XXX"
	------------------------------------------------------------------------------- */
	#view_bar												
	{
		padding:			5px;
		width:				32%;
		float:				left;
		font-weight:		bold;
		font-size:			10px;
	}
	
	/* style for the div with page numbers
	------------------------------------------------------------------------------- */
	#page_bar												
	{
		padding:			0 5px;
		width:				60%;
		float:				right;
		text-align:			right;
	}
	
	/* default page number (only affects the divider "|")
	------------------------------------------------------------------------------- */
	#page_num												
	{
		margin:				5px 0;
		padding:			0 5px;
		float:				right;
		color:				#CCC;
	}
	
	/* page numbers (not current page)
	------------------------------------------------------------------------------- */
	#page_num a
	{
		color: 				#364a1d;
	}
	
	/* default page number (only affects the divider "|")
	------------------------------------------------------------------------------- */
	#page_first												
	{
		margin:				5px 0;
		float:				right;
		color:				#CCC;
	}
	
	/* default page number (only affects the divider "|")
	------------------------------------------------------------------------------- */
	#page_last
	{
		margin:				5px 0;
		float:				right;
		color:				#CCC;
	}
	
	/* page numbers that are links (all)
	------------------------------------------------------------------------------- */
	#page_num a												
	{
		text-decoration:	none;
		padding:			1%;
	}
	
	/* style for the current page
	------------------------------------------------------------------------------- */
	.current												
	{
		padding:			0 3px;
		font-weight:		bold;
		color:				#333;
		background:			#FFF;
	}
	/* ------------------------------------------------------------ */