﻿/* IMAGES ARE IN /THEMES/<ThemeName>/Navigation/paging*/
/* Idea here is if you alter this sheet it WILL alter the paging aka different themes 
or white labels have different sheets here*/
.Nav
{
	
}
.pstart
{
	/*Basically this is the start bit'*/
	HEIGHT: 40px;
		DISPLAY: block;	
	width:71px;
	background-image:url('/Images/themes/standard/navigation/paging/sstart.png'); 
}
.pcurimg
{
	/*Basically this is the style for the 'highlighted page'*/
		display: block;
	height: 40px;
	width: 26px;
	padding: 0px;
	margin-top:0px;
	background-repeat: no-repeat;
	background-image: url( '/Images/themes/standard/navigation/paging/sor.png' );
}
.pmid
{
	/*Basically this is the style for the 'pages your not on'*/
	display: block;
	height: 40px;
	width: 26px;
	padding: 0px;
	margin-top:0px;
	background-repeat: no-repeat;
	background-image: url( '/Images/themes/standard/navigation/paging/smiddle.png' );
}
.cur
{
	color:#a90a08;
}
.YNav 
{
	/*The entire paging bar*/
	padding:0px;
float:left;
	text-align:center;
}
.YNav td
{
	/*Applied to ALL td in the paging bar, needed coz it was ignoring the padding above*/
	padding:0px;
	position:relative;
	float:left;
}
.pend
{
	/*Well this one is kinda obvious, its for the ending*/
	HEIGHT: 40px;
	DISPLAY: block;	
	width:26px;
	background-image:url('/Images/themes/standard/navigation/paging/send.png'); 
}
.point {	CURSOR: pointer}
