﻿.page
{
	float:right;
}

.page .link11, .page .linkCurrPage, .page .linkFirst, .page .linkLast, .page .linkPrev, .page .linkNext
{
	text-align:center; 
	font-size: 12px;
	font-family:Arial; 
	color:#005AA1; 
	text-decoration:none; 
	cursor:pointer; 
	padding:3px 8px; 
	overflow:hidden; 
	border:1px solid #999999; 
	line-height:14px;
	height:14px;
	margin-left:2px;
	background-color:#fff;
	float:left;
	position:relative;
} 

.page .link11:hover, .page .linkFirst:hover, .page .linkPrev:hover, .page .linkNext:hover, .page .linkLast:hover
{
	color:#ffffff;
	background:#cc0000;
}
 .page .linkNext
{
	padding:4px 15px 2px 6px;
}

 .page .linkNext b
{
	background:url(/Images/arrow_right_orange.gif) no-repeat;
	width:8px;
	height:7px;
	position:absolute;
	top:6px;
	right:4px;
}

.page .linkNext:hover b
{
	background-image:url(/Images/arrow_right_white.gif);
}


 .page .linkPrev
{
	padding:3px 8px 3px 5px;
	width:5px;
}

 .page .linkPrev b
{
	background:url(/Images/arrow_left_orange.gif) no-repeat;
	width:8px;
	height:7px;
	position:absolute;
	top:6px;
	left:6px
}

 .page .linkPrev:hover b
 {
	background-image:url(/Images/arrow_left_white.gif);
 }

 .page .linkCurrPage
 {
	color:#fff;
	background:#cc0000;
 }