	/*--- maps --*/
	
	.sectorPointGreen, .sectorPointRed, .sectorPointYellow, .groupPointGreen, .groupPointRed, .groupPointYellow, .unitPointGreen, .unitPointYellow {
		cursor: pointer;
	}

	.sectorPointGreen {
		width: 51px; 
		height: 51px; 
		background: url(/global/images/sepaq/cabins/sector_point_green.png) 0 0 no-repeat; 
	}
	
	.sectorPointRed {
		background: url(/global/images/sepaq/cabins/sector_point_red.png) 0 0 no-repeat; 
		width: 51px; 
		height: 51px; 
	}
	
	.sectorPointYellow {
		background: url(/global/images/sepaq/cabins/sector_point_yellow.gif) 0 0 no-repeat; 
		width: 51px; 
		height: 51px; 
	}
	
	.sectorPointGreen.hightlightedPoint {
		width: 51px; 
		height: 51px; 
		background: url(/global/images/sepaq/cabins/sector_point_green_hl.png) 0 0 no-repeat; 
	}
	
	.sectorPointRed.hightlightedPoint {
		background: url(/global/images/sepaq/cabins/sector_point_red_hl.png) 0 0 no-repeat; 
		width: 51px; 
		height: 51px; 
	}
	
	.sectorPointYellow.hightlightedPoint {
		background: url(/global/images/sepaq/cabins/sector_point_yellow_hl.png) 0 0 no-repeat; 
		width: 51px; 
		height: 51px; 
	}
	
	.groupPointGreen {
		width: 51px; 
		height: 51px; 
		background: url(/global/images/sepaq/cabins/sector_point_green.png) 0 0 no-repeat; 
	}
	
	.groupPointRed {
		background: url(/global/images/sepaq/cabins/sector_point_red.png) 0 0 no-repeat; 
		width: 51px; 
		height: 51px; 
	}
	
	.groupPointYellow {
		background: url(/global/images/sepaq/cabins/sector_point_yellow.gif) 0 0 no-repeat; 
		width: 51px; 
		height: 51px; 
	}
	
	.unitPointGreen {
		width: 20px; 
		height: 20px; 
		background: url(/global/images/sepaq/cabins/unit_point_green.png) 0 0 no-repeat; 
	}
	
	.unitPointRed {
		background: url(/global/images/sepaq/cabins/unit_point_red.png) 0 0 no-repeat; 
		width: 20px; 
		height: 20px; 
	}
	
	.unitPointYellow {
		background: url(/global/images/sepaq/cabins/unit_point_yellow.png) 0 0 no-repeat; 
		width: 20px; 
		height: 20px; 
	}
	
	.unitPointGreen.hightlightedPoint {
		width: 20px; 
		height: 20px; 
		background: url(/global/images/sepaq/cabins/unit_point_green_hl.png) 0 0 no-repeat; 
	}
	
	.unitPointRed.hightlightedPoint {
		background: url(/global/images/sepaq/cabins/unit_point_red_hl.png) 0 0 no-repeat; 
		width: 20px; 
		height: 20px; 
	}
	
	.unitPointYellow.hightlightedPoint {
		background: url(/global/images/sepaq/cabins/unit_point_yellow_hl.png) 0 0 no-repeat; 
		width: 20px; 
		height: 20px; 
	}
	
	.establishmentPointGreen {
		width: 18px; 
		height: 18px; 
		background: url(/global/images/sepaq/cabins/establishment_point_green.png) 0 0 no-repeat; 
	}
	
	.establishmentPointRed {
		background: url(/global/images/sepaq/cabins/establishment_point_red.png) 0 0 no-repeat; 
		width: 18px; 
		height: 18px; 
	}
	
	.establishmentPointYellow {
		background: url(/global/images/sepaq/cabins/establishment_point_yellow.png) 0 0 no-repeat; 
		width: 18px; 
		height: 18px; 
	}
	
	.establishmentPointGreen:hover {
		cursor: pointer;
	}

    .establishmentPointYellow:hover {
		cursor: pointer;
	}
	
	.establishmentPointRed:hover {
		cursor: pointer;
	}
	
.checkedUnitPointGreen {
	width: 20px; 
	height: 20px; 
	background: url(/global/images/sepaq/unit_point_green_check.png) 0 0 no-repeat; 
}
