
#page{
   width: 100%;
align:center;
   
}

.pageNav{
   margin: 5px auto 5px auto;
   background: #eeeeee;
   border: 1px solid #cccccc;
   text-align: center;
   font-size: 12px;
   font-weight: 500;
   font-family: verdana, arial, sans-serif;
   color: #000000;	
}

.pageNavCont{
   padding: 3px;
}

.NCText{
   font-weight: 600;
   margin: 0 15px 0 0;
   color: #848484;
}

.NCTextStrong{
	color: #848484;
   font-weight: 600;
   margin: 0;
}

.NCLinkPrev{
   background-repeat: no-repeat;
   background-position: center;
   margin: 0 5px 0 5px;
}
.NCLinkPrev a{
   color: #000000;	
   text-decoration: underline;
}

.NCLinkNext{
   background-repeat: no-repeat;
   background-position: center right;
   margin: 0 5px 0 5px;
}
.NCLinkNext a{
   color: #000000;	
   text-decoration: underline;
}

.NCNumberBlock{
   margin: 0 1px 0 1px;
}

.NCNumberBlock a{
   border: 1px solid #7ec0fd;
   color: #000033;	
   margin: 0 1px 0 1px;
   padding: 0 2px 0 2px;
   text-decoration: none;
}
.NCNumberBlock a:hover{
   border: 1px solid #ffc424;
   background: #ffffff;	
}

.NBActivePage{
   border: 1px solid #ffc424;
   background-repeat: repeat-x;
   padding: 0 2px 0 2px;
   color: #000000;	
}

.NBFiller{
   margin: 0 1px 0 1px;
}



.pageNavCont a{


}
