
.navigationFirstLast{
	width:35px; 
	font-weight:normal;
	font-size:12px;	
	color:#711b9b;
	background:white;	
}

.navigationFirstLast_hover{
	width:35px;
	font-size:12px;	
	color:#FFF;
	background:#9999CC;
}

.navigationNextPrev{
	width:65px; 
	font-weight:normal;
	font-size:12px;	
	color:#711b9b;
	background:#FFFFFF;	
}

.navigationNextPrev_hover{
	width:65px;

	font-size:12px;	
	color:#FFF;
	background:#9999CC;
}

.nav .text .navLink a{
	color: #a8a8a8;
	text-decoration: none;
	font-size:12pt;	
}

.nav .text .navLink a:link{
	color: #a8a8a8;
	text-decoration: none;
	font-size:12pt;	
}

.nav .text .navLink a:visited{
	color: #a8a8a8;
	text-decoration: none;
	font-size:12pt;	
}
.nav .text .navLink a:hover{
	color: white;
	text-decoration: none;
	background:#d0d0d0;
	font-size:12pt;		
}

#navigator{	
	float:left;
	text-align:left;
	width:260;
	
}
#navigator ul{	
	margin:0;	
}
#navigator ul li{
	list-style:none;	
}

.navigation_separator{
	width:2px; 
	
	padding-top:3px;
	display:inline;	
	float:left;
	cursor:pointer;	
}
.navigation_selectable{
	width:22px; 	 	
	font-size:12px;	
	/*color:#909090;*/
	color:#661199;
	background:white;
	
}

.navigation_selectable_hover{
	width:22px; 	
	font-size:12px;	
	/*color:white;
	background:#d0d0d0;*/
	color:#FFF;
	background:#9999CC;
	font-weight:bold;	
}

.navigation_selected{
	width:22px; 
	height = 22px;
	font-weight:bold; 
	border:1px solid #711b9b; 
	font-size:12px; 
	display:inline;
	text-align:center;
	vertical-align: middle;
	padding: 2px 0 2px 0;
	float:left;
	cursor:default;
	background:#711b9b;
	color:white;
}

.navigation_basic{
	/*border: 1px solid #e3e3e3;*/
	border:1px solid #711b9b;
	display:inline;
	text-align:center;
	vertical-align: middle;
	padding: 2px 0 2px 0;
	float:left;
	cursor:pointer;
	height = 22px;
}

.navigation_disabled2{
	display:inline;
	text-align:center;
	vertical-align: middle;
	padding: 2px 0 2px 0;
	float:left;
	height = 22px;
	width:65px; 
	font-weight:normal;
	font-size:12px;	
	color:#d8d8d8;
	background:white;	
	cursor:default;
	border:1px solid #e8e8e8;
}


.navigation_disabled1{
	display:inline;
	text-align:center;
	vertical-align: middle;
	padding: 2px 0 2px 0;
	float:left;
	height = 22px;
	width:35px; 
	font-weight:normal;
	font-size:12px;	
	color:#d8d8d8;
	background:white;
	cursor:default;
	border:1px solid #e8e8e8;
}
