/******************************************************************************/
/***** NAVIGATION BAR STYLE ***************************************************/
.navigationBar{
	font-size: 10pt;
	text-align: center;
	width: 100%;
	
}

.navigationBar td{
	border:none;
	background-repeat: no-repeat;
	background-color: #D6D6D6;
	width:20px;
	height:20px;
	text-align:center;
}

.navigationBar td.pages:hover{
	border: 1px solid #FDFDFD;
	background-color: #DFDFDF;
}

.navigationBar td.pages {
	border: 1px solid #BEBEBE;
	background-color: #C7C7C7;
}

.navigationBar td.curentPage{
	border: 1px solid #FDFDFD;
	background-color: #DFDFDF;
}

.navigationBar td.arrows{
	border: 1px solid #BEBEBE;
	background-color: #C7C7C7;
	font-size:9px;
}

.navigationBar td.arrows a{
	font-size:9px;
}

.navigationBar td.arrows:hover{
	border: 1px solid #FDFDFD;
	background-color: #DFDFDF;
	font-size:9px;

}

.navigationBar td.curentPage a{
	color:#696969;
	font-weight:bold;
}

.navigationBar td.dots{
	border:none;
	color:#696969;
	font-size: 14pt;
	font-weight: bold;
}

.navigationBar td a{
	text-decoration: none;
	outline: none;
	color: #696969;
}

.navigationBar td a div{
	height:17px;
	padding-top:3px;
}



.navigationBar td a:hover{
	text-decoration: none;
	outline: none;
	color:#696969;
	font-weight: bold;
}

