
/* --------------------------------- aspect orblevel --------------------------------- */

#aspects path.Conjunction_2 {
	stroke-width:1.3;	
}

#aspects path.Conjunction_2:hover{	
	stroke-width: 6;
}

.OrbLevel1{
	stroke-width:1.2;
}

.OrbLevel2{
	stroke-width:1.3;
	stroke-dasharray:1,1.8;
}

.OrbLevel3{
	stroke-width:1.3;
	stroke-dasharray:1,2.8;
}

.OrbLevel4{
	stroke-width:1.3;
	stroke-dasharray:1,5;
}

.OrbLevel5{
	stroke-width:1.3;
	stroke-dasharray:1,8;
}

#aspects path.Conjunction_2.OrbLevel1 {
	stroke-width:5;
	stroke-dasharray:1,0;
}

#aspects path.Conjunction_2.OrbLevel2 {
	stroke-width:4;
	stroke-dasharray:1,0;
}

#aspects path.Conjunction_2.OrbLevel3 {
	stroke-width:3;
	stroke-dasharray:1,0;
}

#aspects path.Conjunction_2.OrbLevel4 {
	stroke-width:2;
	stroke-dasharray:1,0;
}
