/*-----Navigacija----*/
.navigationBar{
	background-color: #005d8d;
	width:100%;
	height:25px;
	overflow:hidden;
	padding-top:2px;

}

.navbarIcon{
	text-align: center;
	height:20px;
}

.navCurrentPage{
	font-size: 14px;
	padding-left:10px;
	color: white;
}


#first {
	 width:38px;
	 height:20px;
	 display:inline-block;
	 
	 background: transparent url(pics/Actions-go-first-view-icon.jpg);
	 background-repeat: no-repeat;
	 border-right:1px solid white;
	 border-left:1px solid white;
 }
 
#first:hover {
    width:38px;
 	height:20px;
 	display:inline-block;
 	
 	background: transparent url(pics/Actions-go-first-view-icon-hover.jpg);
	background-repeat: no-repeat;
 }

#previous {
	width:38px;
	height:20px;
	display:inline-block;
	
	background: transparent url(pics/Actions-go-previous-icon.jpg);
	background-repeat: no-repeat;
	border-right:1px solid white;	
}
#previous:hover {
    width:38px;
 	height:20px;
 	display:inline-block;
 	
 	background: transparent url(pics/Actions-go-previous-icon-hover.jpg);
 	background-repeat: no-repeat;
 }

#next {
	width:38px;
	height:20px;
	display:inline-block;
	
	background: transparent url(pics/Actions-go-next-icon.jpg);
	background-repeat: no-repeat;
	border-right:1px solid white;	
}
#next:hover {
    width:38px;
 	height:20px;
 	display:inline-block;
 	
 	background: transparent url(pics/Actions-go-next-icon-hover.jpg);
 	background-repeat: no-repeat;
 }

#last {
	width:38px;
	height:20px;
	display:inline-block;
 	
 	background: transparent url(pics/Actions-go-last-view-icon.jpg);
	background-repeat: no-repeat;
	border-right:1px solid white;	
}
#last:hover {
    width:38px;
 	height:20px;
 	display:inline-block;
  	
  	background: transparent url(pics/Actions-go-last-view-icon-hover.jpg);
 	background-repeat: no-repeat;
 }
 
 #pdf {
	width:38px;
	height:20px;
	display:inline-block;
 	
 	background: transparent url(pics/pdf.jpg);
	background-repeat: no-repeat;
	/* border-right:1px solid white;	 */
}
#pdf:hover {
    width:38px;
 	height:20px;
 	display:inline-block;
  	
  	background: transparent url(pics/pdf-hover.jpg);
 	background-repeat: no-repeat;
 }
 
 #uputstvo {
	width:38px;
	height:20px;
	display:inline-block;
 	
 	background: transparent url(pics/uputstvo_ikona.jpg);
	background-repeat: no-repeat;
	/* border-right:1px solid white;	 */
}
#uputstvo:hover {
    width:38px;
 	height:20px;
 	display:inline-block;
  	
  	background: transparent url(pics/uputstvo_ikona_over.jpg);
 	background-repeat: no-repeat;
 }
 
 
 #navigacija {
	width:38px;
	height:20px;
	display:inline-block;
 	
 	background: transparent url(pics/izbor_strane.jpg);
	background-repeat: no-repeat;
	/* border-right:1px solid white;	 */
}
#navigacija:hover {
    width:38px;
 	height:20px;
 	display:inline-block;
  	
  	background: transparent url(pics/izbor_strane_over.jpg);
 	background-repeat: no-repeat;
 }
 
/*-----End-Navigacija----*/