
/* container navigator section */
.navigator_container_element { 
/*border-top: 2px dotted lightgreen;*/
border-bottom: 0px dotted red;
border-left: 0px solid red;
border-right: 0px solid red;
border-top: 0px solid red;
padding-left: auto;
padding-right: auto;
margin-left: 6px;
margin-right: auto;
margin-top: 1px;
margin-bottom: 0px;
text-align: center;
/*background: lightgreen;*/
/*background: lightyellow;*/
width: 156px;
}
.navigator_container_element:hover { 
background: aliceblue;
}
.navigator_container_elementHover { 
background: aliceblue;
}
.navigator_container_title:hover {
background: aliceblue;
color: darkred;
}
.navigator_container_titleHover {
background: aliceblue;
color: darkred;
}



.navigator_container_title { 
background: antiquewhite;
/*color: lightyellow;*/
border-top: 1px solid tomato;
border-right: 1px solid tomato;
border-left: 1px solid tomato;
border-bottom: 1px dotted tomato;
text-align: center;
font-weight: bold;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
padding: auto;
width: 156px;
}
/* end of navigator styles */


